Pando Project
About UsWallet & ExplorerGitHub
  • Pandoproject -Documentations
  • Whitepaper
  • Pando Network Testament
  • Blockchain Integration
    • Mainnet v4.0-2.0 Code
    • Mainnet v1.0 Code
    • Command Line Tool
    • Connect to the Mainnet
      • Using Pre-Compiled Binaries
      • Using Code
    • Connect to the Testnet
      • Using Pre-Compiled Binaries
      • Using code
    • Launch a Local Private Net
    • Configuration
  • APIs
    • Tx Api
    • RPC API Reference
    • Pando CLI APIs
    • PNC 20 Protocol
    • PNC721- Protocol
  • Pando Nodes
    • Zytatron Node
    • Metatron Node
    • Rametron Overview
    • Mainnet Metatron Setup
    • To Migrate Metatron/Zytatron
  • Rametron Overview
    • Rametron Lite
    • Rametron Mobile
    • Rametron Pro
    • Rametron Ent
  • How to Stake ?
    • Stake for RT Lite
    • Stake for RT Mobile
    • Stake for RTPro
    • Stake for RTE
  • Wallet Application
    • Web Wallet Overview
    • Connect to Metamask
    • Wallet Code- Frontend
    • Wallet Code- Backend
    • Wallet API Reference
    • Explorer Overview
  • Explorer Application
    • Explorer Node- Frontend
    • Explorer Code- Backend
    • Explorer API Reference
  • Connect to Metamask
  • Smart Contracts
    • Ethereum RPC API support
    • Deployment fees
    • PNC-20
      • PNC20 Code
      • PNC20 API Reference
    • PNC-721
      • PNC721 Code
      • PNC721 API Reference
  • Docker Implementation
  • Videos
  • Frequently Asked Question
    • Upgrade Chain to Mainnet 4.0
    • To Resolve The Block Height Issue
  • Developer Community Engagement
Powered by GitBook
On this page
  1. Pando Nodes

To Migrate Metatron/Zytatron

Steps To Migrate Metatron/Zytatron

*Note - New server must have all pre-requisites installed and directory to be created in a way as suggested in doc. Also go env must be configured.

1. Login and switch to the directory

cd /usr/local/go/src/github.com/

*Here, You will get to see the directory on the name of pandotoken.

2. Create .zip or .tar file of pandotoken

*Note - Always take backup of key which you got at the time of running of metatron or zytatron node which is at below directory, /usr/local/go/src/github.com/pandoprojects/pandonet/node/key/encrypted/

3. Download the zip file from previous server and upload or move it to new server.

4. Unzip the folder but make sure directory architecture will be same as previous one or suggested according to the document provided.

  • i.e, cd /usr/local/go/src/github.com/

  • Move zip or tar file to this directory and unzip here.

5. Compilation of the code

cd /usr/local/go/src/github.com/pandoprojects/pando
make install

6. Run the code

  • Run blockchain node in background process whether it is in tmux, nohup, sceen, pm2 or other.

cd /usr/local/go/src/github.com/pandoprojects/pando
  • Run,

/usr/local/go/bin/pando start --config=../pandonet/node
  • Enter the password and start the node.

PreviousMainnet Metatron SetupNextRametron Overview

Last updated 2 months ago