Developers Forum for XinFin XDC Network

Discussion on: XDC apothem masternode setup failing

gzliudan profile image
Daniel Liu • Edited on
if [[ -d "XinFin-Node" ]]; then 
    cd XinFin-Node
    git pull
    cd testnet
    sudo rm -rf xdcchain-testnet
else
   git clone https://github.com/XinFinOrg/XinFin-Node
   cd XinFin-Node/testnet
   # please modify the file .env before start your node
fi

./docker-up.sh
Enter fullscreen mode Exit fullscreen mode
Thread Thread
gzliudan profile image
Daniel Liu

How about your problem now ?