Developers Forum for XinFin XDC Network

Discussion on: XDC apothem masternode setup failing

naresh_mohanraj profile image
Naresh Mohanraj Author

Can you share me the exact steps(or link) you followed for this setup using docker?

Thread Thread
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 ?