-
moneromooowoodser[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.
-
willshu[m]<selsta> "will.shu: what lookahead did you..." <- I set the lookahead to be `1:1000000` and I made a deposit to `1:181162`.
-
midipoetselsta: pastebin.com/NK7G3Haw << that is what i get - followed by exit
-
selstawillshu[m]: did you set the lookahead during wallet creation?
-
selstamidipoet: don't have a solution to that currently apart from manually compiling monero on your old mac
-
selstamoneromooo: when a node is syncing it drops the received transactions, how often do other nodes resend the transaction?
-
moneromoooTypically every 4 hours IIRC.
-
selstajust asking in case you know from memory, I'm curious if this results in peers constantly resending the same transaction data
-
moneromoooThere is a txpool sync call right after sync completes too.
-
rogu157[m]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 libera.ems.host/_matrix/media/r0/do…dca89c6a427e41d6c2b6125a9e4dae5ebc8)
-
rogu157[m]I have a load of about 500 requests per second to the rpc node.
-
rogu157[m]Basically these are getlastblockheader and getblocktemplate requests.
-
rogu157[m]Do they use caching? Maybe I should increase the pooling timeout?
-
rogu157[m]Are there any options that can increase the throughput of the rpc server?
-
rogu157[m]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?/
-
selstarogu157[m]: did changing DefaultLimitNOFILE work?
-
rogu157[m]Now already is ok. But it should pass some times (about ~10h)
-
rogu157[m]s/times/time/
-
selsta500 requests / s sound like a lot for monerod to handle
-
selstayou would have to ask pool operators if they have some kind of caching
-
selsta.merges
-
xmr-pr8299 8323 8333 8352 8359 8379 8381 8415 8419 8427 8428 8442 8444 8450 8460 8462 8464 8465 8490 8491
-
selsta.merge+ 8495 8496 8497
-
xmr-prAdded
-
selstaDumb question, is UPnP only relevant for getting incoming connections? Can I add `--no-igd` safely when I don't have incoming connections anyway?
-
hycwhat's the point of adding it?
-
selstaSomething 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.
-
hyccertainly upnp isn't needed for outbound conns