Nimbus ethereum client, More channels on discord: https://discord.gg/XRxWahP
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on nightly
KonradStaniec on adhere-to-transport-limits-in-seed-methods
KonradStaniec on master
Adhere to transport limits in s… (compare)
KonradStaniec on adhere-to-transport-limits-in-seed-methods
Add means to limit offered cont… Add test for history network li… Change seed method api to retur… (compare)
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on sim-stat
github-actions[bot] on sim-stat
github-actions[bot] on nightly
github-actions[bot] on nightly
nextActionWait
value is saying n/a
. What am I doing wrong?firebredd@discord: Hi, I'm running goerli geth as my eth1 client using this command:docker run -it -d -v /home/ec2-user/.geth:/root -p 8545:8545 -p 30303:30303 --name geth-node --net=host ethereum/client-go:v1.10.15 --datadir=/root --http --http.port=8545 --http.addr=0.0.0.0 --http.vhosts=* --http.api=eth,net,web3,personal --goerli
The Node is running perfectly fine and is now SYNCING
Now I'm running Nimbus Beacon and Validator Node as my eth2 client, where I'm getting this error
Eth1 chain monitoring failure, restarting topics="eth1" err="getBlockByHash(m.dataProvider,\n BlockHash(m.depositsChain.finalizedBlockHash.data)) failed 3 times. Last error: Failed to send POST Request with JSON-RPC."
But the beacon node is syncing properly, is the error is because of the geth which is not completely synced?
You can see the logs in the snapshot attached.
https://cdn.discordapp.com/attachments/613988663034118153/976764603105181696/Screenshot_2022-05-19_at_2.02.51_PM.png
Mattia@discord: Hi guys, not sure what's the best channel to ask this question so I'll try here:
Lighthouse user here, I would like to switch to another ETH2 client both because of Lighthouse's high usage % and for better performance/resource usage. I've been monitoring my server and noticed that Lighthouse is writing to disk quite a lot, more than 2 GB in 20 minutes. Since I am using an SSD I would like to try to minimize disk writes as much as possible and I heard that Nimbus is great regarding resource usage, especially RAM. My main concern is not RAM though but disk I/O. Can anyone share any insight on Nimbus disk I/O usage?
From the message I'm quoting it looks like you guys optimized for disk I/O as well, I'd like to know more if possible. How can Nimbus use less RAM, less CPU and less disk I/O than all other clients?
mratsim@discord: For disk IO, we reduce it by using caches.
Regarding CPU, we started single-threaded, and are still mostly single-threaded, meaning we had to have deep looks into the actually bottlenecks.
Also we have an unfair advantage, we wrote most of the libraries (besides SQLite and cryptography) ourselves, and cryptography doesn't use RAM and SQLite is very optimized.
--subscribe-all-subnets
? Are rewards actually higher?--subscribe-all-subnets
? Are rewards actually higher?--rest-statecache-size
and --rest-statecache-ttl
) - these are useful if you make a lot of historical queries of the state
--rest-statecache-size
and --rest-statecache-ttl
) - these are useful if you make a lot of historical queries of the state (such as when building balance reports etc)
LynxLove@discord: sorry guys, noob question. the command to DL nimbus new update is:
Right?
Armaver@discord: For backing up Nimbus blockchain data, with minimal downtime, is it sensible to do this?
Thanks!