File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ $ hsd --listen --max-inbound=20
9595
9696### Mining
9797
98- To mine with getwork on a GPU, HSD should be used in combination with
99- [ hs-miner] and [ hs-client] .
98+ To mine with a CPU, HSD should be used in combination with [ hs-client] .
10099
101100``` bash
102101# To boot and listen publicly on the HTTP server...
@@ -105,12 +104,12 @@ $ hsd --http-host '::' --api-key 'hunter2' \
105104 --coinbase-address ' ts1qsu62stru80svj5xk6mescy65v0lhg8xxtweqsr'
106105```
107106
108- Once HSD is running, we can run [ hs-miner ] on a machine with a CUDA-capable
109- GPU and point it at our full node .
107+ Once HSD is running, we can use [ hs-client ] to activate the miner
108+ using the ` setgenerate ` RPC .
110109
111110``` bash
112- $ hs-miner --rpc -host ' my-ip-address' \
113- --rpc-user hnsrpc --rpc-pass ' hunter2'
111+ $ hsd-rpc --http -host ' my-ip-address' \
112+ --api-key ' hunter2' setgenerate true 1
114113```
115114
116115### Airdrop & Faucet
You can’t perform that action at this time.
0 commit comments