mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
Add litecoin address and 0.07 XMR donation by Kali.
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
6e0166d7a7
commit
b3e6a4fdc9
5 changed files with 61 additions and 3 deletions
|
@ -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="
|
||||
)
|
||||
|
||||
|
||||
|
|
BIN
src/static/crypto/litecoin.png
Normal file
BIN
src/static/crypto/litecoin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
BIN
src/static/crypto/monero.png
Normal file
BIN
src/static/crypto/monero.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
|
@ -371,8 +371,22 @@
|
|||
|
||||
<p>See <a href="{{ url_for("views.thanks") }}">{{ url_for("views.thanks") | escape }}</a> for a list of all donations!</p>
|
||||
|
||||
<p>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!):</p>
|
||||
|
||||
<ul>
|
||||
<li>Monero wallet address: <a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.xmr") }}">{{ url_for("views.xmr") | escape }}</a> (OpenAlias: <code>xmr@ari.lt</code>)</li>
|
||||
<li>
|
||||
Monero (XMR) wallet address: <a href="monero:451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ?recipient_name=Ari%20Archer&tx_description=Donate%20to%20ari-web">451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ</a> (<a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.xmr") }}">{{ url_for("views.xmr") | escape }} (AnonPay)</a>, <a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.oxmr") }}">{{ url_for("views.oxmr") | escape }} (AnonPay onion)</a>) (OpenAlias: <code>xmr@ari.lt</code>)
|
||||
<div style="margin-top:1em">
|
||||
<a href="{{ url_for("static", filename="crypto/monero.png") }}"> <img src="{{ url_for("static", filename="crypto/monero.png") }}" loading="lazy" alt="A QR code to a Monero Cryptowallet address." height="192" width="192" /> </a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Litecoin (LTC) wallet address: <a href="litecoin:ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3?message=Donate%20to%20ari-web&time=1731763810">ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3</a> (<a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.ltc") }}">{{ url_for("views.ltc") | escape }} (AnonPay)</a>, <a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.oltc") }}">{{ url_for("views.oltc") | escape }} (AnonPay onion)</a>) (OpenAlias: <code>ltc@ari.lt</code>)
|
||||
<div style="margin-top:1em">
|
||||
<a href="{{ url_for("static", filename="crypto/litecoin.png") }}"> <img src="{{ url_for("static", filename="crypto/litecoin.png") }}" loading="lazy" alt="A QR code to a Litecoin Cryptowallet address." height="192" width="192" /> </a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="services"><a href="#services">#</a> Services</h2>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
{% block main %}
|
||||
<p>
|
||||
Sometimes I get donations on <a href="/xmr">XMR</a> (OpenAlias: xmr@ari.lt). <b>Thanks to everyone donating!</b> I appriciate it a lot.
|
||||
<b>Thanks to everyone donating!</b> I appriciate it a lot.
|
||||
If you donate you can specify a message/url/whatever to add to this page, send it to <a href="mailto:ari@ari.lt">ari@ari.lt</a> 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:
|
||||
</p>
|
||||
|
@ -56,12 +56,32 @@
|
|||
<ul>
|
||||
<li>2024/09/01: <b>0.08 XMR</b> (12.3 euro) from someone (thanks whoever donated!)</li>
|
||||
<li>2023/11/24: Casey, my best friend: <b>12 euro</b> (FIAT)</li>
|
||||
<li>2024/11/14: <b>0.07 XMR</b> (9.8 euro) from Kali: <a href="https://afaggot.org/">"kalis website has no bugs or issues at all" at https://afaggot.org/</a>. Thanks!</li>
|
||||
<li>2023/12/26: <a href="https://cabbagecorp.nl/">break1146</a> on PayPal: <b>5 euro</b> (FIAT) | <b>"Some moneyz💜"</b></li>
|
||||
<li>2024/06/17: <b>0.0169 XMR</b> (3 euro at the time) | <b>"amogus donation"</b> - <a href="https://themcgovern.net/">mcneb10</a></li>
|
||||
<li>2023/11/30: Mario on PayPal: <b>0.80 euro</b> (42 cents after fees, answer to life!) (FIAT)</li>
|
||||
<li>2024/05/05: <b>0.0019 XMR</b> (23 euro cents at the time)</li>
|
||||
</ul>
|
||||
|
||||
<p>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!):</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
Monero (XMR) wallet address: <a href="monero:451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ?recipient_name=Ari%20Archer&tx_description=Donate%20to%20ari-web">451VZy8FPDXCVvKWkq5cby3V24ApLnjaTdwDgKG11uqbUJYjxQWZVKiiefi4HvFd7haeUtGFRBaxgKNTr3vR78pkMzgJaAZ</a> (<a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.xmr") }}">{{ url_for("views.xmr") | escape }} (AnonPay)</a>, <a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.oxmr") }}">{{ url_for("views.oxmr") | escape }} (AnonPay onion)</a>) (OpenAlias: <code>xmr@ari.lt</code>)
|
||||
<div style="margin-top:1em">
|
||||
<a href="{{ url_for("static", filename="crypto/monero.png") }}"> <img src="{{ url_for("static", filename="crypto/monero.png") }}" loading="lazy" alt="A QR code to a Monero Cryptowallet address." height="192" width="192" /> </a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
Litecoin (LTC) wallet address: <a href="litecoin:ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3?message=Donate%20to%20ari-web&time=1731763810">ltc1qfmx6hvyfrphsp0uu29fjwzrqdpt8vse8p5xxh3</a> (<a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.ltc") }}">{{ url_for("views.ltc") | escape }} (AnonPay)</a>, <a target="_blank" rel="noopener noreferrer" href="{{ url_for("views.oltc") }}">{{ url_for("views.oltc") | escape }} (AnonPay onion)</a>) (OpenAlias: <code>ltc@ari.lt</code>)
|
||||
<div style="margin-top:1em">
|
||||
<a href="{{ url_for("static", filename="crypto/litecoin.png") }}"> <img src="{{ url_for("static", filename="crypto/litecoin.png") }}" loading="lazy" alt="A QR code to a Litecoin Cryptowallet address." height="192" width="192" /> </a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<p>
|
||||
Thanks to all of you for the support! It means a lot to me even if it's 1 cent <3
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue