From b8b8d8e008f8ddef75046430827ffbc391387c76 Mon Sep 17 00:00:00 2001 From: integrator Date: Tue, 14 Jul 2026 22:56:33 +0400 Subject: [PATCH] docs(README): reflect all five parent chains + merged children + status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expand the intro from LTC/DGB-only to all five per-coin parent chains, and add a Supported chains matrix (algorithm, merged-mining children, status): - LTC (Scrypt): DOGE, PEP, BELLS, LKY, JKC, SHIC — production V36 - BTC (SHA256d): NMC — NMC embedded merged mining in development - DGB (Scrypt, MultiAlgo->Scrypt standalone): embedded DOGE (-DAUX_DOGE) - BCH (SHA256d), DASH (X11, embedded coin-state) Correct the Download note: per-coin packages c2pool--- across all five chains (was v0.2.0 LTC-only). --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e4819953..e5b4a0e22 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,25 @@ [![CI](https://github.com/frstrtr/c2pool/actions/workflows/build.yml/badge.svg)](https://github.com/frstrtr/c2pool/actions/workflows/build.yml) -C++ reimplementation of [forrestv/p2pool](https://github.com/p2pool/p2pool) targeting the **V36 share format** with Litecoin + multi-chain merged mining (DOGE, PEP, BELLS, LKY, JKC, SHIC). DigiByte Scrypt support in development as an additional parent chain. +C++ reimplementation of [forrestv/p2pool](https://github.com/p2pool/p2pool) targeting the **V36 share format**, with **per-coin binaries** for five parent chains and their merged-mining children: **Litecoin** (flagship — LTC + DOGE, PEP, BELLS, LKY, JKC, SHIC), **Bitcoin** (+ Namecoin), **DigiByte** (Scrypt), **Bitcoin Cash**, and **Dash**. See [Supported chains](#supported-chains) for the full matrix and status. Bitcoin wiki: Original forum thread: +## Supported chains + +c2pool builds one binary per **parent chain** (`c2pool-`). Several parents also merge-mine **AuxPoW child chains** in the same coinbase. + +| Parent chain | Algorithm | Merged-mining children | Status | +|---|---|---|---| +| **Litecoin** (LTC) | Scrypt | DOGE, PEP, BELLS, LKY, JKC, SHIC — external daemons | **Production** (V36; live LTC+DOGE blocks) | +| **Bitcoin** (BTC) | SHA256d | Namecoin (NMC) | Supported; NMC embedded merged mining in development | +| **DigiByte** (DGB) | Scrypt¹ | DOGE (embedded, `-DAUX_DOGE`) | In development | +| **Bitcoin Cash** (BCH) | SHA256d | — | In development | +| **Dash** (DASH) | X11 | — | In development (embedded coin-state) | + +¹ DigiByte is a MultiAlgo chain; c2pool runs its **Scrypt** algorithm as a standalone parent — it is **not** an AuxPoW child of Litecoin. + ## Credits c2pool is an independent C++ implementation of the P2Pool sharechain concept originally created by Forrest Voight (forrestv, ). @@ -38,7 +52,7 @@ c2pool is an independent C++ implementation of the P2Pool sharechain concept ori ## Download -Pre-built binaries are available on the [Releases page](https://github.com/frstrtr/c2pool/releases). The current release is **v0.2.0** (LTC + DOGE v36); packages are named `c2pool-ltc--`. +Pre-built binaries are available on the [Releases page](https://github.com/frstrtr/c2pool/releases). The current release line is **v0.2.x** (V36). Packages are built **per parent chain** and named `c2pool---` (`ltc`, `btc`, `dgb`, `dash`, `bch`). | Platform | Package | Notes | |----------|---------|-------|