SimonSarasovaWebsite/resources/pages/donate.html
2024-05-01 07:38:23 +00:00

127 lines
4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Simon Sarasova - Donate</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class = "pageDiv">
{{.CodeSnippet_Header}}
<div class = "pageContentBox">
<div class = "pageContent">
<h1> Donate </h1>
<br class = "thinlinebreak">
<p>You can support me by donating to my Monero address:</p>
<em>43jb81bbzmo2y8UjrS84LQ6xWtyW3kfEe7BQWz3WFRkc7SzXUp9hBtqWsAaBnSzGGs1jxR9Ub91a3LmcA3DJTCEy9yR7BNu</em>
<br class = "linebreak">
<p>Donations are very appreciated, and will help me focus more time and energy on Seekia.</p>
<p>I will also leave the project eventually, so keep that in mind when donating.</p>
<p>When I leave depends on many factors, but I do want to stay involved for years.</p>
<p>I feel that Seekia is the most important thing I can focus my energy on right now.</p>
<p>Even if I get no donations, I will still work on Seekia.</p>
<br class = "linebreak">
<p>For privacy reasons, I am only publicly sharing a Monero donation address.</p>
<p>If you want to send other cryptocurrencies, contact me.</p>
<p>For our privacy, you should not donate directly from an exchange.</p>
<p>You should use a Monero wallet to receive your exchange withdrawal, and then send funds from that wallet.</p>
<p>If you donate directly via an exchange withdrawal, the exchange will learn the amount and recipient of your Monero donation.</p>
<br class = "linebreak">
<p>You should also ideally use a Monero wallet which does not share your wallet's view key.</p>
<p>Wallets which share your view key are faster to sync, but they have a privacy risk.</p>
<p>The servers you share your view key with will gain access to sensitive information about your wallet.</p>
<p>I recommend using the official Monero GUI wallet.</p>
<br class = "linebreak">
<hr class = "separator">
<p><i>Below is a Seekia memo I digitally signed with my Seekia identity hash.</i></p>
<p><i>You can use the Seekia application to verify its authenticity.</i></p>
<hr class = "separator">
<p class = "memoParagraph">
| «« Seekia Memo »»
|
|- Signature:
| eZFOcoWrRvWc4xjBICv6pJWbvAIgid
| L6eSwGDcMCOUzDJslT3c7Gj_OqQC2y
| WzPGJ8Y-p57Tqkru_6-JA6UPBg==
|
|- Identity Key:
| f59a0bce855d6e48105612ae73ffabfc
| 4fac1349226433ff586e08b9b32ffd9d
|
|- Author:
| simonx5yudleks5jhwhnck5s28m
|
|- Memo:
|
| Ethereum Block Height:
| 17476616
|
| Ethereum Block Hash:
| 0xe6ec5fa6c0561e12e73699653b04bc4826e77af00fa0983e0f2b8938ec366f98
|
| Date:
| June 14, 2023
|
|
| You can support me by donating to my Monero address:
|
| 43jb81bbzmo2y8UjrS84LQ6xWtyW3kfEe7BQWz3WFRkc7SzXUp9hBtqWsAaBnSzGGs1jxR9Ub91a3LmcA3DJTCEy9yR7BNu
|
|
| Donations are very appreciated, and will help me focus more time and energy on Seekia.
| I will also leave the project eventually, so keep that in mind when donating.
| When I leave depends on many factors, but I do want to stay involved for years.
| I feel that Seekia is the most important thing I can focus my energy on right now.
| Even if I get no donations, I will still work on Seekia.
|
| For privacy reasons, I am only publicly sharing a Monero donation address.
| If you want to send other cryptocurrencies, contact me.
|
| For our privacy, you should not donate directly from an exchange.
| You should use a Monero wallet to receive your exchange withdrawal, and then send funds from that wallet.
| If you donate directly via an exchange withdrawal, the exchange will learn the amount and recipient of your Monero donation.
|
| You should also ideally use a Monero wallet which does not share your wallet's view key.
| Wallets which share your view key are faster to sync, but they have a privacy risk.
| The servers you share your view key with will gain access to sensitive information about your wallet.
| I recommend using the official Monero GUI wallet.
|
| - Simon Sarasova
|
|
| «« End Of Memo »»
</p>
</div>
</div>
</div>
</body>
</html>