MoneroOcean / node-cryptoforknote-util

NodeJS wrappers for Cryptonode/Forknote coins
12 stars 84 forks source link

Dose it cant by used for BCN?failed to parse block. #3

Closed peipeitu closed 5 years ago

peipeitu commented 5 years ago

When I used it for mining bytecoin, it returned the err "failed to parse block".

MoneroOcean commented 5 years ago

Maybe you need to use blob_type equal to 2.

netmebtc commented 5 years ago

I have meet the same issue, and sure the blob_type is 2

muscleman commented 4 years ago

I'm getting this error too. seems this line is the issue return utils.cnUtil.convert_blob(this.buffer, cnBlobType).toString('hex');