Mainnet Metatron Setup
Pando Blockchain Setup and Installation guide for Metatron setup for Win , Mac and Linux
Step 1
sudo apt-get update && sudo apt-get install wget git curl net-tools build-essential make -ywget https://go.dev/dl/go1.17.4.linux-amd64.tar.gzrm -rf /usr/local/go && tar -C /usr/local -xzf go1.17.4.linux-amd64.tar.gzecho 'export PATH=$PATH:/usr/local/go/bin' >> ~/.profileecho 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrcecho 'export PANDO_HOME=/usr/local/go/src/github.com/pandoprojects/pando' >> ~/.bashrcecho 'export PANDO_HOME=/usr/local/go/src/github.com/pandoprojects/pando' >> ~/.profilesource ~/.bashrc && source ~/.profileStep 2
mkdir -p /usr/local/go/src/github.com/pandoprojects/ && cd /usr/local/go/src/github.com/pandoprojects/git clone https://github.com/pandoprojects/pando-network-protocol.git
mv pando-network-protocol pandocd $PANDO_HOMEStep 3 - Run unit test
Step 4- Launch Mainnet
Example
Re-installation and withdrawal of the Node
To change to MT Node Password
1. Switch to the below directory.
2. Download the key which is in the above directory on your local.
3. Then, login to the wallet application.
4. After logged in to the wallet application , switch to the setting tab and reset your password.
5. Then, upload the new key generated from the wallet application to the same server directory and replace it with the new key and run the below-mentioned command.
6. Now, switch to the directory and run the following command.
7. After the successful compilation of code, you need to go to the background process where the node is running. Terminate the process and run the command with a new password.
Last updated
Was this helpful?