Add READMEs to makefile and extra note.

This commit is contained in:
Con Kolivas 2023-05-29 10:22:38 +10:00
parent 59b83dbb93
commit fdc593ec74
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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.