Using Code
Mainnet environment setup for pando network protocol
Last updated
Mainnet environment setup for pando network protocol
Pando Lab maintains a mainnet environment for production release products on pando network. Pando network uses chain id as pandonet for mainnet
To connect to the mainnet, open a terminal, and follow the steps below.
First, we need Setup Go environment a system, please refer to our respective documentation for the same.
Follow the instructions in Setup and Installation to build and install the Pando Blockchain node. Make sure you are compiling the latest code inside, as mentioned in the special notes. Next, execute the following commands to set up the environment.
cd $PANDO_HOME
mkdir ../pandonet
cp -r ./integration/pandonet/node ../pandonetIn this step, we need to download and place a snapshot in the following directory
$homedir/integration/pandonet/nodeTo download the latest snapshot of mainnet we need to enter the following command
wget https://blockchainupdates.s3.ap-southeast-1.amazonaws.com/snapshotTo download the config file of Mainnet we need to enter the following command
Start a new session, and use the following commands to launch a node and connect to the pando network mainnet. It may take some time to download the blockchain data to be in sync with the network.
Shell
Note: when the mainnet Pando Node is launched for the first time, you need to choose a password to generate an address for the node. Please choose a secure password and keep it in a safe place. The next time when you launch the node again, you will need the password to unlock it.
Last updated
wget https://blockchainupdates.s3.ap-southeast-1.amazonaws.com/config.yamlpando start --config=../pandonet/node