Content for JdLL 2022 workshop
- Network name:
jdll
. - Chain id:
202204
(2022-04), which is315dc
in hex. - Block reward:
1 ETH
. - Block time:
5
seconds.
-
Install Openethereum: https://github.com/openethereum/openethereum/releases/tag/v3.3.0.
-
Edit chain specifications file
spec.json
.
-
Go to folder
fullnode
. -
Edit node configuration file
node.toml
. -
Run
./openethereum --config=node.toml
-
Go to folder
validator
. -
Edit chain spec file to add validator wallet in the section
validators
. -
Edit node configuration file
node.toml
. -
Create the wallet folder:
$ mkdir chain-data/keys/jdll/ $ cp ../wallets/wallet1.json chain-data/keys/jdll/
-
Run
./openethereum --config=node.toml