Copy: drop VC/token/premine; state the real XMRig 1% dev fee honestly#5
Merged
Conversation
- Remove "no VC, no token, no premine" from the donate band and the fees FAQ —
it's not what this project is about (the goals are easy, transparent, private).
- Fix an inaccuracy: RigForge does NOT zero the dev fee. It keeps XMRig's
standard 1% upstream dev fee — which funds the XMRig project, not us — and
makes it one line to turn off (DONATION: 0). The site previously claimed a
"0% dev fee," which was both wrong and less transparent. Now the RigForge card
and the fees FAQ say so plainly (and the FAQ feeds the FAQPage JSON-LD, so the
structured data is corrected too).
Matches RigForge's own README ("the XMRig donation defaults to 1% … Set
DONATION: 0 to turn it off").
Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 14, 2026
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.
Two copy fixes, both in
data/content.yaml.1. Remove "no VC / no token / no premine"
It has nothing to do with what this project is — the goals are easy, transparent, private. Removed from the donate band and the fees FAQ.
2. Fix the dev-fee claim (it was wrong and less transparent)
The site said RigForge ships a "0% dev fee." That's inaccurate. RigForge keeps XMRig's standard 1% upstream dev fee — which funds the XMRig project, not us — and makes it one line to turn off (
DONATION: 0). This matches RigForge's own README:Fixed in the RigForge feature card and the "Is it free?" FAQ. Because the FAQ feeds the
FAQPageJSON-LD, the structured data is corrected too.Verification
hugo --gc --minify --panicOnWarning— clean.htmltest— passes.VC/premine/0% dev feestrings on the site.Companion fix for the org profile README: see the
.githubPR.🤖 Generated with Claude Code