Launch a Validator Node
Last updated
Was this helpful?
Last updated
Was this helpful?
Install Docker Engine and Docker Compose following the original instructions and
Clone this repo:
To be a validator, you need to download the binary from official etherlite
Create password file for mining account.
Create your mining account
Copy .env.example
to .env
and configure the .env
file. There are a few settings you need to define:
EXT_IP
- External IP of the current server.
ACCOUNT
- Your mining address (with leading 0x
).
Start your node.
After docker containers are created, the node will sync with the chain (may take a while).
To restart you need to use docker-compose stop
and docker-compose start
being in the validator-node-dockerized
directory.