Robert LeBlanc
New member
Since I'm not a Dash developer, I can't post in the development section, so I'm putting it here. Please feel free to move as appropriate.
I'm trying to run Dash on testnet so that I can do some development on some pool code. When I specify testnet, it isn't making any progress on downloading blocks or anything.
dash_testnet.conf
daemon=1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
testnet=1
server=1
rpcuser=user
rpcpassword=password
rpcport=19998
...
2017-11-22 05:33:33 CMasternodeSync:
rocessTick -- nTick 1795 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000
2017-11-22 05:33:39 CMasternodeSync:
rocessTick -- nTick 1801 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000
2017-11-22 05:33:42 connect() to 108.61.164.106:19999 failed after select(): Connection refused (111)
2017-11-22 05:33:45 CMasternodeSync:
rocessTick -- nTick 1807 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000
2017-11-22 05:33:51 CMasternodeSync:
rocessTick -- nTick 1813 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000
...
It has been going on like this for almost an hour. What do I need to do to get testnet running. I need to be able to generate some blocks and make sure they are correct and accepted, etc.
Thanks.
I'm trying to run Dash on testnet so that I can do some development on some pool code. When I specify testnet, it isn't making any progress on downloading blocks or anything.
dash_testnet.conf
daemon=1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
testnet=1
server=1
rpcuser=user
rpcpassword=password
rpcport=19998
...
2017-11-22 05:33:33 CMasternodeSync:
2017-11-22 05:33:39 CMasternodeSync:
2017-11-22 05:33:42 connect() to 108.61.164.106:19999 failed after select(): Connection refused (111)
2017-11-22 05:33:45 CMasternodeSync:
2017-11-22 05:33:51 CMasternodeSync:
...
It has been going on like this for almost an hour. What do I need to do to get testnet running. I need to be able to generate some blocks and make sure they are correct and accepted, etc.
Thanks.