m-pays / magi

Official Source of Coin MAGI (XMG)
https://www.m-core.org
MIT License
60 stars 74 forks source link

Can't open Wallet in Linux #34

Open Mijntje opened 6 years ago

Mijntje commented 6 years ago

I bought a OrangePI and installed Debian on it.

I tried to install the Magi wallet but it fails giving this result:

-bash: ./m-wallet: cannot execute binary file: Exec format error

Any one knows what is happening?

S0litaire commented 6 years ago

The pre compiled builds are for i386 x64 cpu's The Orange uses an ARM based cpu.

You need to compile it manually in the OrangePi

Their is an issue with the version of openssl used you need to install an earlier version ( see : https://steemit.com/cryptocurrency/@gridcat/how-to-install-coin-magi-wallet-on-your-raspberry-pi)

Mijntje commented 6 years ago

Thanks a lot! Seems obvious and going to try what they discribe in the link.