summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2024-06-27 03:09:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2024-06-27 03:09:18 +0200
commit48d5bcbd241d1c920265a48d0df2b45bfd2ad350 (patch)
tree2edd3cf6e25581a75a8ae333267bf39c9142d932
parentc6494b1fbda561bdb3a38331673198cd70b2b3c4 (diff)
downloadwebsite-core-48d5bcbd241d1c920265a48d0df2b45bfd2ad350.tar.gz
website-core-48d5bcbd241d1c920265a48d0df2b45bfd2ad350.zip
Add information about the use of the exchanges for donation in Bitcoins.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--donate.php32
1 files changed, 27 insertions, 5 deletions
diff --git a/donate.php b/donate.php
index bcd2173..85ef1d6 100644
--- a/donate.php
+++ b/donate.php
@@ -62,21 +62,43 @@ doHeader("Support Trinity", "Donate", "_");
echo " <fieldset>\n";
echo " <legend>Via PayPal</legend>\n";
echo " Donations through PayPal has been temporarily disabled until";
- echo " we prepare a way to make donation transactions transparent";
- echo " for everyone. Please donate in Bitcoin for the time being.\n";
+ echo " we prepare a way to make donation transactions transparent for";
+ echo " everyone. Please donate using another method for the time being.\n";
echo " </fieldset>\n";
echo " </p>\n";
}
- if ( 1 /* enable BitCoin */ )
+ if ( 1 /* credit card or bank transfer */ )
{
echo " <p>\n";
echo " <fieldset>\n";
- echo " <legend>Via BitCoin</legend>\n";
+ echo " <legend>Via Credit Card or Bank Transfer</legend>\n";
+ echo " You can use some exchanges which allow bank transfer or";
+ echo " transfer by credit card to send a fiat currency and automatically";
+ echo " send Bitcoins to the TDE Bitcoin wallet.\n";
+ echo " These exchanges do not require any registration,";
+ echo " so they are quite convenient to use.<br/>\n";
+ echo " For example:<br/>\n";
+ echo " <ul>\n";
+ echo " <li>to use a bank transfer of Euros, you can use";
+ echo " <a href=\"https://www.anycoin.cz/exchange\">Anycoin.cz</a>";
+ echo " (you can change the interface to English using the Settings Gear -> Jazyk combobox)</li>\n";
+ echo " <li>to transfer by credit card, you can use";
+ echo " <a href=\"https://simpleswap.io/exchange?from=usd&to=btc&amount=45\">SimpleSwap.io</a></li>\n";
+ echo " </ul>\n";
+ echo " TDE wallet address: <b>bc1q52gwsfps0acdg5rdekjhzvch4a6tf5pc036e5z</b><br/>\n";
+ echo " </fieldset>\n";
+ echo " </p>\n";
+ }
+ if ( 1 /* enable Bitcoin */ )
+ {
+ echo " <p>\n";
+ echo " <fieldset>\n";
+ echo " <legend>Via Bitcoin</legend>\n";
echo " Donate <a href='donate-btc0002' target='donate_btc'>0.2&nbsp;mBTC</a> &ndash; \n";
echo " <a href='donate-btc0005' target='donate_btc'>0.5&nbsp;mBTC</a> &ndash; \n";
echo " <a href='donate-btc001' target='donate_btc'>1&nbsp;mBTC</a> &ndash; \n";
echo " <a href='donate-btc' target='donate_btc'>other&nbsp;mBTC</a> to TDE!<br />\n";
- echo " <iframe src='donate-btc0005' name='donate_btc' width='400' height='600' style='border:none;' title='Donate via BitCoin'></iframe><br />\n";
+ echo " <iframe src='donate-btc0005' name='donate_btc' width='400' height='600' style='border:none;' title='Donate via Bitcoin'></iframe><br />\n";
echo " </fieldset>\n";
echo " </p>\n";
}