Nimbus ethereum client, More channels on discord: https://discord.gg/XRxWahP
github-actions[bot] on nightly
github-actions[bot] on nightly
KonradStaniec on bump-nim-eth
KonradStaniec on master
Bump nim-eth (#1185) (compare)
github-actions[bot] on nightly
github-actions[bot] on nightly
github-actions[bot] on sim-stat
github-actions[bot] on sim-stat
KonradStaniec on bump-nim-eth
Bump nim-eth (compare)
jangko on fix_engine_test
jangko on master
engine api test: handle JsonRpc… (compare)
github-actions[bot] on nightly
github-actions[bot] on nightly
jangko on fix_engine_test
engine api test: handle JsonRpc… (compare)
Syncing in progress; skipping validator duties for now topics="beacval" slot=2847469 headSlot=207113
sync="01d23h28m (35.34%)
build/nimbus_beacon_node trustedNodeSync --network:mainnet \
--data-dir=build/data/shared_mainnet_0 \
--trusted-node-url=<my_trusted_node_infura>
3. wait for sync to finish from trusted node. 4. Start nimbus service .
build/nimbus_beacon_node trustedNodeSync --network:mainnet \
--data-dir=/var/lib/nimbus
\
--trusted-node-url=<my_trusted_node_infura>
3. wait for sync to finish from trusted node. 4. Start nimbus service .
trustedNodeSync --backfill=false
which will result in step 3 taking just few seconds
mratsim@discord: There is a common BN + VC separation API that clients support and can use for interop and Prysm has also their own Prysm only grpc base API.
Looking at their docs here: https://docs.prylabs.network/docs/prysm-usage/parameters/
I think the first 2 options are what should match Nimbus RPC options
https://cdn.discordapp.com/attachments/613988663034118153/969476774708801557/unknown.png
tharda@discord: hey there 🙂 I am trying to use checkpoint sync but I am unable to do so, I keep getting this
its a raspberry PI
pi@raspi:~/nimbus_checkpoint_sync $ nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network:mainnet --data-dir=build/data/shared_mainnet_0 --trusted-node-url=http://X.X.X.X:5051
nimbus_beacon_node does not accept arguments
Try nimbus_beacon_node --help for more information.
this is version 1.6.0, any ideas?
Thanks!