Nethermind
:Nethermind.Launcher
run:Nethermind.Runner
run:Nethermind
repository to your local Homebrew and install.Nethermind.Launcher
run:Nethermind.Runner
run:Nethermind
on Windows is by downloading package. It is described below.Nethermind
packages../Nethermind.Launcher
or ./Nethermind.Runner
../Nethermind.Launcher
choose node to start first.Ethereum Node
and then Goerli (light Clique testnet)
Fast Sync
mode. If you are curious about other modes, click here: sync modes.y
and pressing enter
enter
to skip setting up Host IP
127.0.0.1 will be set as defaultHost
value to the VM public IP address.ethstats registration
by typing N
and pressing enter
.fast blocks
sync mode initially. The fast blocks
sync picks some known pivot block
from the past and downloads headers
, bodies
, and receipts
downwards all the way to genesis block
. All blocks from 0 to the pivot block
are showed as Old Headers
in the fast blocks sync
logs. The console display shows the number growing from 0 to pivot, but this is just to make the display more user-friendly.headers
, bodies
and receipts
under the name Downloaded
out of all to be downloaded in the fast blocks stage.blocks
, headers
and receipts
waiting for being saved to the database.pivot
and thelatest blocks
which will have some additional info:headers
, bodies
and receipts
at the same time.fast sync
part finished, the node will transition to the state sync stage
when the state trie
is being downloaded. Much information is displayed about the progress, as this process may take a long time on mainnet (a few hours).state sync
is displayed.branches
stands for the percentage of downloaded branches.accounts
stands for the number of accounts data downloaded already.nodes
stands for the number of Patricia trie nodes
downloaded by the sync process.diagnostic
shows the time spent in the DB write / read access. The higher the value, the worse. It may get much worse if you restart the node during the sync process, as we need to recreate some caches then by reading data from the DB.branch sync
information reloading many times from 0% to nearly 100%. This is the node trying to retrieve the few remaining state nodes and progressing with the head block rapidly:full sync
mode and will allow you to issue CLI / Web3 queries and send / receive transactions🥳root
is saved at the moment when the entire Patricia trie
is downloaded.full sync
.full sync
and the newly arrived block is being calculated.Nethermind.Launcher
again and selecting CLI instead of Node). You can read more about CLI here.localhost:8545
from the Metamask network list.