Releases: SChernykh/p2pool
P2Pool v4.10.1
Commits to master since this release
Changes in v4.10.1
Recommended update, see v4.10 release notes. TLDR: this version added Monero block broadcasts to speed up block propagation in the whole Monero network.
Bufixes:
- Fixed broken background job counter when full share validation is on
- Fixed broken Stratum statistics when full share validation is on
- ZMQ: fixed JSON parsing checks for Monero block broadcasts
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --enable-dns-blocklist --enforce-dns-checkpointing
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--enable-dns-blocklist
is needed to ban known bad nodes
--enforce-dns-checkpointing
is needed to combat the selfish mining attempts by malicious actors
Usage:
- Run Monero daemon v0.18.4.2 or newer:
./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
- 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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.10
Commits to master since this release
Changes in v4.10
Recommended update, see below.
New features:
- Broadcast all new Monero blocks through p2pool network for faster propagation. This will significantly reduce Monero block propagation times for all pools, not just P2Pool. Centralized pools are also recommended to run P2Pool nodes to receive and broadcast new blocks faster (one P2Pool-main node per Monero node).
- Added
--full-validation
command line option to validate all Stratum shares: #374
Bufixes:
- Get missing Monero blocks in a thread-safe way. Previous versions could crash (albeit with low probability) if a multiple block reorg happened.
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --enable-dns-blocklist --enforce-dns-checkpointing
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--enable-dns-blocklist
is needed to ban known bad nodes
--enforce-dns-checkpointing
is needed to combat the selfish mining attempts by malicious actors
Usage:
- Run Monero daemon v0.18.4.2 or newer:
./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
- 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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.9.1
Commits to master since this release
Changes in v4.9.1
Bufixes:
- Switch to user's home directory for P2Pool files if the current directory is not writable (workaround for some Monero GUI wallet setups)
- Tari: fixed a crash when node is not available
- Updated internal dependencies (grpc to v1.74)
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --enable-dns-blocklist --enforce-dns-checkpointing
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--enable-dns-blocklist
is needed to ban known bad nodes
--enforce-dns-checkpointing
is needed to combat the selfish mining attempts by malicious actors
Usage:
- Run Monero daemon v0.18.4.1 or newer:
./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
- 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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.9
Commits to master since this release
Changes in v4.9
New features:
- The release binaries are now reproducible. Reproducible builds help verify that the distributed binaries have not been tampered with. Anyone can independently build the software and confirm that their result matches the official release, ensuring no malicious code has been added.
status
console command now prints the overall node health and also the list of things to be fixed if it's less than 10/10version
console command and--version
command line parameter now show versions of the 3rd-party libraries used
Bufixes:
- Fixed the initial sync stalling sometimes
- Updated internal dependencies (curl to 8.15.0, miniupnp to the latest code, grpc to the latest v1.65.x code)
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --enable-dns-blocklist --enforce-dns-checkpointing
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--enable-dns-blocklist
is needed to ban known bad nodes
--enforce-dns-checkpointing
is needed to combat the selfish mining attempts by malicious actors
Usage:
- Run Monero daemon v0.18.4.1 or newer:
./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
- 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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.8.1
Commits to master since this release
Changes in v4.8.1
A number of security issues were found and fixed. It is recommended to update to v4.8.1
Security fixes:
- SideChain: fixed a synchronization blocker bug that could be exploited by malicious nodes. If blocks arrive in a certain order during sync, P2Pool could become blocked and unable to sync until it's restarted.
- Affected versions: v1.0 - v4.8
- Fixed a bug in block deserializer code. P2Pool could accept specially crafted invalid blocks, then broadcast them and get banned by all peers.
- Affected versions: v2.5 - v4.8
- Fixed a bug in varint parsing. P2Pool could accept specially crafted blocks, then broadcast them as a different binary blob and get banned by all peers due to block hash mismatch.
- Affected versions: v1.0 - v4.8
Bugfixes:
- API: update Stratum hash rate data on new block template, even when no workers connected.
Special thanks to Low-power for contributions to this release.
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.4.0 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.8
Commits to master since this release
Changes in v4.8
A number of security issues were found and fixed in the console commands code. It is recommended to update to v4.8
Security fixes:
- Console: limit access via local TCP port. It was possible for local users to send console commands to a running P2Pool instance without any user access checks. Now only a user with read access to P2Pool's local API files can do it.
- Console: don't listen on a local TCP port when local API is not enabled
- Console: don't let random unformatted data end up in the log
New features:
- Added
--stratum-ban-time
option to configure the ban time of stratum clients - API: add
last_share_found_time
in local/stratum - API: added merge mining data to the
api_folder/local/merge_mining
path - Tari: added "block push via gRPC" functionality for better block propagation
Bugfixes:
- Log: always reopen the log file on SIGUSR1
- TCPServer: fixed SOCKS5 error checking logic
- Fixed host ping time calculation when using SOCKS5 proxy
- Correct unit prefix symbol for unit 'kilohash per second'
- Correct unit prefix symbol for unit 'mebibyte'
- Don't use outdated merge mining data (more than 30 minutes old) and warn the user in the log
- Get a new merge mining block template immediately after submitting a block, don't wait for a polling interval timeout
- Updated internal dependencies (curl to 8.14.1)
Special thanks to Low-power for contributions to this release.
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.4.0 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.7
Commits to master since this release
Changes in v4.7
New features:
- P2Pool-nano support (new
--nano
command line parameter)
Bugfixes:
- More robust startup sequence: if failed to download block headers - retry, don't abort. Also do requests in the correct order.
- P2Pool-nano: fixed warnings during startup
- Fix: failure to connect to a node if its domain resolves to an IPv6 address
- Tari: fixed max gRPC message size (sometimes P2Pool was unable to get new tasks from the Tari node)
- Updated internal dependencies (curl to 8.14.0, cppzmq and miniupnp to the latest master)
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.4.0 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.6
Commits to master since this release
Changes in v4.6
New features:
- Merge mining donation support. See the PSA on Reddit and README.
- Stratum local API: added wallet address
- P2PServer: show protocol version in peer list
Bugfixes:
- Fixed main thread name for debuggers and commands like
top
in Linux (it was "Main", changed it to "p2pool") - Tari: smaller reconnect timeouts. P2Pool will not wait minutes to reconnect to a Tari node anymore
- Tari: more efficient polling. Use
GetTipInfo
API call for fast polling. Much less load on your Tari node. - Fixed a possible crash on shutdown
- Fixed many possible crashes throughout the code (added a missing
try...catch
in low-level code).
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.4.0 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.5
Commits to master since this release
Changes in v4.5
New features:
- Switch to another host during startup if the first host is unavailable and multiple host are specified
- Set thread names for better debugging
Bugfixes:
- Fixed build flags for the release binaries (most of the 3rd-party code wasn't optimized in previous releases)
- Fixed a crash in RISC-V build when huge pages are not available
- Logging: fixed unsafe memory read
- Fixed unaligned memory accesses
- ZMQ: fixed connect detection (It could give a false negative if the connection took >= 1000 ms)
- Added a workaround for broken OS implementations of
/dev/random
- Updated internal dependencies (curl to 8.13.0, libuv to v1.51.0, miniupnp to the latest master)
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.4.0 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here:
P2Pool v4.4
Commits to master since this release
Changes in v4.4
New features:
- Added RPC-SSL support for Monero node connections (new command line options
--rpc-ssl
and--rpc-ssl-fingerprint
) - Removed deprecated
--config
command line parameter. Use--sidechain-config
instead.
Bugfixes:
- Updated internal dependencies (libuv to 1.50.0, curl to 8.12.1, libzmq, miniupnp and rapidjson to the latest master)
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.
It is strongly recommended to synchronize your system clock before you start mining!
Recommended monerod command line parameters:
./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 --disable-dns-checkpoints --enable-dns-blocklist
--out-peers 32 --in-peers 64
is needed to (1) have many connections to other nodes and (2) limit incoming connection count because it can grow uncontrollably and cause problems when it goes above 1000 (open files limit in Linux). If your network connection's upload bandwidth is less than 10 Mbit, use --out-peers 8 --in-peers 16
instead.
--add-priority-node=p2pmd.xmrvsbeast.com:18080 --add-priority-node=nodes.hashvault.pro:18080
is needed to have guaranteed good working nodes in your connected peers.
--disable-dns-checkpoints
is needed to avoid periodical lags when DNS is updated (it's not needed when mining)
--enable-dns-blocklist
is needed to ban known bad nodes
Usage:
- Run Monero daemon v0.18.3.4 or newer:
./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 --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) - To connect another mining rig to your P2Pool node, run
./xmrig -o YOUR_P2POOL_NODE_IP:3333
on that mining rig
Antivirus
Some antiviruses and firewalls may flag any Monero-related executables and archives, including P2Pool, as malware. This is because it contains RandomX mining code and therefore is considered as "mining software". To be sure that you downloaded the original binaries, always check SHA256 sums of what you downloaded - a GPG signed list of SHA256 sums is in sha256sums.txt.asc
. You can read the instructions on how to do it here: https://www.getmonero.org/resources/user-guides/verification-windows-beginner.html - but to check P2Pool binaries, replace binaryFate's key with the GPG key provided here: