Skip to content

Commit 17dceef

Browse files
authored
Merge pull request #140 from tynes/readme-mining-fix
readme: update mining instructions
2 parents b0c30f8 + ee43b82 commit 17dceef

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)