thgtoa/_site/donations.html
nopeitsnothing 34a718db77
v1.1.8
Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
2023-07-10 06:14:33 -04:00

326 lines
14 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Offline -->
<!-- <meta http-equiv="onion-location" content="/donations.html" /> -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline'; base-uri 'self'; form-action 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline'">
<meta http-equiv=”X-XSS-Protection” content=”1">
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
<meta name="referrer" content="no-referrer">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/style.css" id="dark">
<link rel="stylesheet" href="assets/css/light_style.css" media="none" id="light">
<link rel="shortcut icon" type="image/x-icon" href="media/favicon.ico">
<script>
function SetDark() {
document.getElementById('dark').media = "";
document.getElementById('light').media = "none";
themeicon.innerHTML = '<svg height="24px" viewBox="0 0 24 24" width="24px" fill="#FFF"><path d="M0 0h24v24H0z" fill="none"/><path d="M20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm0-10c-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4z"/></svg>';
}
function SetLight() {
document.getElementById('light').media = "";
document.getElementById('dark').media = "none";
themeicon.innerHTML = '<svg enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><rect fill="none" height="24" width="24"/><path d="M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36c-0.98,1.37-2.58,2.26-4.4,2.26 c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"/></svg>';
}
window.addEventListener('load',
function() {
if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
if (localStorage.getItem("theme") == "light") {
SetLight();
document.getElementById('switch').checked = true;
} else {
SetDark();
document.getElementById('switch').checked = false;
}
} else if (window.matchMedia("(prefers-color-scheme: light)").matches) {
if (localStorage.getItem("theme") == "dark") {
SetDark();
document.getElementById('switch').checked = false;
} else {
SetLight();
document.getElementById('switch').checked = true;
}
} else {
SetDark();
document.getElementById('switch').checked = false;
}
}, false);
function switch_theme(state) {
if (state) {
SetLight();
localStorage.setItem("theme", "light");
} else {
SetDark();
localStorage.setItem("theme", "dark");
}
};
</script>
<style>
.theme-switch-wrapper {
display: inline-block;
z-index: 100;
position: absolute;
right: 0;
top: -10px;
}
.jswarning {
display: inline-block;
border: 1px solid green;
}
.theme-switch-wrapper span {
margin-right: 2px;
}
.theme-switch {
display: inline-block;
height: 25px;
position: relative;
width: 40px;
}
.theme-switch input {
display: none;
}
.slider {
background: #696969;
cursor: pointer;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: 0.5s;
}
.slider::before {
background: #fff;
bottom: 4px;
content: '';
height: 17px;
left: 4px;
position: absolute;
transition: 0.5s;
width: 17px;
}
input:checked + .slider {
background: #151515;
}
input:checked + .slider::before {
transform: translateX(15px);
}
.slider.round {
border-radius: 34px;
}
.slider.round::before {
border-radius: 50%;
}
.fas {
font-size: 30px;
}
</style>
<noscript>
<style>.theme-switch-wrapper {display:none;}</style>
</noscript>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>The Hitchhikers Guide to Online Anonymity | The Hitchhikers Guide to Online Anonymity</title>
<meta name="generator" content="Jekyll v3.9.3" />
<meta property="og:title" content="The Hitchhikers Guide to Online Anonymity" />
<meta name="author" content="AnonymousPlanet" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The Hitchhikers Guide to Online Anonymity" />
<meta property="og:description" content="The Hitchhikers Guide to Online Anonymity" />
<link rel="canonical" href="http://localhost:4000/donations.html" />
<meta property="og:url" content="http://localhost:4000/donations.html" />
<meta property="og:site_name" content="The Hitchhikers Guide to Online Anonymity" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="The Hitchhikers Guide to Online Anonymity" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"AnonymousPlanet"},"description":"The Hitchhikers Guide to Online Anonymity","headline":"The Hitchhikers Guide to Online Anonymity","url":"http://localhost:4000/donations.html"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body style="transition: all 0.5s ease;">
<header>
<div class="container" style="position: relative;">
<div class="theme-switch-wrapper">
<!-- Icon -->
<span id="toggle-icon">
<i id="themeicon" class="fas fa-sun"></i>
</span>
<!-- Switch -->
<label class="theme-switch">
<input type="checkbox" id="switch" onclick="switch_theme(this.checked)">
<div class="slider round"></div>
</label>
</div>
<a id="a-title">
<h1>The Hitchhikers Guide to Online Anonymity</h1>
</a>
<h2>How I learned to start worrying and love <del>privacy</del> anonymity</h2>
<h4 class="project-version">The latest Version is v1.1.8. See the <a href="CHANGELOG.html" style="color:#ff4700">changelog.</a></h4>
<section id="downloads">
<a href="index.html" class="btn_small">Home</a>
<a href="guide.html" class="btn_small" style="color:#FF0000">View Online</a>
<a href="export/guide.pdf" class="btn_small">PDF</a>
<!--<a href="" class="btn_small">PDF (Dark)</a>-->
<a href="export/guide.odt" class="btn_small">OpenDocument</a>
<a href="constitution.html" class="btn_small">Constitution</a>
<a href="https://github.com/nopeitsnothing/thgtoa-dev" target="_blank" class="btn_small">Repository</a>
<!--<a href="" target="_blank" class="btn_small">Keyoxide</a>-->
<a rel="me" href="https://mastodon.social/@anonymousplanet" target="_blank" class="btn_small">Mastodon</a>
<a rel="me" href="https://anonymousplanet.org/twitter.html" target="_blank" class="btn_small">Twitter</a>
<!--<a rel="me" href="https://mastodon.social/@anonymousplanet" target="_blank" class="btn_small">Mastodon</a>-->
<a href="links.html" class="btn_small">Links</a>
<a href="about.html" class="btn_small">About</a>
</section>
<h5>GPG Key Fingerprint: 9EA9 8278 639F 1CD8 53E0 96CB FF94 5075 87A6 A9B9 / Minisign public key: <a href="minisign.pub" style="color:#ff4700">minisign.pub</a></h5>
<noscript><p class="jswarning">JavaScript is required to toggle light mode. JavaScript is not used for any other purpose.</p></noscript>
</div>
</header>
<div class="container">
<section id="main_content">
<p>Donations to support this project are welcome as the funding of this project is limited.
Those donations are mainly used to pay for Tor onion hosting (VPS), mail hosting, domain name registration, and to maintain/run Tor exit nodes. <strong>No profit is ever being made</strong>.
All donations and spendings are being logged here below for transparency.</p>
<p><span style="color: red"><strong>Current project donation goals:</strong></span></p>
<ul>
<li><del>Funding for a VPS for hosting our .onion website</del>: <strong>done</strong></li>
<li><del>Funding for extending our domain name</del>: <strong>Recovery of original domain secured until 2029</strong></li>
<li>Funding for a decent mail hosting</li>
<li>Funding for a VPS for hosting various services</li>
</ul>
<p><strong>Donate anonymously using Monero (XMR):</strong></p>
<p>Here is the address for the main project:</p>
<ul>
<li><code class="language-plaintext highlighter-rouge">46crzj54eL493BA68pPT4A1MZyKQxrpZu9tVNsfsoa5nT85QqCt8cDTfy1fcTH1oyjdtUbhmpZ4QcVtfEXB337Ng6PS21ML</code></li>
</ul>
<p><img src="/media/monero.png" alt="" /></p>
<p><strong>Donate using Bitcoin (BTC):</strong></p>
<p>Here are the addresses for the main project:</p>
<ul>
<li>SegWit address: <code class="language-plaintext highlighter-rouge">bc1qp9g2c6dquh5lnvft50esxsl97kupdpyqyd4kkv</code></li>
<li>Legacy address: <code class="language-plaintext highlighter-rouge">1BBgBSVe6w4DWq2BewUQhDEjsNovhfPswD</code></li>
</ul>
<p><img src="/media/bitcoin-segwit.png" alt="" /><strong>__</strong><strong>__</strong><strong>__</strong>__<img src="/media/bitcoin-legacy.png" alt="" /></p>
<p><strong>Thank you for any contribution. All donations will be mentioned within this file.</strong></p>
<p>Donations log (UTC date/time):</p>
<ul>
<li>2021-02-06 16:48: 0.1 XMR</li>
<li>2021-03-15 00:09: 1.24869 mBTC</li>
<li>2021-03-15 08:41: 0.07896 mBTC</li>
<li>2021-03-31 16:28: 1 XMR (Special thanks for this very generous donation)</li>
<li>2021-04-03 22:31: 0.5 XMR (Special thanks for this very generous donation)</li>
<li>2021-05-07 06:22: 0.010433355105 XMR</li>
<li>2021-06-16 03:05: 0.03 XMR</li>
<li>2021-06-27 18:39: 0.05 XMR</li>
<li>2021-07-12 07:24: 0.02 XMR</li>
<li>2021-07-16 14:31: 0.1 mBTC</li>
<li>2021-07-20 21:01: 0.058981 XMR</li>
<li>2021-07-24 15:16: 0.000000000001 XMR</li>
<li>2021-07-25 02:37: 0.000000000001 XMR</li>
<li>2021-08-03 00:17: 0.04119191113 XMR</li>
<li>2021-08-07 15:05: 0.206328241262 XMR</li>
<li>2021-08-10 11:42: 0.21 mBTC</li>
<li>2021-08-13 00:25: 0.25 XMR</li>
<li>2021-08-14 04:58: 0.25588 mBTC</li>
<li>2021-08-30 17:32: 0.000000000001 XMR</li>
<li>2021-09-17 14:34: 0.018 XMR</li>
<li>2021-10-01 06:23: 0.000000002137 XMR</li>
<li>2021-10-02 19:16: 1 XMR (Special thanks for this very generous donation)</li>
<li>2021-10-17 15:40: 0.02 XMR</li>
<li>2021-10-18 16:06: 0.1958 XMR</li>
<li>2021-11-12 20:42: 0.02 XMR</li>
<li>2021-11-14 18:28: 0.018 XMR</li>
<li>2021-12-03 21:38: 0.10134722595 XMR</li>
<li>2021-12-16 01:16: 1 XMR (Special thanks for this very generous donation)</li>
<li>2021-12-16 18:06: 0.017 XMR</li>
<li>2022-01-09 17:54: 0.045918219893 XMR</li>
<li>2022-01-15 17:35: 0.014 XMR</li>
<li>2022-01-24 21:08: 0.010786 XMR</li>
<li>2022-01-26 12:07: 0.010391 XMR</li>
<li>2022-02-03 19:59: 0.013013984 XMR</li>
<li>2022-02-18 17:27: 0.019 XMR</li>
<li>2022-03-14 10:25: 0.0139887 XMR</li>
<li>2022-07-30 03:51: 0.0222 XMR</li>
<li>2022-09-28 05:13: 2 XMR</li>
<li>2022-08-19 : SimpleLogin.io Premium Account for life (<strong>This is not sponsoring/advertising</strong>)</li>
<li>2022-09-19 : 0.345024603905 XMR (Thanks to Rick Deckhard which is also one of our contributors)</li>
</ul>
<p>Total Monero donations received: <strong>7.101317184263 XMR</strong>
Total Bitcoin donations received: <strong>1.89353 mBTC</strong></p>
<p>Spendings log (UTC date):</p>
<ul>
<li>2021-03-12: 0.08181086 XMR (+fees) for domain anonymousplanet.org (1 year)</li>
<li>2021-03-16: 1.20179 mBTC (+fees) for domain anonymousplanet.org renewal (extension 3 years totalling 4 years)</li>
<li>2021-04-01: 0.8317 XMR (+fees) for basic VPS for Tor Mirror hosting</li>
<li><del>2021-04-05: 0.99367 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (1 year): <span style="color: red"><strong>Lost</strong></span></del></li>
<li><del>2021-04-13: 0.71895 mBTC (+fees +exchange from XMR to BTC) for Mail Hosting (extension to 2 years)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li>2021-04-25: 0.02892 mBTC (Wallet to Wallet transfer fee)</li>
<li>2021-07-13: 0.78463 mBTC (+fees +exchange from BTC to XMR) for consoliation</li>
<li><del>2021-07-13: 0.067261698061 XMR (+fees) for a Tor Exit Node (01) Hosting (3 months)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2021-07-15: 0.151959953047 XMR (+fees) for a Tor Exit Node (02) Hosting (6 months)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2021-08-16: 0.253331471239 XMR (+fees) for a Tor Exit Node (03) Hosting (12 months)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li>2021-08-18: AtomicSwap conversion from remaining mBTC (-0.56588) to XMR (+0.081904862179)</li>
<li><del>2021-08-19: 0.0644 XMR (+fees) for Mail Hosting extension</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2021-09-18: 0.246971511836 XMR (+fees) for renewal 1 year of Tor Exit Node 01</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li>2021-10-04: 0.26954 XMR (+fees) for securing the anonymousplanet.org domain name until 2029</li>
<li><del>2021-10-06: 0.236073464623 XMR (+fees) for a Tor Exit Node (04) Hosting (12 months)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2021-10-18: 0.01952 XMR (+fees) for testing a new VPS hosting provider (Privex.io) for one month</del>: <span style="color: red"><strong>Ended</strong></span></li>
<li><del>2021-10-30: 0.240787814495 XMR (+fees) for a Synapse Hosting VPS (12 months) with bots to help grow the community. This is a test program that will be converted into a Tor Exit Node in case of failure</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2022-01-01: 0.28055816111 XMR (+fees) for renewal 1 year of Tor Exit Node 02</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li><del>2022-02-02: 0.966793601024 XMR (+fees) for sponsoring a related external special project in line with the Universal Declaration of Human Rights (details will remain indisclosed to protect project members)</del>: <span style="color: red"><strong>Lost</strong></span></li>
<li>2022-07-11: 0.503232784687 XMR (+fees) for 1984.is VPS (12 months):</li>
<li>2022-09-19: 0.345024603905 XMR (+fees) for upgrading VPS RAM/Disk</li>
</ul>
<p>Total Monero remaining: <strong>2.059336719397 XMR</strong>
Total Bitcoin remaining: <strong>0 mBTC</strong></p>
</section>
</div>
</body>
</html>