website/src/routes/donate/+page.md

51 lines
1.6 KiB
Markdown
Raw Normal View History

2022-07-03 01:23:41 +05:30
---
title: Donate
2022-07-03 01:23:41 +05:30
---
<script>
import LinkButton from "$lib/LinkButton.svelte";
</script>
<svelte:head>
<title>{title} | Project Segfault</title>
</svelte:head>
2022-07-03 01:23:41 +05:30
# { title }
2022-07-03 01:23:41 +05:30
## What we do with donations
These donations primarily help us pay for our VPSes, domain names and other expenses related to crucial infrastructure we have to maintain. We also sometimes donate to developers who maintain software we rely heavily on such as our authentication provider.
2022-11-11 19:02:29 +05:30
## Donation methods
You can currently donate by credit card through [Liberapay](https://liberapay.com) and cryptocurrencies.
2022-07-03 01:23:41 +05:30
2022-11-11 19:02:29 +05:30
### Credit card
2022-08-17 19:21:26 +05:30
<LinkButton url="https://liberapay.com/ProjectSegfault/donate" icon="i-simple-icons:liberapay" title="Donate" bg="#F6C915" color="#151515" />
2022-08-17 19:21:26 +05:30
### Cryptocurrency
2022-07-03 01:23:41 +05:30
You can use [projectsegfau.lt](https://projectsegfau.lt) as a crypto wallet address in supported OpenAlias clients such as [MyMonero](https://mymonero.com/), [Electrum](https://electrum.org/) and [Electrum-LTC](https://electrum-ltc.org/).
2022-08-08 10:50:03 +05:30
#### Monero
2022-08-14 17:07:26 +05:30
2022-08-14 19:10:23 +05:30
Address: `47L7Qsto7XcifY3CdG18ySe5Tt83kpFLDLve9jQwbc9taPBLNGv6ZrJNUKpMG9Nj9zHgCZ4FQMSyt75e8Jvx12JFLtJyFdA`
![Monero QR code](/Monero.png)
#### Bitcoin
2022-08-14 19:10:23 +05:30
Address: `bc1qrc8ywgp95a6p3zausp4nff70qzstp6h8z86sxd`
![Bitcoin QR code](/Bitcoin.png)
2022-08-14 17:07:26 +05:30
#### Litecoin
2022-08-14 19:10:23 +05:30
Address: `ltc1qn3ald586h2ntt0n3zkvwsmju2e5vndgtvvgatj`
![Litecoin QR code](/Litecoin.png)
2022-08-14 16:01:21 +05:30
2022-08-11 18:00:23 +05:30
_You can find all of our financial reports on [our transparency repository on Gitea](https://git.projectsegfau.lt/ProjectSegfault/transparency/)._
2022-08-08 10:50:03 +05:30
<style>
2022-08-14 18:54:58 +05:30
code {
2022-08-08 10:50:03 +05:30
word-wrap: break-word;
}
2022-08-08 10:50:29 +05:30
</style>