PeaStew
PeaStew
I have the same issue on several nodes on different blockchains, though I am not convinced it is to do with the external rpcdaemon, other nodes I run never have...
--datadir does not solve this for local erigon + local rpcdaemon under high load we can what appears to be a lockup on the rpcd every
So... we had a thought about this having just run into a similar issue in some code we are building related to the same concept. We discovered that if the...
Latest Beta: https://github.com/ledgerwatch/erigon/releases?q=beta&expanded=true Latest Alpha: https://github.com/ledgerwatch/erigon/releases?q=alpha&expanded=true
> I'm not officially on the team, but you should make a PR instead of just an issue. I've done that in the past. The team is very open to...
https://github.com/ledgerwatch/erigon/blob/68cc6e461264cb63c4e8fb332ae528478db74279/eth/stagedsync/stage_mining_create_block.go#L133 for reference
https://github.com/ledgerwatch/erigon/blob/68cc6e461264cb63c4e8fb332ae528478db74279/eth/stagedsync/stage_mining_create_block.go#L133 for reference
This is a normal message that often persists after an initial syncing, usually a restart of zend "fixes" it. In fact the message is just erroneous, the blockchain is usually...
Would very much appreciate this option, has been a thorn in our side and we use it on Erigon for our nodes.
> > to avoid this, one can bind the http endpoint to a unix socket. > > Interesting. So, basically; > > ``` > External User < ---> reverse_proxy_public geth_unix_socket...