Donations

A donation would help ~vern stay up and running for longer! We currently only take donations in XMR and LiberaPay.

If you know of another good way to take donations, either in cryptocurrency or traditional banking, please contact an admin about adding it.

As a thank you token, donators get access to restricted access services such as Jellyfin and can also opt to use mail with their own custom domain on ~vern.

Liberapay accepts donations in many currencies, more info can be found at liberapay.com.

We have an XMR OpenAlias on vern.cc, so simply type vern.cc into the address bar and click resolve.

Our XMR address is 4ATm8EZaC4iEuwt1VABuxFPi5xq4HgvqgghmKqvgQyvwQf9KK7AyYFXCYCZ3xBiqZ38CctAWihJ3yLeKAeGJfQBgDxQnn91

A QR code representing our XMR address

A transparent report on how the donations money is spent can be found in /costs

Leave a message with your donation

* Required field
">

Name: *

Payment proof or transaction key (getmonero.org/resources/user-guides/prove-payment): *

Address: *

Message: *



Thank you for leaving a message.

An admin will review your request, and an e-mail will be sent if your message is valid.

You will be redirected back home in 5 seconds.

"; $email = "Hello Administrators,\nSomeone has sent a donation message. Please review to make sure it is legitimate."; if ($public) $email .= " They allow this to be public."; $email .= "\n\nAddress: $address\n"; $email .= "Proof: $proof\n"; $email .= "\nMessage:\n$message\n"; $from = "donations@vern.cc"; $headers = "From: " . $from . "\n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "Content-type: text/plain\n"; mail($to, $subject, $email, $headers); } ?>