From 21ebfa1d17d4c9adc355a8922712fe57ff63a144 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 3 Apr 2026 11:15:06 +0100 Subject: [PATCH] fix(docker): point pool explorer URLs to local Docker explorer Co-Authored-By: Charon --- docker/pool-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pool-config.json b/docker/pool-config.json index a2e2f446..bfd43807 100644 --- a/docker/pool-config.json +++ b/docker/pool-config.json @@ -5,8 +5,8 @@ "coinUnits": 1000000000000, "coinDecimalPlaces": 12, "coinDifficultyTarget": 120, - "blockchainExplorer": "https://explorer.lthn.io/block/{id}", - "transactionExplorer": "https://explorer.lthn.io/transaction/{id}", + "blockchainExplorer": "http://localhost:3335/block/{id}", + "transactionExplorer": "http://localhost:3335/transaction/{id}", "daemonType": "default", "cnAlgorithm": "progpowz", "cnVariant": 2,