kiss81

Results 26 comments of kiss81

I miss one as well every 4 hours on average with besu + teku. I also see some attested epoch's that does give a negative award (those are not missed!)...

> I believe the plot filter is based on a hash of the plot ID and the challenge (and maybe something else). Different plots have to have different plot IDs,...

> https://github.com/Chia-Network/chia-blockchain/blob/a48fd431009ff0cd4874e4da99bc3071f45564da/chia/types/blockchain_format/proof_of_space.py#L73-L87 > > ```python > @staticmethod > def passes_plot_filter( > constants: ConsensusConstants, > plot_id: bytes32, > challenge_hash: bytes32, > signage_point: bytes32, > ) -> bool: > plot_filter: BitArray =...

That makes sense. So the only solution to achieve the least possible spin ups a day is super large plots... That raises the question if it will be possible to...

Update: clearing the suggested ~/.besu/caches directory didn't work for me: I still see this error and the deposit sync starts all over again: Jun 29 13:47:37 ethVal2 nimbus_beacon_node[184]: ERR 2023-06-29...

Really like to use nimbus as my beacon node as it's so nice on resources, but right now it makes the system run hot. Would it be an idea to...

Seems I got the exact same issue now. Will try deleting the cache folder of besu as well.

Stupid mistake to have them both running of course, but it's rude to lose a year of ETH income... I found my new node had the correct RestartPreventExitStatus configured, but...

> Hello, what is the use case of the node? If its rpc, which rpc method does it predominantly call? It's running an ethereum validator node. (nimbus as consensus client)

> Can you share more on this? ` htop is showing lot's of nethermind processes`. And some logs? To see all nethermind threads I did a ps -eLf |grep nethermind...