Developers Forum for XinFin XDC Network

Discussion on: [Resolved]Masternode on testnet not syncing

Collapse
inv4fee2020 profile image
inv4fee2020 Author

@anilchinchawale I followed the same steps as my mainnet master node. Taken from here;
xinfin.org/setup-Masternode.php

Instead of mainnet, I select testnet.

  1. create a new user account with sudo permission
  2. switch into the new account
  3. run the following code;
sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/XinFinOrg/XinFin-Node/master/setup/bootstrap.sh)" root
cd XinFin-Node/
cd testnet/
sudo nano .env 
sudo docker-compose -f docker-compose.yml up -d 
Enter fullscreen mode Exit fullscreen mode
Collapse
inv4fee2020 profile image
inv4fee2020 Author • Edited on

A quick update @anilchinchawale. As you can see after leaving over night something finally kicked in and the node started to sync.

Thread Thread
inv4fee2020 profile image
inv4fee2020 Author