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.
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.