Skip to content

chore(footer): remove unverified Bitcoin donation address#362

Merged
JohnMcLear merged 1 commit intoether:masterfrom
JohnMcLear:chore/remove-btc-address
Apr 16, 2026
Merged

chore(footer): remove unverified Bitcoin donation address#362
JohnMcLear merged 1 commit intoether:masterfrom
JohnMcLear:chore/remove-btc-address

Conversation

@JohnMcLear
Copy link
Copy Markdown
Member

Summary

Removes the Bitcoin donation address (198uyayMFVHUmrcuzWKFSMAkmwfkQgQEXj) that has been listed in the site footer for years. The destination wallet is not verified as belonging to or being monitored by current maintainers.

Leaving a public donation channel where the destination is unknown is worse than having no channel at all — well-intentioned donors could send funds that never reach the project.

Why a separate PR?

Companion to #361 (the homepage positioning rewrite), but kept as its own PR because:

  • This change has different reasoning (trust / fund-routing) than the positioning work.
  • It can be merged independently and faster.
  • If the positioning PR needs more discussion, this safety fix shouldn't be held up by it.

Changes

  • Remove the <p>Bitcoin public address: ...</p> line from src/components/Footer.tsx.

That's it. No other content affected.

Future donation channels

If/when a verified, actively monitored donation channel (Bitcoin, OpenCollective, GitHub Sponsors, bank transfer, or otherwise) is set up, it can be re-added in a dedicated PR alongside any other supported funding routes — ideally with a /donate page that explains where the funds go.

Test plan

  • Render the footer locally and confirm the BTC line is gone, all other footer content is preserved.
  • Confirm no other usage of the address string elsewhere in the repo.

🤖 Generated with Claude Code

The Bitcoin address that has been listed in the site footer for years
(198uyayMFVHUmrcuzWKFSMAkmwfkQgQEXj) is not verified as belonging to or
being monitored by current maintainers. Leaving a public donation
channel where the destination is unknown is worse than having no
donation channel at all — well-intentioned donors could send funds that
never reach the project.

Removing the listing pending verification of the recipient. If a
verified, monitored donation channel (Bitcoin or otherwise) is set up
in the future, it can be re-added in a dedicated PR alongside any
other supported funding routes.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JohnMcLear JohnMcLear merged commit 61fbf2c into ether:master Apr 16, 2026
@JohnMcLear
Copy link
Copy Markdown
Member Author

I "Think" it goes to SFC so...

JohnMcLear added a commit to JohnMcLear/ether.github.com that referenced this pull request Apr 17, 2026
Four related tweaks to the home page after PRs ether#361 and ether#365 landed.

- InstallOneLiner: swap the Docker one-liner for the native
  curl/irm installer commands from etherpad-lite README (Linux/macOS
  use bin/installer.sh, Windows uses bin/installer.ps1). Update the
  caption from "Needs Docker" to git + Node.js >= 20 with the
  follow-up `cd etherpad-lite && pnpm run prod` step.
- MainHeadline: remove the "Read the manifesto" and "Why Etherpad"
  CTA buttons from the hero. The header already links to /about,
  and the hero was getting crowded once the InstallOneLiner landed.
- MainHeadline: shrink hero h1 from 2.5rem to 2.3rem so the heading
  fits more naturally above the subhead on narrower viewports.
- AddFunctionalities: rename heading "Add Functionalities" to
  "Add Functionality" — "functionality" reads as an uncountable
  collective here, which is more idiomatic.
- Footer: remove the unverified Bitcoin donation line that PR ether#361
  reintroduced when the positioning branch merged on top of ether#362.

No routing or dependency changes. `pnpm run build` succeeds; all
routes still generate statically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
JohnMcLear added a commit that referenced this pull request Apr 17, 2026
…366)

Four related tweaks to the home page after PRs #361 and #365 landed.

- InstallOneLiner: swap the Docker one-liner for the native
  curl/irm installer commands from etherpad-lite README (Linux/macOS
  use bin/installer.sh, Windows uses bin/installer.ps1). Update the
  caption from "Needs Docker" to git + Node.js >= 20 with the
  follow-up `cd etherpad-lite && pnpm run prod` step.
- MainHeadline: remove the "Read the manifesto" and "Why Etherpad"
  CTA buttons from the hero. The header already links to /about,
  and the hero was getting crowded once the InstallOneLiner landed.
- MainHeadline: shrink hero h1 from 2.5rem to 2.3rem so the heading
  fits more naturally above the subhead on narrower viewports.
- AddFunctionalities: rename heading "Add Functionalities" to
  "Add Functionality" — "functionality" reads as an uncountable
  collective here, which is more idiomatic.
- Footer: remove the unverified Bitcoin donation line that PR #361
  reintroduced when the positioning branch merged on top of #362.

No routing or dependency changes. `pnpm run build` succeeds; all
routes still generate statically.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.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.

1 participant