From e536daa8f26a81cd420148c769d8c2806d03961a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 11 Mar 2026 13:36:46 -0400 Subject: [PATCH] p2pool: mini -> nano --- services/p2pool.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/p2pool.nix b/services/p2pool.nix index 9953d62..e2d22ef 100644 --- a/services/p2pool.nix +++ b/services/p2pool.nix @@ -21,7 +21,7 @@ in enable = true; dataDir = service_configs.p2pool.dataDir; walletAddress = walletAddress; - sidechain = "mini"; + sidechain = "nano"; host = "127.0.0.1"; rpcPort = service_configs.ports.monero_rpc; zmqPort = service_configs.ports.monero_zmq;