
- Spacenet prysm pro router how to#
- Spacenet prysm pro router mac os x#
- Spacenet prysm pro router install#
During the process, you will have generated a validator_keys folder under the eth2.0-deposit-cli directory. Make sure you use the mainnet option when generating keys with the deposit CLI. Throughout the process, you'll be asked to generate new validator credentials using the official Ethereum deposit command-line-tool here. If you want to participate in the testnet, you can navigate to the Prater or Ropsten launchpads. The Mainnet Launchpad is the most secure way to deposit your 32 ETH to become a validator. Do not send ETH directly to the contract, and only join by using the launchpad. The correct address for the launchpad is and the only, official validator deposit contract is 0x00000000219ab540356cbb839cbe05303d7705fa.

Mainnet: the current, live version of Ethereum proof-of-stake with billions of dollars' worth of real ETH at stake.The currently supported networks in Prysm are:

When running a Prysm beacon node or validator, you can choose to run in the main network which has real assets at stake, or in a test network which is used by developers and stakers that might want to gain some confidence before depositing 32 ETH to validate. Downloading the Prysm Docker images #ĭocker run -it -v $HOME/.eth2:/data -p 4000:4000 -p 13000:13000 -p 12000:12000/udp -name beacon-node \ gcr.io/prysmaticlabs/prysm/beacon-chain:latest \ -datadir=/data \ -clear-db \ -rpc-host=0.0.0.0 \ -monitoring-host=0.0.0.0 \ -http-web3provider= Copy Before you begin: pick your network #
Spacenet prysm pro router how to#
To see how to build the Docker images yourself from scratch for your own purposes, see our instructions here. Bazel provides reproducible builds and a sandboxed environment that ensures everyone building Prysm has the same experience and can build our entire project from a single command. Bazel has the option to generate and push minimal Docker images to a registry, which is what we use for Prysm. Instead of manually writing Dockerfiles, our team relies on the Bazel build system used by major companies to manage mono-repositories. Installing Prysm # Where is the Prysm Dockerfile? #


Spacenet prysm pro router mac os x#
Operating System: 64-bit Linux, Mac OS X 10.14+, Windows 64-bit.These specifications must be met in order to successfully run the Prysm client. System requirements # Minimum specifications # Have questions? Stop by the #documentation channel on Discord and let us know.
Spacenet prysm pro router install#
The Prysm Quickstart is the easiest way to install Prysm.
