You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
I built openethereum on Linux according to readme section 3.2 and 3.3. It compiled without error.
When I executed ./target/release/openethereum I immediately got the message "illegal instruction (core dumped)"
How do I get a running openethereum on Ubuntu 20.4 ?
(I also got the same message when I previously ran the precompiled linux version 3.0.1)
The text was updated successfully, but these errors were encountered:
I'm afraid the new versions require the aes-ni CPU feature. You could try to build the binary from source and remove this and perhaps enable target-cpu=native.
I change the config file as above, compiled according to readme.md and voila - it runs now !
Thanks for leaving your comments in the #11667 , ldeffenb !
I built openethereum on Linux according to readme section 3.2 and 3.3. It compiled without error.
When I executed ./target/release/openethereum I immediately got the message "illegal instruction (core dumped)"
How do I get a running openethereum on Ubuntu 20.4 ?
(I also got the same message when I previously ran the precompiled linux version 3.0.1)
The text was updated successfully, but these errors were encountered: