• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Dashd for testnet stop syncing at 151215 block

sae_uru

New member
Hello all! Why sometimes dashd that has configured for testnet stop syncing at all.
I have reached 151215/151215 (Blocks/Headers) and syncing with testnet stopped, but dash blockchain explorer for testnet shows last block is 158006.
I've tried next: mnsync reset, reconsiderblock "tx of 151215", reconsiderblock "tx of 151216" clearbanned, restart node. No any result. Can any one tell me was is wrong?

$d ash-cli getinfo
"version": 120203,
"protocolversion": 70208,
"walletversion": 61000,
"balance": 0.00000000,
"privatesend_balance": 0.00000000,
"blocks": 151215,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 20.15686274509804,
"testnet": true,
"keypoololdest": 1530189600,
"keypoolsize": 999,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}
$dash-cli mnsync status
{
"AssetID": 0,
"AssetName": "MASTERNODE_SYNC_INITIAL",
"AssetStartTime": 1530709381,
"Attempt": 0,
"IsBlockchainSynced": false,
"IsMasternodeListSynced": false,
"IsWinnersListSynced": false,
"IsSynced": false,
"IsFailed": false

dash.conf

testnet=1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
bind=172.22.205.36:19999
addnode=145.239.235.18
addnode=13.250.103.55
addnode=178.165.91.171
addnode=145.239.235.27
addnode=145.239.235.20
addnode=82.221.106.172
addnode=104.236.195.43
listen=1
maxconnections=150
server=1
rpcbind=172.22.205.36
rpcuser=dash
rpcpassword=password
rpcclienttimeout=30
rpcallowip=172.22.0.0/255.255.0.0
rpcallowip=127.0.0.1
rpcport=9998
 
I've tried to remove all testnet blockchain and resync, but it stuck everytime at 151215/151215. I can provide some additional info about our test node.
 
Back
Top