v3.3.5
which contains the latest hard fork transition.git --version
v3.3.5
timedatectl status
, you should see similar output:System clock synchronized
displays yes
you are ready to go, proceed to step 3.fixtime.sh
script and run it with watch -n 60
command in a screen
Ctrl+A+D
to leave the screen
key
and save it in the validator-node-dockerized
directory. Save the keystore password to a password
file. .env.example
to .env
and configure the .env
file. Define the following settings.ETHSTATS_CONTACT
- Validator's contact (e.g., e-mail)ETHSTATS_SECRET
- Secret key to connect to Netstat (Receive from admin of validator-candidates channel in Discord)EXT_IP
- External IP address of the current serverACCOUNT
- Your public mining address (40 characters including the leading 0x
)validator-node-dockerized
directory and use docker-compose stop
then docker-compose start