Create an Account

Step 3: Create an Account

Navigate to the XVI directory and set the necessary permissions for the openethereum executable. Then, create a new account using openethereum. Follow these steps:

cd /root/XVI
chmod +x openethereum
./openethereum account new --config nodes/validator/node.toml

Upon successful account creation, you will receive an address (e.g., 0x00aa39d30f0d20ff03a22ccfc30b7efbfca597c2). Copy this address as it will be used in the next step.

Last updated