harmony-toolbox
harmony-toolbox copied to clipboard
Option - Raspberry Pi
Investigate what the subtile differences are between a standard ubuntu installer and a raspberry pi install.
Known differences:
- arm vs amd64 binary
So far I used a work around cause there was no native HMY CLI and so I need to request from a X86 system by /hmy [command] -n http://IP:WS_PORT
@LeoHChen may can confirm if the lastest release of the hmy-arm64 CLI is full working? If so, can we have a link for this like for the X86 Version?
curl -LO https://harmony.one/hmycli-arm64 && mv hmycli-arm64 hmy && chmod +x hmy
Working on adding detection of your architecture so we can grab the arm64 version if needed when loading mainnet.
Note that as far as I know, testnet does not have an arm64 build.