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

2.0.5-1 full node not sync at 100% and zclassic-cli getblocktemplate return -10 error code #34

Closed
VictorLux opened this issue Sep 8, 2019 · 2 comments

Comments

@VictorLux
Copy link

Describe the issue

After installation (block height 585321) on a new VPS and with master branch(2.0.5-1) blockchain not synced at 100% and zclassic-cli getblocktemplate return -10 error code.

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. install 2.0.5-1 build and compile
  2. start zclassicd
  3. when it reached the current high block height on bc execute zclassic-cli getblocktemplate

Expected behaviour

Sync should be at 100% and zclassic-cli getblocktemplate should return several values

Actual behaviour + errors

zclassic-cli getblocktemplate
error code: -10
error message:
ZClassic is downloading blocks...

See screenshot

The version of zclassicd you were using:

ZClassic Daemon version v2.0.5-1-845a2d8d6

Capture d’écran 2019-09-08 à 23 03 09

@rewrewby
Copy link

rewrewby commented Sep 8, 2019

Confirmed.

root@ubuntu:~# zclassic-cli getinfo
{
  "version": 2000551,
  "protocolversion": 170009,
  "walletversion": 60000,
  "balance": 0.00000000,
  "blocks": 585321,
  "timeoffset": 0,
  "connections": 14,
  "proxy": "",
  "difficulty": 508858.8011788576,
  "testnet": false,
  "keypoololdest": 1511131242,
  "keypoolsize": 101,
  "paytxfee": 0.00000000,
  "relayfee": 0.00000100,
  "errors": ""
}
root@ubuntu:~# zclassic-cli getblocktemplate
error code: -10
error message:
ZClassic is downloading blocks...

@AlexSpain
Copy link

zclassic-2.0.5-2
./zclassic-cli getinfo
{
"version": 2000552,
"protocolversion": 170010,
"walletversion": 60000,
"balance": 294.00000000,
"blocks": 585321,
"timeoffset": 0,
"connections": 6,
"proxy": "",
"difficulty": 508858.8011788576,
"testnet": false,
"keypoololdest": 1568903792,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00000100,
"errors": ""
}
Stuck sync at 585321 2 days waiting peers.

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

4 participants