From ca0f514d988f865469bf41dd7efcebc145aa0ba1 Mon Sep 17 00:00:00 2001 From: erciccione Date: Wed, 3 Nov 2021 11:02:11 +0000 Subject: [PATCH] mining: add section dedicated to p2pool --- _i18n/en.yml | 16 +++++++++++++++- get-started/mining/index.md | 20 ++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index 4740cbc0..0d449052 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -539,7 +539,7 @@ mining: efficiency: Monero can be mined by both CPUs and GPUs, but the former is much more efficient. miningset: Solo or pool mining miningsetp: > - Miners can decide if they prefer to solo mine or to mine in a pool. Each method has its benefits and drawbacks, but the Monero Project encourages individuals to solo mine using the Monero software (GUI and CLI), as this type of independent mining is the most effective way to increase the robustness of the Monero network. + Miners can decide if they prefer to solo mine or to mine in a pool. Each method has its benefits and drawbacks, but the Monero Project encourages individuals to solo mine using the Monero software (GUI and CLI), as this type of independent mining is the most effective way to increase the robustness of the Monero network. Mining using P2Pool is also encouraged. procons: "Pro and cons of solo and pool mining:" solo: Solo prosecure: Makes the network more secure than if mining in a pool @@ -559,6 +559,20 @@ mining: software_para: Note that some miners may have developer fees. support: Support supportp: If you have questions or just want to confront with fellow miners, come chat on Monero Pools. On Matrix and Libera. + p2poolh: "P2Pool: The best of both solo and pool mining" + p2poolnew: > + P2Pool is a clever new way of mining Monero, which allows miners to receive the frequent payouts offered by pools without needing to trust a centralized pool. P2Pool is a Peer-To-Peer mining pool that gives miners full control over their Monero node and what it mines. More details in the announcement post. + p2poolp: > + P2Pool is a sidechain to Monero, and P2Pool blocks are potentially Monero blocks. Each miner submits block templates that include payouts to all of the miners that are mining at the same time (those that currently have shares in the PPLNS window). High quality block templates are added to the P2Pool blockchain as blocks; these count as "shares" for the miner who found them. + p2poolfeatures: Main features + p2pdecentralized: Decentralized: no central server that can be shutdown/blocked/malicious. + p2ppermissionless: Permissionless: anyone can join the sidechain, and it's effectively impossible to censor individual miners. + p2ptrustless: Trustless: there is no pool wallet; funds are never in custody. All pool blocks pay out to miners immediately. + p2pplns: PPLNS payout scheme + p2pzerofee: 0% fee + p2pzeropayout: 0 XMR payout fee + p2pminpayout: Less than 0.0004 XMR minimum payout + p2pmoreinfo: "More information and details on the GitHub repository of the project:" what-is-monero: need-to-know: What you need to know diff --git a/get-started/mining/index.md b/get-started/mining/index.md index e03ede7f..33ba6dbc 100644 --- a/get-started/mining/index.md +++ b/get-started/mining/index.md @@ -50,6 +50,26 @@ permalink: /get-started/mining/index.html +
+
+
+

{% t mining.p2poolh %}

+

{% t mining.p2poolnew %}

+

{% t mining.p2poolp %}

+

{% t mining.p2poolfeatures %}

+ +

{% t mining.p2pmoreinfo %} github.com/SChernykh/p2pool

+
+
+