05:20:47 thx ya'll 07:17:50 BitcartCC, a open source, self hosted payment processor now supports XMR! 10:02:31 great 10:09:19 MoneroKon 2023 CCS PR made https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/362 10:09:36 please voice your support or opposition in the comments, vote thumps up or down 13:07:52 erembax[m], could be that space after the [Service]. not sure about syntax 13:08:19 it is fixable. what else can u see in the logs? 13:57:33 Is there any way I can bruteforce a Monero wallet if I have the seed but forgot one word of it? 13:59:36 Yes. 24 positions, 1600 words, not that many cases to try. 14:00:05 Only a 24th of those will pass the CRC (because it's a shit CRC). 14:00:25 So 1600 scans. 800 expected. 14:01:40 A 24th of that if you remember the position of the forgotten word. 14:02:12 If the forgotten word is the 25th, only one possibility too, so no need to brute force even. 14:08:09 I've written a small node.js script with wownero-wallet-rpc to bruteforce 14:08:16 hopefully i'll find the right wallet 14:10:28 as mooo said, if is the 25th dont have to bruteforce so before launching the script would try those, just in case (25th the checksum so is always a word that is also one of the other 24 words) then if no luck on that, good luck with that script 14:12:06 It's not the 25th 14:45:56 Success! 14:46:03 Thank you moneromoooo 14:48:17 gingeropolous: Ok I'm trying again with the following configuration:... (full message at ) 14:49:18 looking at the logs I can see that it's in a loop:... (full message at ) 14:49:24 repeating endlessly 14:50:41 everything seems fine until it tries to start p2p net loop 15:28:49 Looks like you're not running monerod, but having some other program run monerod, and that other program closes stdin. 15:29:21 Assuming you want that, add --no-interactive. 15:30:01 If you're not, then there's possibly some bug in input handling, but that doesn't seem super likely. 15:30:26 Might do that if you run in bg and exit the terminal maybe. 15:30:37 In which case you'd want --detach instead. 15:32:49 I looked at your first link. Looks like systemd I think ? If so, there's a systemd config in the monero tree already, use that. 15:33:10 And modify for User I guess. 16:05:29 "Looks like you're not running..." <- I finally figured it out. The following setup works, both after boot and after resume... (full message at ) 16:07:52 thanks to anybody who tried to help 17:20:24 If I run a pruned node, can I recover any wallet? Or is it like with Bitcoin, where if you run a pruned node it will not find any transactions older than the latest block) 17:23:51 You can recover (defined as scan and find outputs) any wallet from it. 17:29:47 So it's more like a compacting the blockchain instead of discarding most of it? 17:30:05 No. 17:30:21 Read about the benefits of subaddresses here: https://monerodocs.org/public-address/subaddress/ 17:30:21 I do not want to copy paste everything. 17:30:21 It just discards enough to be worth it, but not enough to make the node useless. 17:30:40 Oops, wrong room 17:34:47 moneromoooo: How can you recover from it if it discards part of the chain? 17:35:08 Because it doesn't just dump some random bytes -_- 17:35:27 It was designed to drop stuff that's not needed for recovering wallets.