diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-08-07 01:35:47 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-08-07 01:35:47 -0400 |
| commit | b365b3568e7c6300508e6c04f5a86a1d2e9d82cb (patch) | |
| tree | 814428ca989b525ba29ae9abc02f8f23b5e8962f | |
| parent | 2de0fa2fe38758fa6ec010611176822ea5327a58 (diff) | |
add Litecoin donation option
| -rwxr-xr-x | generate-donate-qr-codes | 1 | ||||
| -rw-r--r-- | static/donate-litecoin.png | bin | 0 -> 378 bytes | |||
| -rw-r--r-- | static/donate.html | 21 |
3 files changed, 22 insertions, 0 deletions
diff --git a/generate-donate-qr-codes b/generate-donate-qr-codes index 776b2cf8..915a54dc 100755 --- a/generate-donate-qr-codes +++ b/generate-donate-qr-codes @@ -16,3 +16,4 @@ generate static/donate-monero.png 'monero:862CebHaBpFPgYoNC6zw4U8rsXrDjD8s5LMJNS generate static/donate-zcash-transparent.png 'zcash:t1SJABjX8rqgzqgrzLW5dUw7ikSDZ2snD8A?label=GrapheneOS%20Foundation&message=Donation%20to%20GrapheneOS%20Foundation' generate static/donate-ethereum.png 'ethereum:0xC822A62E5Ab443E0001f30cEB9B2336D0524fC61' generate static/donate-cardano.png 'web+cardano:addr1q9v89vfwyfssveug5zf2w7leafz8ethq490gvq0ghag883atfnucytpnq2t38dj7cnyngs6ne05cdwu9gseevgmt3ggq2a2wt6' +generate static/donate-litecoin.png 'litecoin:ltc1qzssmqueth6zjzr95rkluy5xdx9q4lk8vyrvea9?label=GrapheneOS%20Foundation&message=Donation%20to%20GrapheneOS%20Foundation' diff --git a/static/donate-litecoin.png b/static/donate-litecoin.png Binary files differnew file mode 100644 index 00000000..ae8f1d92 --- /dev/null +++ b/static/donate-litecoin.png diff --git a/static/donate.html b/static/donate.html index 8367db12..8cc1f82a 100644 --- a/static/donate.html +++ b/static/donate.html @@ -54,6 +54,7 @@ <li><a href="#zcash">Zcash</a></li> <li><a href="#ethereum">Ethereum</a></li> <li><a href="#cardano">Cardano</a></li> + <li><a href="#litecoin">Litecoin</a></li> <li><a href="#paypal">PayPal</a></li> <li><a href="#e-transfer">Interac e-Transfer</a></li> </ul> @@ -182,6 +183,26 @@ <p><strong>We aren't looking for donations of tokens, only Cardano itself.</strong></p> </section> + <section id="litecoin"> + <h2><a href="#litecoin">Litecoin</a></h2> + + <p>Litecoin can be used to make donations to the non-profit GrapheneOS + Foundation.</p> + + <p>You can send Litecoin donations to the following Bech32 (Segwit) address:</p> + + <div class="coin-address"> + <a href="litecoin:ltc1qzssmqueth6zjzr95rkluy5xdx9q4lk8vyrvea9?label=GrapheneOS%20Foundation&message=Donation%20to%20GrapheneOS%20Foundation" rel="nofollow"> + <img src="/donate-litecoin.png" alt="Litecoin donation QR code"/> + <p>ltc1qzssmqueth6zjzr95rkluy5xdx9q4lk8vyrvea9</p> + </a> + </div> + + <p>We recommend using the lowest fee tier recommended by your wallet since the + transaction taking hours or even a couple days is fine. An even lower custom fee + isn't recommended unless you're going to monitor it and bump the fee with RBF.</p> + </section> + <section id="paypal"> <h2><a href="#paypal">PayPal</a></h2> |
