P2Pool v4.10 speed up the whole Monero network
If you’re still mining on a normal pool like in the old days, your computer has to wait much longer to receive its work from the internet. With p2pool, it takes a fraction of the time of regular centralized pools!
How it will work with P2Pool broadcasts:
-
- A pool or a solo miner finds a block, then submits it to their Monero node
-
- Monero node notifies its connected P2Pool node of a new block (instantly)
-
- P2Pool network spreads this block across all peers, spending only 2-3ms on each hop
-
- All P2Pool peers submit this block to their respective Monero nodes
-
- These Monero nodes verify this block in parallel - this is where the time saving comes from
As soon as enough P2Pool miners update to v4.10 or newer, block propagation times in the whole Monero network will reduce significantly.
./monerod --zmq-pub tcp://127.0.0.1:18083 --out-peers 32 --in-peers 64 --add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080 --enforce-dns-checkpointing --enable-dns-blocklist
You must log in or register to comment.