-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add 'Earn Bitcoin' section #4607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,87 @@ | ||
| --- | ||
| # This file is licensed under the MIT License (MIT) available on | ||
| # http://opensource.org/licenses/MIT. | ||
|
|
||
| layout: base | ||
| id: earn | ||
| --- | ||
|
|
||
| <div class="hero"> | ||
| <div class="container hero-container"> | ||
| <h1>{% translate pagetitle %}</h1> | ||
| <p class="summary">{% translate pagedesc %}</p> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="container"> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="freelancing">{% translate freelancing %}</h2> | ||
| <p>{% translate freelancingtext %}</p> | ||
| <ul> | ||
| <li><a href="https://microlancer.io/" target="_blank" rel="noopener">Microlancer</a> - {% translate microlancerdesc %}</li> | ||
| <li><a href="https://stacker.news/" target="_blank" rel="noopener">Stacker News</a> - {% translate stackernewsdesc %}</li> | ||
| <li><a href="https://www.reddit.com/r/Jobs4Bitcoins/" target="_blank" rel="noopener">Jobs4Bitcoins</a> - {% translate jobs4bitcoinsdesc %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="content">{% translate content %}</h2> | ||
| <p>{% translate contenttext %}</p> | ||
| <ul> | ||
| <li><a href="https://fountain.fm/" target="_blank" rel="noopener">Fountain</a> - {% translate fountaindesc %}</li> | ||
| <li><a href="https://www.publish0x.com/" target="_blank" rel="noopener">Publish0x</a> - {% translate publish0xdesc %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="bounties">{% translate bounties %}</h2> | ||
| <p>{% translate bountiestext %}</p> | ||
| <ul> | ||
| <li><a href="https://www.lightningbounties.com/" target="_blank" rel="noopener">Lightning Bounties</a> - {% translate lightningbountiesdesc %}</li> | ||
| <li><a href="https://bitcoinbounties.org/" target="_blank" rel="noopener">Bitcoin Bounties</a> - {% translate bitcoinbountiesdesc %}</li> | ||
| <li><a href="https://github.com/bitcoin-dot-org/bitcoin.org#earn-bitcoin-for-contributing" target="_blank" rel="noopener">Bitcoin.org</a> - {% translate bitcoinorgdesc %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="mining">{% translate mining %}</h2> | ||
| <p>{% translate miningtext %}</p> | ||
| <ul> | ||
| <li><a href="https://ocean.xyz/" target="_blank" rel="noopener">OCEAN</a> - {% translate oceandesc %}</li> | ||
| <li><a href="https://www.nicehash.com/" target="_blank" rel="noopener">NiceHash</a> - {% translate nicehashdesc %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="rewards">{% translate rewards %}</h2> | ||
| <p>{% translate rewardstext %}</p> | ||
| <ul> | ||
| <li><a href="https://foldapp.com/" target="_blank" rel="noopener">Fold</a> - {% translate folddesc %}</li> | ||
| <li><a href="https://www.lolli.com/" target="_blank" rel="noopener">Lolli</a> - {% translate lollidesc %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-row"> | ||
| <div class="card earn-card"> | ||
| <h2 id="important">{% translate important %}</h2> | ||
| <p>{% translate importanttext %}</p> | ||
| <ul> | ||
| <li>{% translate warning1 %}</li> | ||
| <li>{% translate warning2 %}</li> | ||
| <li>{% translate warning3 %}</li> | ||
| </ul> | ||
| </div> | ||
| </div> | ||
|
Comment on lines
+17
to
+74
|
||
|
|
||
| </div> | ||
|
Comment on lines
+1
to
+75
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -558,6 +558,37 @@ en: | |||||
| ircjoin: "<a href=\"https://webchat.freenode.net/?channels=bitcoin-core-dev\">IRC Channel #bitcoin-core-dev</a> on freenode." | ||||||
| stackexchange: "<a href=\"https://bitcoin.stackexchange.com/\">Bitcoin StackExchange</a>" | ||||||
| bitcointalkdev: "<a href=\"https://bitcointalk.org/index.php?board=6.0\">BitcoinTalk Development & Technical Discussion Forum</a>" | ||||||
| earn: | ||||||
| title: "Earn Bitcoin - Bitcoin" | ||||||
| pagetitle: "Earn Bitcoin" | ||||||
| pagedesc: "Not everyone can buy Bitcoin. Discover ways to earn it through work, content creation, and contributions." | ||||||
| freelancing: "Freelancing & Microtasks" | ||||||
| freelancingtext: "Complete tasks and freelance work paid in Bitcoin via the Lightning Network." | ||||||
| microlancerdesc: "Complete small tasks for instant Bitcoin payments via Lightning" | ||||||
| stackernewsdesc: "Earn sats by posting valuable content and comments" | ||||||
| jobs4bitcoinsdesc: "Reddit community for finding freelance work paid in Bitcoin" | ||||||
| content: "Content Creation" | ||||||
| contenttext: "Create content and get paid in Bitcoin for your work." | ||||||
| fountaindesc: "Earn Bitcoin for listening to podcasts and creating clips" | ||||||
| publish0xdesc: "Earn cryptocurrency for writing and reading articles" | ||||||
|
||||||
| publish0xdesc: "Earn cryptocurrency for writing and reading articles" | |
| publish0xdesc: "Earn Bitcoin for writing and reading articles" |
Copilot
AI
Jan 28, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR is missing a menu translation key for navigation integration. A menu-earn key should be added in the layout section (around line 1201) to match the pattern used by other pages like menu-buy, menu-sell, etc. For example: menu-earn: "Earn Bitcoin". This is required to integrate the earn page into the navigation menu as requested in issue #2524.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CSS class
earn-cardis used but does not exist in the codebase (verified in _sass/screen.scss). While the base.cardclass will still apply styling, this class serves no purpose. Consider either: (1) removingearn-cardand using only the basecardclass (likespend-bitcoin.htmldoes), or (2) adding appropriate CSS rules for.earn-cardin _sass/screen.scss if custom styling is needed (similar to how.support-cardat line 1206 and.buy-cardat line 1210 are defined).