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

Miner crashes with illegal instruction error on Atom CPU #13

Open casey opened 6 years ago

casey commented 6 years ago

I'm running on a server with an Atom C2550 CPU. When running grin with grin server --mine run, it crashes when it tries to start mining with:

Nov 19 05:35:25.588 INFO (Server ID: Port 13414) Starting miner loop.
Illegal instruction

If I leave off --mine, then it's fine, although of course it doesn't mine.

Let me know if theres a way that I can provide a backtrace from the mining plugin, or more information to help debug.