From fdc593ec748cdb82b3e7eaa1141736d6cdf298f7 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 29 May 2023 10:22:38 +1000 Subject: [PATCH] Add READMEs to makefile and extra note. --- Makefile.am | 2 +- README-SOLOMINING | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 329e98e1..126dcdab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src -EXTRA_DIST = ckpool.conf ckproxy.conf +EXTRA_DIST = ckpool.conf ckproxy.conf README README-SOLOMINING diff --git a/README-SOLOMINING b/README-SOLOMINING index 5784bc03..6c761da2 100644 --- a/README-SOLOMINING +++ b/README-SOLOMINING @@ -143,4 +143,9 @@ mining solo locally should be reserved as a backup operation only unless you have the skills, hardware, and data centre quality connectivity to minimise latency. +Mining on testnet may create a cascade of solved competing blocks when the diff +is 1. This is normal as the default behaviour is optimised around mainnet +mining where block solving is rare. + + Good luck.