github SChernykh/p2pool v2.5
P2Pool v2.5

latest releases: v4.1, v4.0, v3.10...
23 months ago

P2Pool v2.5

Changes:

  • Significantly reduced memory usage (down to 50-60 MB on main, 120-140 MB on mini chain with --no-randomx --no-cache)
  • Added --p2p-external-port command line parameter
  • Added a workaround to avoid duplicate sidechain IDs on different P2Pool nodes mining to the same wallet
  • Fix: api didn't always save total hashes
  • Fix: data race during shutdown

Before you start mining, create a new wallet and don't use it for anything else but mining for privacy reasons - all wallet addresses are public on P2Pool! Only primary wallet address is supported - no subaddresses or integrated addresses.

Usage:

  • Run Monero daemon v0.18.0.0 or newer: ./monerod --zmq-pub tcp://127.0.0.1:18083 --disable-dns-checkpoints --enable-dns-blocklist
  • Run p2pool: ./p2pool --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS
  • Start mining to port 3333 on your machine: ./xmrig -o 127.0.0.1:3333
  • You can set custom difficulty for your miner to get more accurate stats on P2Pool side: ./xmrig -o 127.0.0.1:3333 -u x+50000 (it doesn't affect mining rewards in any way)

GPG key to verify SHA256 sums can be downloaded from github or p2pool.io

Don't miss a new p2pool release

NewReleases is sending notifications on new releases.