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,