Skip to content

gzliudan/Local_DPoS_Setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guide

This document explains how to sync xdc networks.

1. start sync

1.1 start a node with default config

The default config file is cfg1.env if not specified.

1.1.1 mainnet

./sync-xinfin.sh

1.1.2 testnet

./sync-apothem.sh

1.1.3 devnet

./sync-devnet.sh

1.2 start a node with custom config

1.2.1 mainnet

./sync-xinfin.sh <CONFIG_FILE_NAME>

1.2.2 testnet

./sync-apothem.sh <CONFIG_FILE_NAME>
1.2.3 devnet
./sync-devnet.sh <CONFIG_FILE_NAME>

2. stop sync

2.1 stop one node by config

./stop-cfg.sh <CONFIG_FILE_NAME>

2.2 stop one node by PID

./stop-pid.sh <PID_FILE>

2.3 stop all nodes

./stop-all.sh

About

Build a XDC DPoS Based BlockChain network in few steps...!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%