diff --git a/src/aw/views.py b/src/aw/views.py index 20e0eac..6f25a79 100644 --- a/src/aw/views.py +++ b/src/aw/views.py @@ -353,7 +353,31 @@ def captcha() -> Response: def xmr() -> Response: """Monero address""" return flask.redirect( - "https://moneroexplorer.org/search?value=451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ" + "https://trocador.app/anonpay/?ticker_to=xmr&network_to=Mainnet&address=451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ&donation=True&name=Ari+Archer&description=Donate+to+ari-web&email=donation@ari.lt&bgcolor=" + ) + + +@views.get("/oxmr") +def oxmr() -> Response: + """Monero address (Onion)""" + return flask.redirect( + "http://trocadorfyhlu27aefre5u7zri66gudtzdyelymftvr4yjwcxhfaqsid.onion/anonpay/?ticker_to=xmr&network_to=Mainnet&address=451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ&donation=True&name=Ari+Archer&description=Donate+to+ari-web&email=donation@ari.lt&bgcolor=" + ) + + +@views.get("/ltc") +def ltc() -> Response: + """Litecoin address (Bech32)""" + return flask.redirect( + "https://trocador.app/anonpay/?ticker_to=ltc&network_to=Mainnet&address=ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3&donation=True&name=Ari+Archer&description=Donate+to+ari-web&email=ari@ari.lt&bgcolor=" + ) + + +@views.get("/oltc") +def oltc() -> Response: + """Litecoin address (Bech32) (Onion)""" + return flask.redirect( + "http://trocadorfyhlu27aefre5u7zri66gudtzdyelymftvr4yjwcxhfaqsid.onion/anonpay/?ticker_to=ltc&network_to=Mainnet&address=ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3&donation=True&name=Ari+Archer&description=Donate+to+ari-web&email=ari@ari.lt&bgcolor=" ) diff --git a/src/static/crypto/litecoin.png b/src/static/crypto/litecoin.png new file mode 100644 index 0000000..b59bae2 Binary files /dev/null and b/src/static/crypto/litecoin.png differ diff --git a/src/static/crypto/monero.png b/src/static/crypto/monero.png new file mode 100644 index 0000000..9823555 Binary files /dev/null and b/src/static/crypto/monero.png differ diff --git a/src/templates/index.j2 b/src/templates/index.j2 index 7b744a5..4ce0788 100644 --- a/src/templates/index.j2 +++ b/src/templates/index.j2 @@ -371,8 +371,22 @@
See {{ url_for("views.thanks") | escape }} for a list of all donations!
+You can also donate here (Monero I tend to hold on to for now. Litecoin, though, I can use through BitPay to pay for servers!):
+xmr@ari.lt
)xmr@ari.lt
)
+
+ ltc@ari.lt
)
+
+ - Sometimes I get donations on XMR (OpenAlias: xmr@ari.lt). Thanks to everyone donating! I appriciate it a lot. + Thanks to everyone donating! I appriciate it a lot. If you donate you can specify a message/url/whatever to add to this page, send it to ari@ari.lt if you want it :) Here's a list of all donations I've received so far since the start of the donations page mid-2023:
@@ -56,12 +56,32 @@You can also donate here (Monero I tend to hold on to for now. Litecoin, though, I can use through BitPay to pay for servers!):
+ +xmr@ari.lt
)
+
+ ltc@ari.lt
)
+
+ Thanks to all of you for the support! It means a lot to me even if it's 1 cent <3