nervosnetwork / ckb-miner

ckb miner for avx2 cpu, avx512 cpu and GPU
MIT License
31 stars 13 forks source link

Block submit failed #8

Closed 1178209138 closed 5 years ago

1178209138 commented 5 years ago

I was used the CKB-MINER to do the mining, it always show below error when found a block:

2019-09-09 16:22:46.383 +08:00 NetworkRuntime-4 WARN ckb-relay BlockProposal add_tx_to_pool error Err(UnresolvableTransaction(Unknown([OutPoint(0x8d0cee38b65fbbc9c782a7f5cfa7572e7e223191a2b1af0df9ce73a8406c916df1320000)])))
2019-09-09 16:22:46.405 +08:00 NetworkRuntime-7 WARN ckb-relay BlockProposal add_tx_to_pool error Err(UnresolvableTransaction(Unknown([OutPoint(0x8d0cee38b65fbbc9c782a7f5cfa7572e7e223191a2b1af0df9ce73a8406c916d34350000)])))

2019-09-08 09:06:00.856 +08:00 http.worker0 ERROR ckb-rpc [976] submit_block header verifier Err(UnknownParent(Byte32(0xc668a8b1cbdf84f7acbd6567f5902a902a330bef7ccd615496342ffbc2a67e32)))

Edited by @doitian to format the code block.

kilb commented 5 years ago

what is your CKB version?

doitian commented 5 years ago

Please use issue template to submit the bug report.

Templates are not set up yet.

1178209138 commented 5 years ago
lxp2008 commented 5 years ago

~Please use issue template to submit the bug report.~

Templates are not set up yet.

Could you please provide more detail on how to set up the templates?

1178209138 commented 5 years ago

This problem occured when i used version0.20.0 miner. Version 0.20.0.1 miner don't have this problem.