btccom / btcpool-ABANDONED

backend of pool.btc.com
https://pool.btc.com
MIT License
643 stars 408 forks source link

ckb nodebridge error #395

Closed xwen01 closed 4 years ago

xwen01 commented 5 years ago

测试ckb爆块的时候,没有记录found_blocks信息,发现nodebridge报错:

[2019-11-21T05:46:19Z ERROR nodebridge::ckb] Failed to execute query: Server error: `ERROR 42S22 (1054): Unknown column 'hash_no_nonce' in 'field list'', retrying

found_blocks表按照bpool_local_db_CKB.sql建立,请问这个是什么更新我没有加上吗?

YihaoPeng commented 4 years ago

你应该使用这个建表语句: https://github.com/btccom/btcpool/blob/master/install/bpool_local_db_CKB.sql

BTC的表没有 hash_no_nonce 不能用。