theQRL / QRL

Quantum Resistant Ledger
https://theqrl.org/
MIT License
417 stars 109 forks source link

QRL cannot be installed on Raspberry Pi 4B #1732

Closed DevelopDaily closed 3 years ago

DevelopDaily commented 3 years ago

The QRL installation will fail because the pyqryptonightand pyqrandomxcannot be installed on Ubuntu 20.04 Server running on Raspberry Pi 4B.

The Raspberry Pi may not be powerful enough to earn any coins, but it is very good for development and testing. Would you please make the QRL work for the Pi?

The same installation procedure on Ubuntu 20.04 Server with AMD CPU works perfectly.

cyyber commented 3 years ago

AES-NI support is required to install the above libraries. I don't think Raspberry Pi has support for AES-NI. This could be checked via following command

cat /cpu/procinfo | grep aes

If the above command doesn't give any output, then it means your hardware doesn't support AES-NI