Developers Forum for XinFin XDC Network

Discussion on: XDC apothem masternode setup failing

Collapse
gzliudan profile image
Daniel Liu

Which docker image are you using ?

Thread Thread
naresh_mohanraj profile image
Naresh Mohanraj Author • Edited on

IMAGE : xinfinorg/xdposchain:v2.4.0-beta1
NAMES: testnet_xinfinnetwork_1

Thread Thread
gzliudan profile image
Daniel Liu

Please add flag --apothem to the file testnet/start-apothem.sh as github.com/XinFinOrg/XinFin-Node/p....

Thread Thread
naresh_mohanraj profile image
Naresh Mohanraj Author

I still see same errors even after adding this flag.

Thread Thread
gzliudan profile image
Daniel Liu

Let me do a full sync test. It will takes about 3 days to reach your block number.

Thread Thread
naresh_mohanraj profile image
Naresh Mohanraj Author

Ok please let me know the results.

Thread Thread
gzliudan profile image
Daniel Liu • Edited on

I have no problem to pass block number 30309619. I used 3 ways to do sync test:

All passed block number 30310000

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