From 38d1bc5055d22f131e34cf2a7e34c6a0311bb866 Mon Sep 17 00:00:00 2001 From: David Uhden Collado <149145202+daviduhden@users.noreply.github.com> Date: Tue, 2 Jul 2024 23:22:12 +0200 Subject: Update monerod.md Add instructions for installation on other architectures. --- content/monerod.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/monerod.md') 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: -- cgit v1.2.3