Run validator
Last updated
geth account new --datadir ${DATA_DIR}echo {your-password for the consensus account} > password.txtgeth bls account new --datadir ${DATA_DIR}geth bls account import ${KEY_FILE} --datadir ${DATA_DIR}geth bls account list --datadir ${DATA_DIR}echo {your-password for the BLS wallet} > blspassword.txtgeth --config ./config.toml --datadir ./node --syncmode snap -unlock {accounts to sign txs, including your mining account at least} --miner.etherbase {the address of your mining account} --password password.txt --blspassword blspassword.txt --mine --vote --allow-insecure-unlock --cache 18000miner.stop()miner.start()