From 9368b96129c1992d80941ab4d3cb8b1573756364 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Fri, 14 Apr 2023 10:41:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4814eba..db8e2d4 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,8 @@ PAUSE ``` ## Build instructions +Only 64-bit builds are supported, in particular ARMv7 or older CPUs are not supported. The reason is that RandomX hashing algorithm is too slow in 32-bit mode, and P2Pool needs to check new blocks very fast to keep up with other nodes. + Please see the relevant instructions for your platform: ### Ubuntu 20.04