Old CodeBlockLabs
VPS Recomendation
  • Home
  • 🌹Social Media
  • 🚰Testnet Faucet List
  • 🚰Mainnet Faucet List
  • 🔥Mainnet
    • Akash
    • Arcadia (Paw)
      • Installation
      • RPC Command
      • CLI
      • Fast Sync
    • Arkhadian
      • Installation
      • Update
      • Useful Commands
    • Banano
      • Installation
      • Node Configuration
      • RPC Command
      • CLI
      • Useful Command
    • DO Network
      • Install & Update
      • RPC Documentation
    • Kadena
      • Installation
      • Mining
    • Massa
      • Installation
    • Newrl
      • Installation
      • Useful Command
      • Update
    • Q Blockchain
      • Installation
      • Block stuck?
    • RaiblocksOne
      • Installation
      • Update
      • RPC Command
    • Raicoin
      • Installation
    • SGE
      • Installation
      • Update
      • Useful Commands
  • 💎Testnet
    • 0G Labs
      • Installation
      • Useful Commands
    • 5ire Chain
      • Installation
      • WASM Contract Deployment
    • Avail
      • Installation
    • BEVM
      • Installation
        • Docker
        • Binary
    • Blockx
      • Installation
      • Useful Commands
      • Incentivized Task
    • Elys
      • Installation
      • Useful Commands
    • Empeiria
      • Installation
      • Snapshot
      • Useful Commands
        • Wallet Management
        • Validator Management
        • Node Management
        • Governance
    • Impact Protocol
      • Installation
    • Erbie (wormholes)
      • Installation
      • RPC Documentation
      • Debug
    • Inery
      • Installation
      • Create Token
      • Value Contract
      • IneryCRUD
      • IneryPHP
      • Snapshots
    • Mantra
      • Installation
      • Useful commands
    • Naruno
      • Baklava Testnet
    • Nolus Protocol
      • Installation
      • Update
      • Snapshots
      • Relayer
      • Useful Commands
    • Noria
      • Installation
      • Update
      • State Sync
      • Useful Commands
    • Nibiru
      • Installation
      • Update
      • Useful Commands
    • Nulink
      • Installation
    • Ojo Network
      • Installation
      • Update
      • Useful Commands
    • PowerLoom
      • Pretest Task
    • The Power
      • Installation
    • Transformers Chain
      • Install & Update
      • RPC Documentation
  • âš¡VPS Provider
    • Contabo
      • Links To Provider
      • Promotion / Coupon
    • Vultr
      • Link To Provider
      • Promotion / Coupon
  • 😇solution
    • Docker
    • EVM Wallet by PrivateKey
    • Multiple Go
Powered by GitBook
On this page
  • Install
  • Update
  1. Mainnet
  2. DO Network

Install & Update

DO Network

Install

Good to know: You need a minimum 8 core, 16gb ram and 120gb NVME disk to make it running on your machine .

// Update dependencies
sudo apt-get update
sudo apt-get install curl wget zip unzip
// Download the TFSC application
wget https://fastcdn.uscloudmedia.com/donetwork/don_v1.0.0_6691939_primarynet.zip
// extract file
unzip don_v1.0.0_6691939_primarynet.zip
// Change application permission
chmod +x don_v1.0.0_6691939_primarynet
// Run the application with -c flag to get configuration file
./don_v1.0.0_6691939_primarynet -c
// edit the configuration
sudo nano config.json
// **Please insert your IP on the field and then use CTRL+X then Y and Enter to save file and exit
// Run the Application
./don_v1.0.0_6691939_primarynet -m

You need to join DO on discord https://discord.gg/yRTsF9p86u

Request test balance on the faucet channel

Always check your nodes on explorer http://www.donetwork.io/chainBrowser/#/pc/Index , see on workload. if you have more than 0 on this day, you can claim bonus tomorrow. if not, no bonus for tomorrow.

Always discuss on the discord for help :)

Update

Updating are same as install script. But keep follow the announcement, because sometimes you need to remove data.db and config.json, and sometimes not.

Good to know: Do Network and Transformers chain are same developers, and it's app can't be run together on same machine (afaik).

PreviousDO NetworkNextRPC Documentation

Last updated 1 year ago

🔥