Skip to content

Fix broken balance-check command and stale stats - #172

Open
Scottcjn wants to merge 1 commit into
mainfrom
fix/dead-links-and-stale-facts
Open

Fix broken balance-check command and stale stats#172
Scottcjn wants to merge 1 commit into
mainfrom
fix/dead-links-and-stale-facts

Conversation

@Scottcjn

Copy link
Copy Markdown
Owner

The "Verify On-Chain" command is the exact thing a skeptic runs to check the project is real, and it 404s today.

  • https://rustchain.org/api/balance?wallet=X returns 404 (curl, 2026-07-25).
  • Working endpoint: https://rustchain.org/wallet/balance?miner_id=X returns 200 with {"amount_rtc": ...}. README and llms.txt now use it.
  • Stats were frozen at 23,600+ RTC paid / 218 wallet holders / 718 transactions. Live figures from https://rustchain.org/payouts.json as of 2026-07-25: 72,499+ RTC to 1,124 recipients over 3,634 transactions. The section now links the live endpoints and datestamps the snapshot.
  • Reference rate in llms.txt updated from $0.10 to $0.15 per the live https://rustchain.org/api/tokenomics.

The Verify On-Chain command used /api/balance?wallet= which returns 404.
The working endpoint is /wallet/balance?miner_id=. Stats were frozen at
23,600 RTC / 218 holders; refreshed from payouts.json (2026-07-25) with
links to the live endpoints so they age better.

Signed-off-by: Scott <scottbphone12@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants