Docker compose file for for running Ethereum 2.0 prysm beacon node and validator on the Topaz network.
export PASSWORD=mysecretpassword
# (1) generate keys
docker-compose run generate_validator_keys
# (2) view public key
docker-compose run view_public_key
# (3) run beacon chain and validator
docker-compose up validator
-
Generate keypair and copy the deposit data. Visit https://prylabs.net/participate to acquire 32 ETH and submit the raw transaction deposit data.
-
Retrieve your public key and visit https://beacon.etherscan.io to view the deposit inclusion progress and attestions once the node starts validating.
-
Run the the beacon chain node, validator, and eth2stats client. Wait for chain to sync and for deposit inclusion which could take 3-7hrs.