mimblewimble / cuckoo-miner

Mining wrapper around the Cuckoo Cycle proof of work system for the Grin/MimbleWimble blockchain.
Apache License 2.0
52 stars 16 forks source link

FIX: Segmentation fault on macOS Sierra and High Sierra #17

Closed garyyu closed 6 years ago

garyyu commented 6 years ago

(1)fix in submodule cuckoo: Segmentation fault on macOS Sierra and High Sierra. - https://github.com/mimblewimble/grin-miner/issues/2 The related pull-request on repo cuckoo is #2

(2)stop_jobs() improvement: sleep 1ms in while loop, to avoid the tough infinite loop eat up all the cpu.