nimbus-eth1/nimbus_unified
Pedro Miranda 58340c6809 synch achieved:
There are currently 2 issues:

- fetch genesis state on empty data folder:
error msg "The downloaded genesis state cannot be verified (checksum mismatch)\"

The error arises from here:
   fetchGenesisState->network_metadata_downloads.fetchGenesisBytes.L58
something to do with the readssz or withState, investigations point to the data downloaded or some config missing
WA: comment lines 58-62, compile and run until the fetch genesis state is completed, then you can uncomment, it works from here

- spam of error messages: \"metrics error:New label values must be added from same thread as the metric was created from\":
This happens due to the fact that libp2p declares some gauges, and given that they are created inside a thread, metrics library
starts to complain. (no WA/correction so far)"
2025-01-10 11:30:08 +00:00
..
2025-01-10 11:30:08 +00:00
2025-01-10 11:30:08 +00:00
2025-01-10 11:30:08 +00:00
2025-01-10 11:30:08 +00:00

Nimbus Unified

License: Apache License: MIT

Discord: Nimbus Status: #nimbus-general

NOTE - whole document to be concluded...

description

Nimbus Unified combines Ethereum execution and consensus layer functionalities, featuring a fully integrated beacon node, validator duties, and execution layer support. This setup allows the Nimbus client to handle both Ethereum consensus (Eth2) and execution (Eth1) tasks within a single package.

--> meh, requires improvement

documentation

For in-depth configuration and functionality of Nimbus Eth1 and Nimbus Eth2, refer to:

--- to be concluded

dependencies

tbd

how to

configuration

todo

commands

todo

compile

tbd - mac os, windows, and linux

colaborate

We welcome contributions to Nimbus Unified! Please adhere to the following guidelines:

License

Licensed and distributed under either of

or

These files may not be copied, modified, or distributed except according to those terms.