diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-31 10:59:16 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-31 11:01:37 -0400 |
| commit | 3e14cfdfe0b43c023b6d4e8d35878f3bf0b1ed4b (patch) | |
| tree | 4571c8a2d6713e55b500916db4a3b25dd876e3eb /static/donate.html | |
| parent | ddf09f81894849a2e1237ba9f7916cdb969cde23 (diff) | |
switch to Bech32 Bitcoin donation address
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/donate.html b/static/donate.html index ef0c20dc..ea54a5ab 100644 --- a/static/donate.html +++ b/static/donate.html @@ -51,9 +51,9 @@ <p>You can send Bitcoin donations to the following address to support this project:</p> <div id="bitcoin_address"> - <a href="bitcoin:3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> - <img src="/bitcoin-address.png" alt="Bitcoin address QR code" width="160" height="160"/> - <p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p> + <a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS"> + <img src="/bitcoin-address.png?0" alt="Bitcoin address QR code" width="185" height="185"/> + <p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p> </a> </div> |
