alexbosworth / run-lnd

Rundown on running LND
MIT License
146 stars 32 forks source link

Added note on downloading golang on 64-bit ARM linux #7

Closed Zero-1729 closed 1 year ago

Zero-1729 commented 3 years ago

This PR adds a note on downloading/installing golang for those running 64-bit ARM linux machines (e.g. on a Rasberry Pi or an EC2 instance).

Currently, following the guide would result in the following error if they attempt to run the x86 binaries on arm64:

$ go
-bash: /usr/local/go/bin/go: cannot execute binary file: Exec format error