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
got 2 files after running blockchainr blockchainr_bloom.bin blockchainr.json
however have trouble running analyzr:
root@k:~/blockchainr/bin# ./analyzr blkH blkSha blkTime txIndex txSha txInIndex prevBlkH prevBlkSha prevBlkTime r addr wif 2014/10/18 10:08:49 Skipping at fetch: failed FetchBlockShaByHeight(296715): leveldb: not found
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x0 pc=0x402b9f]
goroutine 16 [running]: runtime.panic(0x7b6e40, 0xb1a513) /root/go/src/pkg/runtime/panic.c:279 +0xf5 main.printLine(0xc20809d420) /root/blockchainr/src/analyzr/main.go:115 +0x76f main.main() /root/blockchainr/src/analyzr/main.go:180 +0x9f7
goroutine 19 [finalizer wait]: runtime.park(0x417b10, 0xb1f060, 0xb1d289) /root/go/src/pkg/runtime/proc.c:1369 +0x89 runtime.parkunlock(0xb1f060, 0xb1d289) /root/go/src/pkg/runtime/proc.c:1385 +0x3b runfinq() /root/go/src/pkg/runtime/mgc0.c:2644 +0xcf runtime.goexit() /root/go/src/pkg/runtime/proc.c:1445
goroutine 20 [semacquire]: sync.runtime_Syncsemacquire(0xc20804d0d0) /root/go/src/pkg/runtime/sema.goc:257 +0xc0 sync.(_Cond).Wait(0xc20804d0c0) /root/go/src/pkg/sync/cond.go:62 +0x9d github.com/conformal/seelog.(_asyncLoopLogger).processItem(0xc208004660, 0x0) /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xc2 github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0xc208004660) /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x31 created by github.com/conformal/seelog.newAsyncLoopLogger /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x70
goroutine 21 [semacquire]: sync.runtime_Syncsemacquire(0xc20804d250) /root/go/src/pkg/runtime/sema.goc:257 +0xc0 sync.(_Cond).Wait(0xc20804d240) /root/go/src/pkg/sync/cond.go:62 +0x9d github.com/conformal/seelog.(_asyncLoopLogger).processItem(0xc208004720, 0x0) /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xc2 github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0xc208004720) /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x31 created by github.com/conformal/seelog.newAsyncLoopLogger /root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x70
goroutine 17 [syscall]: runtime.goexit() /root/go/src/pkg/runtime/proc.c:1445
The text was updated successfully, but these errors were encountered:
No branches or pull requests
got 2 files after running blockchainr
blockchainr_bloom.bin blockchainr.json
however have trouble running analyzr:
root@k:~/blockchainr/bin# ./analyzr
blkH blkSha blkTime txIndex txSha txInIndex prevBlkH prevBlkSha prevBlkTime r addr wif
2014/10/18 10:08:49 Skipping at fetch: failed FetchBlockShaByHeight(296715): leveldb: not found
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x402b9f]
goroutine 16 [running]:
runtime.panic(0x7b6e40, 0xb1a513)
/root/go/src/pkg/runtime/panic.c:279 +0xf5
main.printLine(0xc20809d420)
/root/blockchainr/src/analyzr/main.go:115 +0x76f
main.main()
/root/blockchainr/src/analyzr/main.go:180 +0x9f7
goroutine 19 [finalizer wait]:
runtime.park(0x417b10, 0xb1f060, 0xb1d289)
/root/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0xb1f060, 0xb1d289)
/root/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/root/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/root/go/src/pkg/runtime/proc.c:1445
goroutine 20 [semacquire]:
sync.runtime_Syncsemacquire(0xc20804d0d0)
/root/go/src/pkg/runtime/sema.goc:257 +0xc0
sync.(_Cond).Wait(0xc20804d0c0)
/root/go/src/pkg/sync/cond.go:62 +0x9d
github.com/conformal/seelog.(_asyncLoopLogger).processItem(0xc208004660, 0x0)
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xc2
github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0xc208004660)
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x31
created by github.com/conformal/seelog.newAsyncLoopLogger
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x70
goroutine 21 [semacquire]:
sync.runtime_Syncsemacquire(0xc20804d250)
/root/go/src/pkg/runtime/sema.goc:257 +0xc0
sync.(_Cond).Wait(0xc20804d240)
/root/go/src/pkg/sync/cond.go:62 +0x9d
github.com/conformal/seelog.(_asyncLoopLogger).processItem(0xc208004720, 0x0)
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:50 +0xc2
github.com/conformal/seelog.(*asyncLoopLogger).processQueue(0xc208004720)
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:63 +0x31
created by github.com/conformal/seelog.newAsyncLoopLogger
/root/blockchainr/src/github.com/conformal/seelog/behavior_asynclooplogger.go:40 +0x70
goroutine 17 [syscall]:
runtime.goexit()
/root/go/src/pkg/runtime/proc.c:1445
The text was updated successfully, but these errors were encountered: