diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-03-06 18:54:35 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-03-06 21:40:49 -0500 |
| commit | dff85fd68027fb9cb295074a671ffd9b56e1c0bd (patch) | |
| tree | 4286cec37873557ffc5f1808550e9940672c7f9b /static/donate.html | |
| parent | 566a22276060ae2d9f6140052f6cd51954f21c4d (diff) | |
add transparent Zcash donation address
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/static/donate.html b/static/donate.html index 69616e7d..15a50f18 100644 --- a/static/donate.html +++ b/static/donate.html @@ -64,6 +64,7 @@ <ul> <li><a href="#bitcoin">Bitcoin</a></li> <li><a href="#monero">Monero</a></li> + <li><a href="#zcash">Zcash</a></li> <li><a href="#github">GitHub Sponsors</a></li> <li><a href="#paypal">PayPal</a></li> <li><a href="#e-transfer">Interac e-Transfer</a></li> @@ -77,7 +78,7 @@ <div class="coin-address"> <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS" rel="nofollow"> - <img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/> + <img src="/donate-bitcoin.png" alt="Bitcoin donation QR code" width="180" height="180"/> <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> </a> </div> @@ -94,7 +95,7 @@ <div class="coin-address"> <a href="monero:8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63?recipient_name=GrapheneOS&tx_description=Donation%20to%20GrapheneOS" rel="nofollow"> - <img src="/monero-donation.png" alt="Monero donation QR code" width="228" height="228"/> + <img src="/donate-monero.png" alt="Monero donation QR code" width="228" height="228"/> <p>8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63</p> </a> </div> @@ -104,6 +105,27 @@ when having it go through within a couple days is perfectly fine.</p> </section> + <section id="zcash"> + <h2><a href="#zcash">Zcash</a></h2> + + <p>A shielded address will be added as the main donation address once Trezor has + support for it. It's currently in active development.</p> + + <p>You can send Zcash donations to the following transparent address to support + this project:</p> + + <div class="coin-address"> + <a href="zcash:t1dsDbZQZrEUEGanmPMTAGxY2PJowL2S4br?label=GrapheneOS&message=Donation%20to%20GrapheneOS" rel="nofollow"> + <img src="/donate-zcash-transparent.png" alt="Transparent Zcash donation QR code" width="180" height="180"/> + <p>t1dsDbZQZrEUEGanmPMTAGxY2PJowL2S4br</p> + </a> + </div> + + <p>Using a low fee is recommended, since the payment doesn't need to be quick. There's + no need to waste your money choosing a fee based on having it arrive within an hour, + when having it go through within a couple days is perfectly fine.</p> + </section> + <section id="github"> <h2><a href="#github">GitHub Sponsors</a></h2> |
