Setting Up a Validator Node
All the instructions needed to get your node from zero to ready to create blocks.
Hardware Requirements
Installing Pchain
LOCATION=$(curl -s https://api.github.com/repos/pchain-org/pchain/releases/latest | grep "tag_name" | awk '{print "https://github.com/pchain-org/pchain/releases/download/" substr($2, 2, length($2)-3) "/pchain_mainnet_" substr($2, 2, length($2)-3) ".tar.gz"}') ; curl -L -o pchain_mainnet.tar.gz $LOCATIONmkdir -p pchain_main ; tar xzf pchain_mainnet.tar.gz --one-top-level=pchain_main --strip-components 1mkdir -p pchain/log pchain/bin pchain/.pchain pchain/scripts
cp ~/pchain_main/pchain ~/pchain/bin/
cp ~/pchain_main/run.sh ~/pchain/Downloading the Snapshot to Speed up the Sync
Start Auto-update Scripts
Opening the Javascript Console
Main Chain
Subchain
Creating an Executable Console
Main Chain
Subchain
Importing or Generating a New Address
Generating a BLS Validator Key
Last updated
Was this helpful?