Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Docker compose file for for running Ethereum 2.0 prysm beacon node and validator on the Topaz network.

License

Notifications You must be signed in to change notification settings

miguelmota/beacon-validator-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Beacon node validator docker compose

Docker compose file for for running Ethereum 2.0 prysm beacon node and validator on the Topaz network.

Getting started

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
  1. Generate keypair and copy the deposit data. Visit https://prylabs.net/participate to acquire 32 ETH and submit the raw transaction deposit data.

  2. Retrieve your public key and visit https://beacon.etherscan.io to view the deposit inclusion progress and attestions once the node starts validating.

  3. Run the the beacon chain node, validator, and eth2stats client. Wait for chain to sync and for deposit inclusion which could take 3-7hrs.

License

MIT

Releases

No releases published

Packages

No packages published