05:15:11 woodser[m]: try without the patch then ? Also run with --log-level 2 and grep the log for "Processed block", "Skipped block", see if it gets processed. 07:15:28 "will.shu: what lookahead did you..." <- I set the lookahead to be `1:1000000` and I made a deposit to `1:181162`. 09:25:13 selsta: https://pastebin.com/NK7G3Haw << that is what i get - followed by exit 14:42:28 willshu[m]: did you set the lookahead during wallet creation? 14:59:14 midipoet: don't have a solution to that currently apart from manually compiling monero on your old mac 17:07:30 moneromooo: when a node is syncing it drops the received transactions, how often do other nodes resend the transaction? 17:10:09 Typically every 4 hours IIRC. 17:10:09 just asking in case you know from memory, I'm curious if this results in peers constantly resending the same transaction data 17:10:23 There is a txpool sync call right after sync completes too. 20:54:31 After 10 hours of working my node a rpc starts work very slowly. I got a very slow response of all request.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/dd50ddca89c6a427e41d6c2b6125a9e4dae5ebc8) 20:57:48 I have a load of about 500 requests per second to the rpc node. 20:57:48 Basically these are getlastblockheader and getblocktemplate requests. 20:57:48 Do they use caching? Maybe I should increase the pooling timeout? 20:57:48 Are there any options that can increase the throughput of the rpc server? 20:58:13 s/Are there any options that can increase the throughput of the rpc server?/Are there any config params of node launch that can increase the throughput of the rpc server?/ 21:21:26 rogu157[m]: did changing DefaultLimitNOFILE work? 21:27:49 Now already is ok. But it should pass some times (about ~10h) 21:28:03 s/times/time/ 21:28:16 500 requests / s sound like a lot for monerod to handle 21:28:33 you would have to ask pool operators if they have some kind of caching 21:36:07 .merges 21:36:07 -xmr-pr- 8299 8323 8333 8352 8359 8379 8381 8415 8419 8427 8428 8442 8444 8450 8460 8462 8464 8465 8490 8491 21:36:27 .merge+ 8495 8496 8497 21:36:27 Added 23:07:09 Dumb question, is UPnP only relevant for getting incoming connections? Can I add `--no-igd` safely when I don't have incoming connections anyway? 23:10:36 what's the point of adding it? 23:11:16 Something is timing out when I'm exiting monerod on macOS, causing it to take over a minute. I used the debugger and ended in some miniupnpc related code. 23:11:50 certainly upnp isn't needed for outbound conns