From 48d5bcbd241d1c920265a48d0df2b45bfd2ad350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 27 Jun 2024 03:09:18 +0200 Subject: [PATCH] Add information about the use of the exchanges for donation in Bitcoins. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- donate.php | 32 +++++++++++++++++++++++++++----- 1 file 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 "
\n"; echo " Via PayPal\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 "
\n"; echo "

\n"; } - if ( 1 /* enable BitCoin */ ) + if ( 1 /* credit card or bank transfer */ ) { echo "

\n"; echo "

\n"; - echo " Via BitCoin\n"; + echo " Via Credit Card or Bank Transfer\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.
\n"; + echo " For example:
\n"; + echo "
    \n"; + echo "
  • to use a bank transfer of Euros, you can use"; + echo " Anycoin.cz"; + echo " (you can change the interface to English using the Settings Gear -> Jazyk combobox)
  • \n"; + echo "
  • to transfer by credit card, you can use"; + echo " SimpleSwap.io
  • \n"; + echo "
\n"; + echo " TDE wallet address: bc1q52gwsfps0acdg5rdekjhzvch4a6tf5pc036e5z
\n"; + echo "
\n"; + echo "

\n"; + } + if ( 1 /* enable Bitcoin */ ) + { + echo "

\n"; + echo "

\n"; + echo " Via Bitcoin\n"; echo " Donate 0.2 mBTC – \n"; echo " 0.5 mBTC – \n"; echo " 1 mBTC – \n"; echo " other mBTC to TDE!
\n"; - echo "
\n"; + echo "
\n"; echo "
\n"; echo "

\n"; }