diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/monerod.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/monerod.md b/content/monerod.md index b6bcca5..b640622 100644 --- a/content/monerod.md +++ b/content/monerod.md @@ -31,6 +31,8 @@ tar -xvjf linux64 mv linux64/monero* /usr/bin/ ``` +If the hardware you are using is not based on the amd64 architecture (like a Raspberry Pi), the monero project also [offers binaries](https://www.getmonero.org/downloads/) for other architectures on Linux, to download and install them simply change the last part of the link (linux64) and the archive name, e.g. for arm64 (linuxarm8). The fastest way to find out which one to use in Debian is with the `dpkg --print-architecture` command. + ## Configuration By default, Monero comes with no sample configuration files. Create one in `/etc/monerod.conf` using a text editor, and enter the following details: |
