Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After update Zcoin to 14.0.0 my wallet never syncs #914

Closed
Enimon opened this issue Sep 29, 2020 · 3 comments
Closed

After update Zcoin to 14.0.0 my wallet never syncs #914

Enimon opened this issue Sep 29, 2020 · 3 comments

Comments

@Enimon
Copy link

Enimon commented Sep 29, 2020

I've tried:

  • run "zcoind -reindex-chainstate -zapwalletmints"
  • full clean reinstall zcoin

Zcoin v.14.0.5
Ubuntu 18.04.5 LTS
HDD has free space
RAM 8Gb

znsync status
{
  "AssetID": 0,
  "AssetName": "ZNODE_SYNC_INITIAL",
  "Attempt": 0,
  "IsBlockchainSynced": false,
  "IsZnodeListSynced": false,
  "IsWinnersListSynced": false,
  "IsSynced": false,
  "IsFailed": false
}

getinfo
{
  "version": 140005,
  "protocolversion": 90030,
  "walletversion": 130000,
  "balance": 0,
  "blocks": 306521,
  "timeoffset": 0,
  "connections": 9,
  "proxy": "",
  "difficulty": 1642.219566910603,
  "testnet": false,
  "keypoololdest": 1555318416,
  "keypoolsize": 101,
  "unlocked_until": 0,
  "paytxfee": 0.00001000,
  "mininput": 0.00001000,
  "relayfee": 0.00001000,
  "errors": ""
}

"blocks" value goes up and matches the last.
I'm waiting for sync, but nothing changes a long time.
What broke? How to fix it?

@justanwar
Copy link
Member

The new command is evoznsync status

@Enimon
Copy link
Author

Enimon commented Sep 29, 2020

Thank you for reply.

evoznsync status
{
  "AssetID": 999,
  "AssetName": "MASTERNODE_SYNC_FINISHED",
  "AssetStartTime": 1601377547,
  "Attempt": 0,
  "IsBlockchainSynced": true,
  "IsSynced": true,
  "IsFailed": false
}

How to about add reply message like:

znsync status
{
    "result": "This command is deprecated, use [evoznsync status]"
}

@justanwar
Copy link
Member

Will be considered to be added as part of #959

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants