From 759d2ecc82ee6741039b2b1f736be9cd0eca9f1e Mon Sep 17 00:00:00 2001 From: SChernykh Date: Sun, 29 Aug 2021 08:26:17 +0200 Subject: [PATCH] Update config.json --- config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 394b7dc..396e53c 100644 --- a/config.json +++ b/config.json @@ -1,8 +1,14 @@ +// p2pool side-chain settings +// +// If you change anything here, you'll most likely be mining alone on a different p2pool side-chain!!! +// +// Fixed difficulty for miners that connect to your node must be set in their config.json +// { "name": "default", "password": "", "block_time": 10, - "min_diff": 10000, + "min_diff": 100000, "pplns_window": 2160, "uncle_penalty": 20 } \ No newline at end of file