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

dashd not syncing

Pietro Speroni

Active member
Hello. I am trying to install a masternode.

Unfortunately when I run ./dashd it says that it is starting. But anytime I then run

./dash-cli mnsync status

I get:

{
"AssetID": 1,
"AssetName": "MASTERNODE_SYNC_SPORKS",
"Attempt": 0,
"IsBlockchainSynced": false,
"IsMasternodeListSynced": false,
"IsWinnersListSynced": false,
"IsSynced": false,
"IsFailed": false
}


I suspect it is a problem with the firewall, but I followed to the letter the instructions of Tao of Satoshi. If I do

sudo ufw status
I get:

Status: active

To Action From
-- ------ ----
22/tcp LIMIT Anywhere
9999/tcp ALLOW Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
9999/tcp (v6) ALLOW Anywhere (v6)


How can I find out what is stopping dashd from syncing?

Thanks.
 
I am not sure what happened, but I checked now and it has finished.

IT's like it took more time for it to start. Not sure why.
 
It can take quite a while to sync for the first time. If your status is not "MASTERNODE_SYNC_FAILED" then it still working and just needs more time.
 
Back
Top