Files
www/htdocs/donate/index.html

83 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!--#include virtual="/common/header.html" -->
<body>
<title>eom.dev - Donate</title>
<div class="center">
<div class="content">
<!--#include virtual="/common/topnav.html" -->
<h3>Donate</h3>
<p>
Make a donation to support Eric's online services, engineering projects, and educational content.
</p>
<h4>USD</h4>
<div class="box">
<div class="left">
<p>
Make a donation through <a href="https://stripe.com/">Stripe</a>.
</p>
</div>
<div class="right">
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
<stripe-buy-button
buy-button-id="buy_btn_1T2GbAC5KPXqTvVLpcz9TMQU"
publishable-key="pk_live_51RXqTsC5KPXqTvVLWl5bzCxoaZivWceeLGMNURUmxzQMwaM5pUUl4VabywrjCQvgKopGFvUBqPLxRMF3eALsiDst00tR59vRhN"
>
</stripe-buy-button>
</div>
</div>
<br>
<br>
<h4>XMR</h4>
<div class="box">
<div class="left">
<div class="box">
<div class="left">
<p>Monero donations can be sent to </p>
</div>
<div class="right">
<code>48mFvxYDSCzMy5a3Zaj7ewApbX4GwXVXX9T1JC8mqBC19s9UcrNq8eaKkQ6GKdhHGQGmhdpvMd3mcbjf4eQbP8Yv7KdAREw</code>
</div>
</div>
<div class="box">
<div class="left">
<h5>P2Pool</h5>
<p>
Contribute compute power to the eom.dev mining pool with <a href="https://xmrig.com/">XMRig</a>.
Update the <i>user</i> field in the <code>~/.xmrig.json</code> configuration below to your wallet address.
You may use the Monero donation address above if you would like to donate your payouts to eom.dev.
</div>
<div class="right">
<pre>
{
"autosave": true,
"donate-level": 5,
"cpu": true,
"opencl": false,
"cuda": false,
"pools": [
{
"coin": "monero",
"algo": null,
"url": "p2pool.eom.dev:3333",
"user": "yourwalletaddresshere",
"pass": "x",
"tls": true,
"keepalive": true,
"nicehash": false
}
]
}</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
<!--#include virtual="/common/footer.html" -->
</html>