Install & Update
DO Network
Install
// 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.
Last updated