Merge branch 'master' of https://git.sthope.dev/sthope/Crypto-Noso
This commit is contained in:
		@@ -37,7 +37,7 @@ for wallet in ${WALLET:?Variable not set or is empty}; do
 | 
				
			|||||||
done
 | 
					done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
while true; do
 | 
					while true; do
 | 
				
			||||||
  ./noso-go mine pool \
 | 
					  bash noso-go mine pool \
 | 
				
			||||||
    "${POOL:?Variable not set or is empty}" \
 | 
					    "${POOL:?Variable not set or is empty}" \
 | 
				
			||||||
    $wallets \
 | 
					    $wallets \
 | 
				
			||||||
    --cpu ${CPU:?Variable not set or is empty} \
 | 
					    --cpu ${CPU:?Variable not set or is empty} \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user