diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-31 15:44:01 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-07-31 18:48:23 -0400 |
| commit | ed5323bc5912adf65ebffc475967c7b0085704ea (patch) | |
| tree | eb26c52433abacb2398ca38da2f3fd55baa941e8 /static/donate.html | |
| parent | 832e4509f8c0fb5147b90e9e56f7bd5cdaf15b65 (diff) | |
add BIP47 payment code and PayNym
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/donate.html b/static/donate.html index 28a86d6b..2835fb85 100644 --- a/static/donate.html +++ b/static/donate.html @@ -93,6 +93,18 @@ </a> </div> + <p>You can donate to the following BIP47 payment code (stealth address) or PayNym + if your wallet supports it:</p> + + <div class="coin-address"> + <a href="bitcoin:PM8TJKmhJNQX6UTFagyuBk8UGmwKM6yDovEokpHBscPgP3Ac7WdK5zaQKh5XLSawyxiGYZS2a7HkAoeL6oHg7Ahn1VXX888yRG4PwF1dojouPtW7tEHT" rel="nofollow"> + <img src="/donate-bitcoin-bip47.png" alt="Bitcoin BIP47 payment code QR code"/> + <p>PM8TJKmhJNQX6UTFagyuBk8UGmwKM6yDovEokpHBscPgP3Ac7WdK5zaQKh5XLSawyxiGYZS2a7HkAoeL6oHg7Ahn1VXX888yRG4PwF1dojouPtW7tEHT</p> + </a> + </div> + + <p>PayNym: <var>+wildtooth299</var></p> + <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> |
