mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Update README.md
This commit is contained in:
parent
df59e81afe
commit
c6d26b48e2
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Mainnet test has started! **PPLNS window = 2160 blocks, block time = 10 seconds*
|
|||
- Create a new mainnet wallet
|
||||
- You have to use the primary wallet address for mining. Subaddresses and integrated addresses are not supported, just like with monerod solo mining
|
||||
- Open this wallet in CLI: run `./monero-wallet-cli`, enter the wallet file name there and then enter the command `set refresh-type full`. **This step is important!** If you don't do it, you won't see p2pool payouts!
|
||||
- Run `./monerod --zmq-pub tcp://127.0.0.1:18083`
|
||||
- Run `./monerod --zmq-pub tcp://127.0.0.1:18083` **don't forget --zmq-pub parameter in the command line**
|
||||
- Double check that it shows **Monero 'Oxygen Orion' (v0.17.2.3-1c9c3b770)** on startup. Wait until it's synchronized.
|
||||
- Run `./p2pool --host 127.0.0.1 --rpc-port 18081 --zmq-port 18083 --wallet YOUR_WALLET_ADDRESS --stratum 0.0.0.0:3333 --p2p 0.0.0.0:37890 --addpeers 65.21.227.114:37890`
|
||||
- Keep both monerod and p2pool running for the whole duration of your test
|
||||
|
|
Loading…
Reference in a new issue