Zedxion Smart Chain(Zed20) Documentation
Choose Language
Zedxion Smart Chain(Zed20) Documentation
  • Summary
  • DOCUMENTATION
    • Learn about the ZEDXION Platform
      • ZEDXION Overview: vision, strategy and platform components
      • The ZEDXION Blockchain
        • Discovering the Network
        • ZEDXION Consensus
        • Delegation through Staking with Validators
        • Ethereum (EVM) Compatibility and Smart Contracts
        • Boosting ZEDXION’s Scalability
      • ZEDX Сoin
        • ZEDX Coin Economics
        • ZEDX Coin Wrappers
        • ZEDX on Other Chains
      • Interoperability
      • ZEDXION Governance and Development
        • ZEDXION Assembly
      • Wallets supporting ZEDXION
    • ZEDXION for Business
    • Things you can do on ZEDXION
      • Interacting with the ZEDXION Blockchain
      • ZEDXION Ecosystem
      • Community
      • Grants and Bounties
    • ZEDXION Mobile Infrastructure Use Cases
  • Developers
    • Network Details
      • ZEDXION Mainnet
      • ZEDXION Testnet
      • ZEDXION Faucet
      • Network Upgrades
        • Upgrade Guide
        • Upgrade Guide (explorer nodes)
        • Block 13,800,000 Fork
        • FIP's
    • Consensus
      • Stake, Delegate and Withdraw
      • Vote
      • End-of-Cycle Flow
      • Contract Addresses
    • Resources & Tools
      • TheGraph
      • WalletConnect on Zedx
    • Important smart contracts
      • Zedx Token
      • Zedx Dollar
      • Major Deployed Contracts
      • Bridges
        • Ethereum ↔ Zedx GoodDollar Token
        • Ethereum ↔ Zedx ZED20 Tokens
        • BSC ↔ Zedx BNB
        • BSC ↔ Zedx Native
        • BSC ↔ Zedx ZED20
        • Ethereum ↔ Zedx Native
    • How to become a validator
      • Getting started as a validator
    • Zeddex Contracts v2-v3 Zedx
    • Zeddex Contract v2-v3 BSC
    • API of ZedDex
  • Links
    • Discord
    • Facebook
    • GitHub
    • LinkedIn
    • Medium
    • Telegram
    • Twitter
    • YouTube
    • instagram
    • Slack
    • Zedxion Coin
    • Zedxion Exchange
    • Zedcex Exchange
Powered by GitBook
On this page
  • Step 1 - Stop all running containers
  • Step 2 - Pull the latest quickstart script
  • Step 3 - Upgrade your DB using OEs upgrade tool
  • Step 4 - Update Client version in env file and rerun quickstart
  • Step 5 - Verify Upgrade
  1. Developers
  2. Network Details
  3. Network Upgrades

Upgrade Guide (explorer nodes)

This guide is intended specifically for explorer nodes.

PreviousUpgrade GuideNextBlock 13,800,000 Fork

Last updated 10 months ago

Since we don't host snapshots for explorer DBs, some extra steps are required in order to update from V1.0.0 to V2.0.0.

Step 1 - Stop all running containers

sudo docker stop $(sudo docker ps -q)

Step 2 - Pull the latest quickstart script

cd <to quickstart.sh location>
wget -O quickstart.sh https://raw.githubusercontent.com/ecroxDev/Zedx/master/scripts/quickstart.sh

Step 3 - Upgrade your DB using OEs upgrade tool

It is highly recommended to take a back up of your database folder before attempting!.

Follow the instruction here to upgrade from V13->V16 DBs . The data base is stored in <path to quickstart.sh>/fusenet/database/FuseNetwork/db/dee77c98f8210dbb/archive

Step 4 - Update Client version in env file and rerun quickstart

vim .env
Add the following (without quotes) "CLIENT=OE"
Save and exit :w :q
sudo ./quickstart.sh

Step 5 - Verify Upgrade

Check your node on our It should be online and the client should be "OpenEthereum//v3.2.6-stable", ensure your node is connected to peers and syncing/ in sync.

https://github.com/openethereum/3.1-db-upgrade-tool
health site