diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-09-16 05:23:41 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-09-16 05:38:27 -0400 |
| commit | 1e0777e7b4962fd03da1fe092e08fd58b8fff7ac (patch) | |
| tree | f995a8f2765a1aa529b67402adcb28c2b7252f56 | |
| parent | 3939b1a4c9f4cfa3e6686f5f0de21a95b763d7b1 (diff) | |
add Bitcoin Taproot donation address
| -rw-r--r-- | static/donate-bitcoin-taproot.png | bin | 0 -> 396 bytes | |||
| -rw-r--r-- | static/donate.html | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/static/donate-bitcoin-taproot.png b/static/donate-bitcoin-taproot.png Binary files differnew file mode 100644 index 00000000..fef591e3 --- /dev/null +++ b/static/donate-bitcoin-taproot.png diff --git a/static/donate.html b/static/donate.html index 839dc0a6..2952e494 100644 --- a/static/donate.html +++ b/static/donate.html @@ -83,6 +83,15 @@ </a> </div> + <p>Alternatively, you can donate to the following Taproot address if your wallet supports it (preferred):</p> + + <div class="coin-address"> + <a href="bitcoin:bc1paundtwscvlqchmjgds2cj2dpay5y72ll37r07x57dhw9q234k6dqmc2ztx?label=GrapheneOS&message=Donation%20to%20GrapheneOS" rel="nofollow"> + <img src="/donate-bitcoin-taproot.png" alt="Bitcoin Taproot donation QR code" width="196" height="196"/> + <p>bc1paundtwscvlqchmjgds2cj2dpay5y72ll37r07x57dhw9q234k6dqmc2ztx</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> |
