Developers Forum for XinFin XDC Network

Discussion on: [WIP] How can I get the list of 108 masternodes using RPC call.

gzliudan profile image
Daniel Liu • Edited on

For the github.com/XinFinOrg/XinFin-Node/ and xinfin network, you can modify the file github.com/XinFinOrg/XinFin-Node/b..., change the below line:

    (cd xdcchain && git checkout --detach 433c202a55a7ffd740f993a2e8799efe6797234a && make)
Enter fullscreen mode Exit fullscreen mode

to:

    (cd xdcchain && make)
Enter fullscreen mode Exit fullscreen mode
Thread Thread
david profile image
David Author

Hello, do I need to setup an archive node for this? I have setup a node using the steps that you gave, when I try to get the details using eth_getCandidates I keep on getting missing trie Node.