-
fRit_^I can connect with .onion remote node and synchronize the wallet, but I cannot interact with this node. I always get the message: Error: Couldn't connect to daemon: 127.0.0.1:18081
-
fRit_^I'm using monero-wallet-gui
-
xmrpowCan I somehow limit the ram usage of monerod. I know that lmdb should free up space when other processes need it, but I m having a weird bug on my pool where im getting errors after few days of running it...
-
selstaIs there a log level that logs why a peer is getting banned?
-
selstaSomeone on Reddit has a problem where the node suddenly starts to ban all peers and then disconnects from the network.
-
moneromooonet.cn:INFO will *probably* show most, net.p2p:INFO some others.
-
moneromoooThat might not be all of them, but I think the vast majority.
-
selstaShould they delete p2pstate.bin before testing?
-
moneromoooI dunno. Depends what you want to test exactly. If it's just "why is it doing this now", then no. If you want to fix the problem, it might help.
-
selstaok, last question, if I do `--log-level "net.cn:INFO;net.p2p:INFO"` is there a way to also add the default log level?
-
moneromoooYes, --log-level "0,net.cn:INFO;net.p2p:INFO
-
selstaty
-
italocoin@selsta i had the same issue, i got it solved by rising this "#define ABSTRACT_SERVER_SEND_QUE_MAX_COUNT 10000" in epee
-
italocoinoriginaly was 1000
-
selstamoneromooo: this is the log of the person whose peers get all banned paste.debian.net/1152098
-
selstais what italocoin wrote related to this?
-
moneromoooBlock verification failed, dropping connection
-
moneromoooAdd verify:INFO
-
moneromooo(or even justERROR)
-
selstaso --log-level "0,verify:ERROR" ?
-
moneromoooIf it's a valid block and it gets found as invalid, it's likely a corrupt chain.
-
moneromoooYes.
-
moneromoooMight as well log-level 1
-
selstaok
-
moneromoooIn case other interesting things.
-
selsta
-
selstahere is the post btw but not sure if there is anything else useful in there