From 610c4c43ed3bb1780232387ac614c34dd5c446f2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 13 Jan 2022 16:20:37 +0000 Subject: [PATCH] Update 'mining/solo-mining.md' --- mining/solo-mining.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mining/solo-mining.md b/mining/solo-mining.md index 4e9c310..8d7f79b 100644 --- a/mining/solo-mining.md +++ b/mining/solo-mining.md @@ -54,7 +54,9 @@ First we need to setup the Hush configuration on our computer. ./src/hushd -stratum -stratumallowip=192.168.0.0/16 &> hush-stratum.log ``` - Substitute your hushd path and your local network appropriately in the above command. If you are renting hashrate and do not know the IP addresses that will connect, you can allow any IP address to connect with `-stratumallowip=0.0.0.0/0` + Substitute your hushd path and your local network appropriately in the above command. If you are renting hashrate and do not know the IP addresses that will connect, you can allow any IP address to connect with `-stratumallowip=0.0.0.0/0` . + + If you are having issues you can temporarily add `-debug=stratum` but beware that it will log many lines and you will want to turn it off for normal use. 1. Check that the stratum is started by seeing that it is listening on the correct port (default 19031).