mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-08 19:59:30 +00:00
Fixed formatting
This commit is contained in:
parent
06b66c99db
commit
03f829e18c
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ sudo sysctl vm.nr_hugepages=3072
|
||||||
./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist
|
./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist
|
||||||
```
|
```
|
||||||
**Note:** The `--zmq-pub` option is required for P2Pool to work properly.
|
**Note:** The `--zmq-pub` option is required for P2Pool to work properly.
|
||||||
|
|
||||||
6. Start P2Pool with the following command/options:
|
6. Start P2Pool with the following command/options:
|
||||||
```
|
```
|
||||||
./p2pool --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS
|
./p2pool --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS
|
||||||
|
|
Loading…
Reference in a new issue