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

Can't sync - have peers #626

Open
skironDotNet opened this issue Jan 29, 2023 · 3 comments
Open

Can't sync - have peers #626

skironDotNet opened this issue Jan 29, 2023 · 3 comments

Comments

@skironDotNet
Copy link

I deleted blockchain twice, tried QT and blocknetd and always get this
ERROR: AcceptBlockHeader: block a54c61a426cd2459a75bfc0c6b9a5bbc36c155bfb24d4b9c90fb011faa2f11b3 is marked invalid

Banned all peers with version under 4.3.3 didn't help. Using Linux build blocknet-4.3.3-x86_64-linux-gnu.tar.gz
getblockcount: 1555199

getblockhash 1555199: 4fd875b65e0743f70e7f76bb0a903a7d13dec3a1264dba07355fb0704a512a77

getblockchaininfo

{
  "chain": "main",
  "blocks": 1555199,
  "headers": 1555199,
  "bestblockhash": "4fd875b65e0743f70e7f76bb0a903a7d13dec3a1264dba07355fb0704a512a77",
  "difficulty": 9776.649685182403,
  "mediantime": 1595795393,
  "verificationprogress": 0.5607381562661152,
  "initialblockdownload": true,
  "chainwork": "00000000000000000000000000000000000000000000000577781efa596fe998",
  "size_on_disk": 1449388860,
  "pruned": false,
  "bip9_softforks": {
    "csv": {
      "status": "active",
      "startTime": -1,
      "timeout": 9223372036854775807,
      "since": 0
    },
    "segwit": {
      "status": "active",
      "startTime": 1584295200,
      "timeout": 1589565600,
      "since": 1376640
    },
    "networkfees": {
      "status": "active",
      "startTime": 1584295200,
      "timeout": 1589565600,
      "since": 1376640
    },
    "stakep2pkh": {
      "status": "active",
      "startTime": 1584295200,
      "timeout": 1589565600,
      "since": 1376640
    }
  },
  "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

@blocknetdx blocknetdx deleted a comment from skironDotNet Feb 2, 2023
@shrnkld
Copy link
Contributor

shrnkld commented Feb 2, 2023

Try the suggestions in the support docs and then join the discord if you still need any further support - https://docs.blocknet.org/wallet/syncing/

@walkjivefly
Copy link

walkjivefly commented Feb 3, 2023

I think you're just unlucky and getting bad peers. I just synced from scratch (blocknetd) without any problem. The seednodes are not available at present so I had to start with a bunch of addnodes in the blocknet.conf (got from the Blocknet v4.3.3 node list at https://chainz.cryptoid.info/block/#!network).

At the end of the sync these were my peers:

    "addr": "37.44.247.172:41412",
    "addr": "213.239.209.41:41412",
    "addr": "130.185.119.91:41412",
    "addr": "95.111.229.38:41412",
    "addr": "75.119.157.65:41412",
    "addr": "95.217.73.169:41412",
    "addr": "178.18.254.12:41412",
    "addr": "73.110.35.51:41412",
    "addr": "136.55.175.110:41412",
    "addr": "54.37.197.65:41412",
    "addr": "5.189.139.168:41412",
    "addr": "35.167.245.248:41412",
    "addr": "149.28.134.2",

@skironDotNet
Copy link
Author

Tried nodes, tried to keep just block files and re-index, tried to download chain from github chain bootstrap. It always stops in same spot. Someone would have to publish chain past this point to download
image

image

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

3 participants