harmony-toolbox icon indicating copy to clipboard operation
harmony-toolbox copied to clipboard

Option - Raspberry Pi

Open patrickmogul opened this issue 4 years ago • 2 comments

Investigate what the subtile differences are between a standard ubuntu installer and a raspberry pi install.

Known differences:

  • arm vs amd64 binary

patrickmogul avatar Aug 09 '21 15:08 patrickmogul

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

Stakeridoo avatar Aug 17 '21 21:08 Stakeridoo

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.

patrickmogul avatar Sep 20 '21 20:09 patrickmogul