Updated command line docs

Also updated nodes for sync test
This commit is contained in:
SChernykh
2024-06-27 17:16:27 +02:00
parent b5558baa4c
commit 477ab117fc
2 changed files with 13 additions and 7 deletions

View File

@@ -57,3 +57,9 @@ p2pool.exe --host 127.0.0.1 --host xmr1.rs.me --rpc-port 18089 --zmq-port 18084
```
p2pool.exe --wallet YOUR_WALLET_ADDRESS --merge-mine IP:port YOUR_WALLET_ADDRESS_ON_ANOTHER_BLOCKCHAIN
```
For Tari:
```
p2pool.exe --wallet YOUR_WALLET_ADDRESS --merge-mine tari://IP:port TARI_WALLET_ADDRESS
```