Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(pay-me): add nano address

aria 82102d36 2093606d

+33
public/static/messages/nano-note.tar.zst

This is a binary file and will not be displayed.

+15
public/static/messages/nano-note.txt
··· 1 + I have added a new wallet address to my website! 2 + 3 + Nano: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9 4 + 5 + I am leaving this note here and signing it as proof of identity. 6 + 7 + all my current wallets are as follows: 8 + 9 + XMR: 48NZQ5rYpiNEjNtsWKbyniVY3FpJ9kLVA815cxfSMPF5gvjrBiHH9x5JLr3aBYhvKvENCdhrYgzQ9LhBnR5NoinWDCGBzNm 10 + BTC: bc1qeqz2fswpn4hjjy373gyvjgkq63hv7mknwd6cau 11 + LTC: LW4tGWNzYQ21eJ8G2LZaLqroYU67nSNwnY 12 + ETH: 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58 13 + USDC(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58 14 + USDT(ETH): 0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58 15 + NANO: nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9
+4
public/static/messages/nano-note.txt.minisig
··· 1 + untrusted comment: signature from minisign secret key 2 + RUQLW3LQVJ3g5iLSdWYVagu6OID+UN0fgm4hDgaKm5mych2VPCes1mx6WI9My1/A0YFjsufskQVJtAaqDHXgIcQ1U7orzxJXCQI= 3 + trusted comment: timestamp:1750138827 file:nano-note.txt hashed 4 + IdrZ+thtF+EJ4a12lRmrDIFyyTHx2pVLxA9nbTEsG/P3VlWv7tp94GkrZ0l+x72CaG8F1FKBu/aS0BKK8LHwDA==
+14
src/components/Donations.astro
··· 85 85 >0xDd947270bCE2bBB3a3E3eCc4eA5095c14aa9ec58</textarea 86 86 > 87 87 </li> 88 + <li> 89 + <Icon name="token:xno" class={"svg-inline"} /> NANO: <textarea 90 + onclick="this.select()" 91 + readonly 92 + cols="65" 93 + rows="1" 94 + class="rounded backdrop-brightness-0" 95 + style="background-color: var(--third-colour); resize: none;" 96 + >nano_1o6wsddxjbkhrt38m6n87b8szg4jdkkuty7r3t553sqgj5ue7kbqqrioaap9</textarea 97 + > 98 + </li> 88 99 </ul> 100 + <br /> 101 + <sub>note about addition of nano: <a href="/static/messages/nano-note.txt" download="nano-note.txt">nano-note.txt</a></sub><br /> 102 + <sub>signature of note about addition of nano: <a href="/static/messages/nano-note.txt.minisig" download="nano-note.txt.minisig">nano-note.txt.minisig</a></sub> 89 103 </Partition>