github SChernykh/p2pool v1.5
P2Pool v1.5

latest releases: v3.10, v3.9, v3.8...
2 years ago

P2Pool v1.5

Changes:

  • Added --out-peers, --in-peers command line options and outpeers, inpeers console commands to limit the maximum number of outgoing and incoming connections
  • Integrated p2pool-mini support: added DNS seed nodes and default port 37888 when using p2pool-mini.

To mine on p2pool-mini, just add --config mini_config.json to the command line with mini_config.json containing

{
        "name": "mini",
        "password": "",
        "block_time": 10,
        "min_diff": 100000,
        "pplns_window": 2160,
        "uncle_penalty": 20
}

Wallets with confirmed P2Pool support:

  • Official Monero CLI and GUI v0.17.2.3 and newer
  • Monerujo v2.1.0 "Vertant" and newer
  • Cake Wallet v4.2.7 and newer
  • MyMonero

Other wallets might not see P2Pool payouts if they're not updated. 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.17.3.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.