citp / BlockSci

A high-performance tool for blockchain science and exploration

Home Page:https://citp.github.io/BlockSci/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitcoin sv stop parsing at block 622556

rg687 opened this issue · comments

commented

Hello,

When I try to parse bitcoinsv, it gets stuck 33.61% done, Block 622556/648243

I use
{
"chainConfig": {
"coinName": "bitcoin_cash",
"dataDirectory": "/home/user/blocksci-bsv",
"pubkeyPrefix": [
0
],
"scriptPrefix": [
5
],
"segwitActivationHeight": 2147483647,
"segwitPrefix": "NONE"
},
"parser": {
"disk": {
"blockMagic": 3652501241,
"coinDirectory": "/home/user/.bitcoinsv",
"hashFuncName": "doubleSha256"
},
"maxBlockNum": -6
},
"version": 5
}