docs: miner getting-started rework — backtesting step, 3-competition FAQs#300
Merged
Conversation
…FAQs - README Quick Start: after the format check, advertise the synth-lib backtester (accuracy benchmark) with a minimal example; new §2.1.4 stub. - miner_tutorial: new §2.3 'Backtest your model' (former §2.3-2.9 renumbered to §2.4-2.10); §2.1 orientation bullets (3 competitions, response-format pointer); §2.2 real run.py output + single-prompt caveat; drop the obsolete deadsnakes Python install (uv provisions Python); fix the miner.local.config.js inconsistency in §3.5.1. - miner_reference: FAQ #2/#3/#5 generalized to all three competitions (per-competition points table); new FAQ #13 pointing at the backtester; netuid doc states 50 = mainnet / 247 = testnet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Rework of the miner getting-started journey: the docs now advertise the open-source synth-lib backtester and reflect the 3-competition model throughout.
README
run.pyformat check, a short section advertises the backtester (replays real validator scoring — CRPS, smoothed scores, rank, estimated earnings) with a minimal 3-command example.docs/miner_tutorial.md
run.pyoutput (start_time …thenCORRECT) + caveat that it only exercises one BTC/24h prompt with 100 paths.python3.11install —uv syncprovisions Python.miner.config.jsvsminer.local.config.jsinconsistency (local copy pattern, matching §2.6 and.gitignore).docs/miner_reference.md
--netuid: states 50 = mainnet, 247 = testnet.Verification
Ran the exact documented backtest command from a fresh synth-lib clone — completes and writes charts (chart fix on macOS: synthdataco/synth-lib#17). Cross-repo anchors verified. Website counterpart: synthdataco/synth-landing-replit#30.
🤖 Generated with Claude Code