docs(README): fact-check against source — fix stale defaults, checkpoints, DGB status, test count - #680
Merged
Merged
Conversation
…ints, DGB status, test count Verified every factual claim against src/. Corrections: - log_level default: INFO -> trace (main_ltc.cpp:470/623, log.cpp:82) - LTC header-checkpoint default: 3079000 -> 3088000 (main_ltc.cpp:582) - DOGE header-checkpoint default: 6140000 -> 6160000 (main_ltc.cpp:583) - defaults table LTC/DOGE bootstrap heights updated to match - --doge-testnet4alpha: add YAML key doge_testnet4alpha (main_ltc.cpp:1145) - DGB Scrypt parent: 'planned' -> 'in development' (c2pool-dgb target, main_dgb.cpp, dgb CI) - test count: '501 tests passing' -> '1,875 test cases across 194 suites' (actual gtest count) All other claims (config table ~53 rows, API routes, ports, coin chain_ids, build targets, platforms, license) verified accurate; unchanged.
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
Line-by-line fact-check of
README.mdagainst the current source (master945e1b3a). Verified every factual claim; corrected the 9 that had drifted. Docs-only.Corrections (each backed by source)
INFOtracemain_ltc.cpp:470help "(default: trace)",:623empty=trace,log.cpp:82fallback3079000:862daf…3088000:4a7fc8d4…main_ltc.cpp:5826140000:743b7e…6160000:51efd04d…main_ltc.cpp:583--doge-testnet4alphaYAML key--(none)doge_testnet4alphamain_ltc.cpp:1145c2pool-dgbtarget (CMakeLists.txt:221), 1211-linemain_dgb.cpp, dgb-phase-b-smoke CIVerified accurate (unchanged)
The rest of the README checked out against source and was left alone: the full ~53-row config reference table (CLI flags, YAML keys, defaults), all 15 API-endpoint routes (
web_server.cpp), ports (9326/9327/8080, testnet 19326/19327), the four operating modes + flags, merged-coin registry + chain_ids (DOGE 98, PEP 63, BELLS 16, LKY 8211, JKC 8224, SHIC 74), bootstrap host list (ml.toom.im, usa.p2p-spb.xyz + 9 IPs), coinbase byte layout, build targets, authority-blob util args, platform/Boost/compiler versions, and license.Method
Five parallel verification passes over the source, each required to cite a contradicting
file:linebefore flagging a claim (no guessing); the two headline changes (log default, test count) were independently re-verified. Docs-only — no code paths touched.