From 350a6eb44cd8afbb6f8811c10610004db4f667f9 Mon Sep 17 00:00:00 2001 From: Joshua Yabut Date: Mon, 12 Jun 2017 19:09:07 +0000 Subject: [PATCH] Adjust difficulty to 2.5 --- pool_configs/zen_example.json | 2 +- pool_configs/zen_testnet_example.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pool_configs/zen_example.json b/pool_configs/zen_example.json index 6de800a..b9dba5d 100644 --- a/pool_configs/zen_example.json +++ b/pool_configs/zen_example.json @@ -41,7 +41,7 @@ "ports": { "3032": { "tls":false, - "diff": 0.05, + "diff": 2.5, "varDiff": { "minDiff": 0.04, "maxDiff": 16, diff --git a/pool_configs/zen_testnet_example.json b/pool_configs/zen_testnet_example.json index a7b7060..6ebf29d 100644 --- a/pool_configs/zen_testnet_example.json +++ b/pool_configs/zen_testnet_example.json @@ -41,7 +41,7 @@ "ports": { "3032": { "tls":false, - "diff": 0.05, + "diff": 2.5, "varDiff": { "minDiff": 0.04, "maxDiff": 16,