nervosnetwork / ckb-miner

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

feat: support testnet miner #18

Closed driftluo closed 3 years ago

driftluo commented 3 years ago

This PR allows CPU miner to support the mining algorithm of the testnet.

~It is a pity that I have not understood the logic of function call parameter transfer for the code of the OpenCL side, and it is not currently supported.~

~The gpu part needs to be tested~