From 036762aa9858e41b75840b970b3d1700a956a43a Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Sun, 5 Oct 2025 18:16:52 +0200 Subject: [PATCH] docs: add system architecture requirement to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76dc7ea..fed8c3d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ Tested on: * Python 3.10+ (to use `test-server.py`) * A running **Palladium** full node ([NotRin7/Palladium](https://github.com/NotRin7/Palladium)) +**System Architecture**: This server requires a **64-bit system** (both AMD64 and ARM64 architectures are supported, but 32-bit systems are not compatible). + **Recommendation**: to ensure maximum stability and reduce communication latency, it is strongly recommended to run the Palladium node **on the same machine** that hosts the ElectrumX container. ---