雅虎香港 搜尋

  1. 相關搜尋:

搜尋結果

  1. 2024年10月12日 · P2Pool will hardfork to new consensus rules on October 12th, 2024 at 20:00 UTC (note that only P2Pool will hardfork, Monero blockchain will not hardfork on October 12th). Merge mining will be enabled at that time. You must update to P2Pool v4.0 or newer before this date.

    • Pull Requests

      Decentralized pool for Monero mining. Contribute to ...

    • View All Tags

      View All Tags - Releases · SChernykh/p2pool - GitHub

    • Insights

      Insights - Releases · SChernykh/p2pool - GitHub

    • Issues

      1 P2Pool fails to link at the end of compiliation due ...

    • Projects

      Projects - Releases · SChernykh/p2pool - GitHub

    • Actions

      Decentralized pool for Monero mining. Contribute to ...

    • Duplicate Shares

      A high hashrate miner can potentially find 2 or more ...

  2. You need to find a pool share first and then wait for P2Pool to find a Monero block. You'll get a payout to your XMR wallet as soon as a block is found and you have shares in PPLNS window. It can take several days to a week to find a share if your hashrate is low.

  3. 其他人也問了

    • Overview
    • Pool mining vs Solo mining vs P2Pool mining
    • Features
    • How payouts work in P2Pool
    • Default P2Pool parameters
    • Monero version support
    • How to mine on P2Pool
    • Build instructions
    • Donations

    Decentralized pool for Monero mining.

    Pool status and monitoring pages can be found at https://p2pool.io/, https://p2pool.io/mini/ and https://p2pool.observer/, https://mini.p2pool.observer/

    These are 3rd-party pages. If they are down, it doesn't mean there is a problem with P2Pool itself - it keeps mining always thanks to its decentralized nature.

    Build Status

    Here's the comparison table of the different ways of mining. While pool mining is the easiest to setup, it centralizes Monero network and pool admin gets full power over your hashrate and your unpaid funds. Solo mining is 100% independent and the best for the network. P2Pool mining has all the advantages of solo mining, but also makes regular payou...

    •Decentralized: no central server that can be shutdown/blocked. P2Pool uses a separate blockchain to merge mine with Monero. Pool admin can't go rogue or be pressured to do an attack on the network because there is no pool admin!

    •Permissionless: there is no one to decide who can mine on the pool and who can't.

    •Trustless: there is no pool wallet, funds are never in custody. All pool blocks pay out to miners directly.

    •PPLNS payout scheme

    •0% fee

    •0 XMR payout fee

    First you need to find a pool share. This share will stay in PPLNS window for up to 2160 pool blocks (6 hours, auto adjustable to balance payout sizes and frequency). The moment P2Pool finds a Monero block and you have at least 1 pool share in PPLNS window, you'll get a payout! Monero block reward is split between all miner wallets in PPLNS window. Each miner gets a part of block reward proportional to the total difficulty of his/her shares in PPLNS window.

    NOTE If P2Pool doesn't have enough hashrate to find Monero blocks faster than every 6 hours on average (~15 MH/s), not all your pool shares will result in a payout. Even if pool hashrate is higher, bad luck can sometimes result in a share going through PPLNS window without a payout. But in the long run it will be compensated by other shares receiving multiple payouts - your payouts will average out to what you'd get with regular pool mining.

    •Block time: 10 seconds

    •PPLNS window: up to 2160 blocks (6 hours, auto adjustable to balance payout sizes and frequency)

    •The latest Monero network upgrade happened on August 13th, 2022 (block 2,688,888).

    •The latest P2Pool network upgrade happened on March 18th, 2023 at 21:00 UTC.

    General Considerations

    •In order to mine on P2Pool, a synced Monero node using monerod v0.18.0.0 or newer is required. If you don't currently have one, you can download the official Monero binaries, start monerod on your PC and wait until it's fully synced. Advanced Monero node setup instructions are here. •It is highly recommended that you create a separate restricted user account (in your OS) for mining. While P2Pool has been battle-tested for a long time now, any software may have unknown bugs/vulnerabilities. •You have to use a primary wallet address (the one starting with 4) for mining. Subaddresses and integrated addresses are not supported, just like with monerod solo mining. •You can add the --mini parameter to your P2Pool command to connect to the p2pool-mini sidechain. Note that it will also change the default p2p port from 37889 to 37888. •Check that ports 18080 (Monero p2p port) and 37889/37888 (P2Pool/P2Pool mini p2p port) are open in your firewall to ensure better connectivity. If you're mining from a computer behind NAT (like a router) you could consider forwarding the ports to your local machine. •You can connect multiple miners to the same P2Pool node. The more the better! •The steps below assume that you run everything on the same machine. If it's not the case, change 127.0.0.1 to appropriate IP addresses for your setup. •It is highly recommended to create a new mainnet wallet for P2Pool mining because wallet addresses are public on P2Pool. Wallet software compatible with P2Pool payouts •Official Monero CLI and GUI v0.18.0.0 and newer •Monerujo v3.0.2 "Fluorine Fermi" and newer •Cake Wallet v4.4.5 and newer •Monero.com by Cake Wallet •Feather Wallet v2.1.0 and newer •MyMonero

    GUI for P2Pool

    •Gupax project aims to provide an easy to use cross-platform GUI to configure and run P2Pool & XMRig.

    GNU/Linux

    1.Download the latest P2Pool binaries here. •Alternatively, grab the latest source code for P2Pool and build it. 2.Download the latest XMRig (linux-static-x64) binary here. 3.Prepare enough huge pages (each of monerod/P2Pool/XMRig needs them): 1.Check that ports 18080 (Monero p2p port) and 37889/37888 (P2Pool/P2Pool mini p2p port) are open in your local firewall to ensure better connectivity. 2.Start monerod with the following command/options: Note: The --zmq-pub option is required for P2Pool to work properly. --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 1.Start P2Pool with the following command/options: 1.Wait until the initial P2Pool sync is finished (shouldn't take more than 5-10 minutes). 2.Start XMRig with the following command/options: •Note that you don't need to specify your wallet address for XMRig. Wallet addresses set in XMRig config will be ignored! •To set a custom fixed difficulty for your miner (for example, 10000), instead start XMRig with the following options: 1.XMRig should connect and start mining! Additional Information: •For a more in-depth beginner friendly walk-through with the option of using Docker, please see SethForPrivacy's guide at: https://sethforprivacy.com/guides/run-a-p2pool-node/ •You can check the p2pool.log for any warnings or errors using the following command: •P2Pool has verbose logging by default, you can reduce it by using "loglevel N" command where N is between 0 and 6. Default loglevel is 3. •You can use logrotate with a config like this to control logfile growth:

    Ubuntu 20.04

    Run the following commands to install the necessary prerequisites, clone this repo, and build P2Pool locally on Ubuntu 20.04:

    Nix/NixOS

    This is a flake only project. So you have to use nixUnstable with nix flakes to build or install P2Pool. The commands below use the new flake specific reference-format, so be sure to also set ca-references in --experimental-features. Because this project has submodules which are not fixed in nixUnstable yet you have to use the nix/master branch: Run the binary: Run the binary with arguments:

    Windows

    P2Pool binary (Visual Studio Community 2019 build): NOTE: You need to have the "Desktop Development with C++" module installed. then open generated build\p2pool.sln in Visual Studio and build it there Alternatively, you can select "Clone a repository" within the GUI, then select "Build" from the menu.

    If you'd like to support further development of Monero P2Pool, you're welcome to send any amount of XMR to the following address:

  4. 2021年10月5日 · Monero P2Pool is a peer-to-peer Monero mining pool developed from scratch by SChernykh (also known as sech1). P2Pool combines the advantages of pool and solo mining; you still fully control your Monero node and what it mines, but you get frequent payouts like on a regular pool.

  5. 2021年10月5日 · Monero P2Pool is a peer-to-peer Monero mining pool developed from scratch by SChernykh (also known as sech1). P2Pool combines the advantages of pool and solo mining; you still fully control your Monero node and what it mines, but you get frequent payouts like on a regular pool.

  6. screen -S p2p ./p2pool --host 127.0.0.1 --wallet [你的钱包地址] # 建议使用新生成的钱包地址,因为在 p2pool 里,钱包地址是公开的 p2pool 也需要更新一下数据,但是比 monerod 同步区块信息要快很多了,稍等片刻同步结束。

  7. 2024年9月14日 · Starting from v4.1, P2Pool supports SSL/TLS connections to its Stratum port. Port 443 can also be safely used for Stratum connections since v4.1 - P2Pool will detect HTTP requests and respond to them.

  1. 相關搜尋

    p2poo