Remove miner address instructions, it is disabled
This commit is contained in:
parent
eca283b4e1
commit
bc9a98195c
|
@ -134,9 +134,7 @@ Install `s-nomp`:
|
||||||
Run `s-nomp`:
|
Run `s-nomp`:
|
||||||
1. Edit `pool_configs/zclassic.json` so `daemons[0].port` is your Zebra port
|
1. Edit `pool_configs/zclassic.json` so `daemons[0].port` is your Zebra port
|
||||||
- TODO: change the pool name to `zcash.json`, does this work?
|
- TODO: change the pool name to `zcash.json`, does this work?
|
||||||
2. Optional: update the pool config with your testnet transparent P2PKH address
|
2. Run `s-nomp` using `npm start`
|
||||||
- TODO: use the ZF testnet address `t27eWDgjFYJGVXmzrXeVjnb5J3uXDM9xH9v` by default
|
|
||||||
3. Run `s-nomp` using `npm start`
|
|
||||||
|
|
||||||
Note: the website will log an RPC error even when it is disabled in the config. This seems like a `s-nomp` bug.
|
Note: the website will log an RPC error even when it is disabled in the config. This seems like a `s-nomp` bug.
|
||||||
|
|
||||||
|
@ -161,6 +159,7 @@ make -j $(nproc)
|
||||||
Run miner:
|
Run miner:
|
||||||
1. Follow the run instructions at: https://github.com/nicehash/nheqminer#run-instructions
|
1. Follow the run instructions at: https://github.com/nicehash/nheqminer#run-instructions
|
||||||
```sh
|
```sh
|
||||||
# or use your testnet address here - this address will not receive any payments unless it is configued on your node
|
# or use your testnet address here
|
||||||
|
# miner and pool payments are disabled, configure your address on your node to get paid
|
||||||
./nheqminer -l 127.0.0.1:1234 -u tmRGc4CD1UyUdbSJmTUzcB6oDqk4qUaHnnh.worker1 -t 1
|
./nheqminer -l 127.0.0.1:1234 -u tmRGc4CD1UyUdbSJmTUzcB6oDqk4qUaHnnh.worker1 -t 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue