03:14:10 how to troubleshoot not receiving transactions on Whonix 03:16:12 first step would be to check the transaction id on xmrchain.net 03:19:23 ok it's there 03:22:34 sync_info shows target at 43.00% 03:22:59 Doesn't look like the entire blockchain is downloaded 03:23:04 could that be why? 03:26:03 ok now it says 100% but the transaction is not there 03:29:56 Do you need to eneter the block height and block hash along with the transaction hash? 03:50:55 You will need a fully synced node before the transaction shows up. 03:51:11 Alternatively you can connect to a remote node. 04:26:05 It showed fully synced but is not showing the transaction 04:27:59 daemon needs to be synced and then wallet needs to be synced with the daemon 04:33:30 daemon and wallet were both showing as synced but no transaction showing 09:13:09 chile09[m]: if you were at 44% previously you won't be fully synced up a couple minutes later 09:13:17 please post the output of "status" 14:56:11 When running monerod via cli, there is an error message that keeps appearing 14:56:29 WARNING: Insufficient free space to extend database !!: 235 MB available, 1024 MB needed 14:57:21 maybe it stopped syncing because you are out of disk space? 15:01:32 is it related to disk space or RAM 15:01:39 disk space 15:25:25 its 100 GB? 15:25:37 yes, and 30gb pruned 15:25:44 you can start monerod with --prune-blockchain to prune it 15:28:28 can I delete the existing one to start a fresh d/l of the pruned blockchain? 15:29:03 yes 15:39:52 is it referring to disk space available with a specific folder or the entire disk 15:40:56 do you have specific disk space limits on folders? 15:41:15 if it's a VM you have to increase the VM disk space 15:42:23 the problem is that it's maxed out 15:42:57 it's already at system storage max size which is ~ 10 GB 15:43:32 It's asking for 1 GB but I'm not sure if that's the end of it in terms of demand for space 15:44:53 I could definitely find 1 GB to clear 15:48:33 you need 30GB free space for a pruned node and 100GB for an unpruned one 15:57:00 .merges 15:57:00 -xmr-pr- 3379 15:59:11 Why is QtQmlModels needed for build? 16:01:32 https://github.com/monero-project/monero-gui/pull/3332 uses it 17:04:20 Ah thanks 19:12:14 There were 0 blocks in the last 90 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck. 19:12:26 ^what do?^ 19:24:11 A reboot seems to have fixed it 19:32:47 and no it's broken again 19:38:06 Sounds like your daemon is disconnecting from the network. Prolly need a log to figure out why 19:59:23 sync_info returns 100% now but the wallet doesn't show any balance 19:59:47 please post the output of "status" or "sync_info" 20:02:12 Height: 1151452/1151452 (100.0%) on mainnet, not mining, net hash 28.07 MH/s, v3, 4(out)+0(in) connections, uptime 0d 0h 53m 16s 20:02:21 ^status^ 20:02:54 * chile09[m] < https://matrix.org/_matrix/media/r0/download/matrix.org/lHmFiVLkRSTXZgbJtmwCiite/message.txt > 20:03:05 ^sync_info^ 20:03:48 you are not at the correct block height 20:04:10 you don't have any synced peers 20:04:17 so it thinks it is at 100% 20:04:24 do you have enough disk space now? 20:05:20 yeah I increased the disk space and am not getting any further disk space related errors 20:05:41 any monerod error messages? 20:11:16 W There were 0 blocks in the last 90 minutes, there might be large hash rate changes, or we might be partitioned, cut off from the Monero network or under attack, or your computer's time is off. Or it could be just sheer bad luck. 20:12:26 Odd you'd have only peers claiming height 1. Might be the asshole again. 20:14:53 what? 20:15:21 moneromooo: if the daemon blocks legit peers for whatever reason only height 1 peers would be leftover 20:15:50 I guess. But I would not expect there to be more htan one or two of these at once. 20:16:21 chile09[m]: restart with --log-level 1. See if there are errors in the log. 20:16:42 If so, paste them to some site (matrix.org works). 20:17:22 isn't log level 1 less verbose 20:17:26 what about level 4 20:18:47 1 is enough to se consensus errors. 4 is spammy and unnecessary here. 20:21:03 ok 20:21:25 what am I looking for here 20:22:11 Lines with "ERROR" in them. 20:27:49 ok its going mach 15 right now 20:33:42 W -> warning E-> error 20:36:08 Yes, the console shortens the messages. 20:37:50 sent block ahead of expected height 20:40:00 Then it's likely the asshole, or a bug... Restart with --log-level 2 and paste the log from the process start till the line sauying "ahead of expected height". 20:44:06 the asshole = the source of the problem? 20:44:53 Full command -> DNS_PUBLIC=tcp TORSOCKS_ALLOW_INBOUND=1 torsocks monerod --p2p-bind-ip 127.0.0.1 --no-igd --prune-blockchain --log-level 2 20:46:33 Someone's known to spin up many modes lying and sending bad data to try and annoy monero users. 20:53:29 there's no blacklist mechanism? 20:55:28 --enable-dns-blocklist 20:58:04 is that a monerod flag 21:27:56 yes 21:42:45 seems to be flowing now although I can see % progress 22:11:22 can't* 22:18:00 will the wallet sync with the daemon 23:06:13 chile09[m]: post "sync_info" output again 23:08:33 * chile09[m] < https://matrix.org/_matrix/media/r0/download/matrix.org/YLuNOvooafyzxCMiSUBHHDmt/message.txt > 23:09:58 are you sure you added --enable-dns-blocklist? 23:13:16 no I didn't why 23:13:22 crappy peers again? 23:13:50 I don't know why your node loses all good nodes 23:14:00 yea, half of your peers are bad peers 23:14:17 the others are on height 0 23:14:47 ok try adding --enable-dns-blocklist and --out-peers 32 23:16:46 what is the --out-peers 32 flag 23:16:58 can you explain it 23:16:58 your daemon will connect to more peers 23:17:05 ok 23:17:18 normally all this is not necessary but like I said don't know problem yet 23:19:06 could it be the torsocks connection? 23:19:45 I don't know, peers can be dropped if the connection speed is too slow 23:19:56 but some people synced fine with torsocks 23:25:54 this is using whonix 23:25:56 btw 23:34:29 not familiar with whonix but should be fine