Nethermind client setup for bloxberg's AuRa consensus.
Network and client settings are already adjusted to run in the bloxberg network. config.json corresponds to the validator.toml of the parity client. bloxberg.json is the same as the parity bloxberg.json. static-nodes.json is the Nethermind version of the bootnodes.txt.
- Copy the
.env-template
into a file named.env
.
Import the existing keys from your local existing parity client bloxbergValidatorSetup.
- Go to
/bloxbergValidatorSetup/validator/bloxbergData/keys/Bloxberg
. - Copy the
UTC-....
file to./validator/keystore
folder here - Open the key file and copy the public adress at the field
"address":<PUBLIC_ADDRESS>
- Rename the copied
UTC-...
file tokey-<PUBLIC_ADDRESS>
e.g.key-021bc580151828bf75c733bd917ffba3230040a7
. - Set
PUBLIC_ADDRESS
in the.env
file as copied<PUBLIC_ADDRESS>
- Copy your key pasword at
/bloxbergValidatorSetup/validator/validator.pwd
to./validator/validator.pwd
.
- Set the
NAT_IP
in the.env
file.
Run the client by docker-compose up
To run in the background docker-compose up -d