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