Post
Topic
Board Armory
Re: Illegal instruction (core dumped)
by
calebcjh
on 23/11/2017, 19:00:13 UTC
Quote
It's more than just SSE4, there's also pclmul and AES. Also washed down iteration, such as SSE4.a won't cut it.

Thanks for the explanation. Do you have a recommended list of proccessors? (so I can buy one that will work well next time)

Quote
What is an "uncompiled" version? The fix to this is to build yourself from source, or use the noasm .deb (https://github.com/goatpig/BitcoinArmory/releases/download/v0.96.3.99/armory_0.96.3.99-gcc4.7-noasm_amd64.deb)

Perhaps "not installed" would be a more appropriate phrasing. Basically, running Armory by doing:

Code:
python ArmoryQt.py

Btw, noasm works great!

Quote
This means you need to delete .lmdb mirror wallets in your Armory datadir.

I am not seeing this error any more. This tip will be helpful if it comes up again.

Thank you so much for clearing this up.