From 7f3c35224652d66d421023c4c9ea9cf40ce744d3 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 13 Jan 2022 16:18:53 +0000 Subject: [PATCH] Update 'mining/solo-mining.md' --- mining/solo-mining.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mining/solo-mining.md b/mining/solo-mining.md index de047a6..4e9c310 100644 --- a/mining/solo-mining.md +++ b/mining/solo-mining.md @@ -51,10 +51,10 @@ First we need to setup the Hush configuration on our computer. 1. Next we start the hush daemon (hushd) at the command line with special options to enable a stratum server. ``` - ./src/hushd -stratum -debug=stratum -stratumallowip=192.168.0.0/16 &> hush-stratum.log + ./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. + 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` 1. Check that the stratum is started by seeing that it is listening on the correct port (default 19031).