ifdefelse / ProgPOW

A Programmatic Proof-of-Work for Ethash. Forked from https://github.com/ethereum-mining/ethminer
GNU General Public License v3.0
257 stars 84 forks source link

0.9.4 implementation incomplete? #57

Open barrystyle opened 3 years ago

barrystyle commented 3 years ago

Noting that ETHASH_DATASET_PARENTS is included from https://github.com/ifdefelse/ProgPOW/blob/master/libethash/ethash.h#L37, for use in https://github.com/ifdefelse/ProgPOW/blob/master/libethash-cuda/CUDAMiner_cuda.cu#L9.

Is the current implementation working?