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 have up and working Litecoin, Dogecoin and Bitcoin testnet but Bitcoin one get stuck with this error
F0216 11:49:57.209279 334733 sync.go:312] writeBlockWorker 621272 0000000000000000000c19349c006fd32cf5606e40587ec42841de20d665ed7c error Corruption: block checksum mismatch: stored = 2772393275, computed = 4195678300, type = 1 in /opt/coins/data/bitcoin/blockbook/db/199123.sst offset 47302936 size 28408
goroutine 155 [running]: github.com/golang/glog.Fatal(...) /go/pkg/mod/github.com/golang/[email protected]/glog.go:664 github.com/trezor/blockbook/db.(*SyncWorker).ConnectBlocksParallel.func1() /go/src/github.com/trezor/blockbook/db/sync.go:312 +0x4bd created by github.com/trezor/blockbook/db.(*SyncWorker).ConnectBlocksParallel in goroutine 1 /go/src/github.com/trezor/blockbook/db/sync.go:361 +0x3c7
Have tried 3 times and always break with same error. Disk is alright, using XFS
The text was updated successfully, but these errors were encountered:
Hi. It never happened to us. Unfortunately I have no clue what could be going on, however it seems like some rocksdb/disk issue.
Sorry, something went wrong.
No branches or pull requests
I have up and working Litecoin, Dogecoin and Bitcoin testnet but Bitcoin one get stuck with this error
F0216 11:49:57.209279 334733 sync.go:312] writeBlockWorker 621272 0000000000000000000c19349c006fd32cf5606e40587ec42841de20d665ed7c error Corruption: block checksum mismatch: stored = 2772393275, computed = 4195678300, type = 1 in /opt/coins/data/bitcoin/blockbook/db/199123.sst offset 47302936 size 28408
goroutine 155 [running]:
github.com/golang/glog.Fatal(...)
/go/pkg/mod/github.com/golang/[email protected]/glog.go:664
github.com/trezor/blockbook/db.(*SyncWorker).ConnectBlocksParallel.func1()
/go/src/github.com/trezor/blockbook/db/sync.go:312 +0x4bd
created by github.com/trezor/blockbook/db.(*SyncWorker).ConnectBlocksParallel in goroutine 1
/go/src/github.com/trezor/blockbook/db/sync.go:361 +0x3c7
Have tried 3 times and always break with same error. Disk is alright, using XFS
The text was updated successfully, but these errors were encountered: