docs(README): deep pass on release surface — v0.2.0, universal macOS, arm64, --net, binary name - #682
Merged
Merged
Conversation
This was referenced Jul 12, 2026
README (release/download/platform surface, second fact-check pass): - macOS Download -> single universal .dmg/.zip (lipo arm64+x86_64, release.yml) - note current release v0.2.0 + c2pool-ltc-<ver>-<platform> naming - Tested platforms: arm64 'Supported, untested' -> 'Working' - Reproducible builds: non-existent tag v0.14.0-v36-ltc-doge -> v0.2.0 - Windows quick-start pkg -> c2pool-ltc-VERSION-... - --net value list: add 'digibyte' (main_ltc.cpp:376) - Build targets: primary binary c2pool-ltc (c2pool is dev alias) docs/DASHBOARD_INTEGRATION.md: authored the missing complete REST API + dashboard/explorer integration reference from src/core/web_server.cpp routes, resolving the broken README link (issue #677). README link repointed to it. A separate launcher packaging bug (start.sh/start.bat call ./c2pool but packages ship c2pool-ltc) is tracked in #683, routed to ci-steward.
frstrtr
force-pushed
the
docs/readme-release-surface-2026-07
branch
from
July 12, 2026 14:55
c1112dd to
50227a7
Compare
…chain) LTC V36 share format shipped in v0.2.0 (LTC + DOGE); the prod cutover to contabo stays gated on the crossing soak (natural-vote hard gate).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Second README fact-check pass, focused on the release/download/platform surface that the first (source-symbol) pass didn't cover. Docs-only.
Corrections (evidence)
.ziprows.dmg/.zip(lipo arm64+x86_64)release.ymlmacos-universal job; v0.2.0 assetsc2pool-ltc-0.2.0-macos-universal.{dmg,zip}c2pool-ltc-<ver>-<platform>naminggh release view v0.2.0git log v0.14.0-v36-ltc-doge(tag doesn't exist)git log v0.2.0gh api tags/releasesc2pool-VERSION-...c2pool-ltc-VERSION-...--netvaluesmain_ltc.cpp:376c2poolc2pool-ltc(per-coin ship name;c2pool= dev alias)release.yml:150/166,CMakeLists.txt:106/146docs/DASHBOARD_INTEGRATION.mddocs/FAQ.md+ endpoint tableNot in this PR (routed to ci-steward)
A functional bug surfaced during the sweep: the bundled
start.shlaunches./c2poolandstart.batlaunchesc2pool.exe, but the v0.2.0 packages shipc2pool-ltc(release.yml:166) — so the README's documented "extract and run./start.sh" fails on the real release. Plus start.sh's banner is stale (v0.1.1-alpha). That's a packaging fix (owner's call: rename in packaging vs. fix launcher), filed separately.Verification
gh releases/tags,
.github/workflows/release.yml,src/c2pool/main_ltc.cpp,CMakeLists.txt. Docs-only — no code paths touched.