We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've tried:
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?
The text was updated successfully, but these errors were encountered:
The new command is evoznsync status
evoznsync status
Sorry, something went wrong.
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]" }
Will be considered to be added as part of #959
No branches or pull requests
I've tried:
Zcoin v.14.0.5
Ubuntu 18.04.5 LTS
HDD has free space
RAM 8Gb
"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?
The text was updated successfully, but these errors were encountered: