90 lines
3.4 KiB
HTML
90 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta charset="UTF-8">
|
|
<title>eom.dev - Donate</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="/common/catppuccin.css">
|
|
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
|
|
<body>
|
|
<h1>eom.dev</h1>
|
|
<h2>Donate</h2>
|
|
<a href="/">Home
|
|
</a> | <a href="/archive">Archive
|
|
</a> | <a href="/archive/Repositories">Repositories
|
|
</a> | <a href="/stream">Live Stream
|
|
</a> | <a href="/archive/Mail">Mailbox
|
|
</a> | <a href="/chat">Chat
|
|
</a> | <a href="/donate">Donate
|
|
</a>
|
|
<h3>Support the Platform</h3>
|
|
<p>
|
|
Make a donation to support Eric's online services, engineering projects, and educational content.
|
|
</p>
|
|
<table width=100% style="border-spacing: 20px;">
|
|
<tr>
|
|
<th>USD</th><th>XMR</th><th>BTC</th>
|
|
</tr>
|
|
<tr>
|
|
<td style="vertical-align: top;">
|
|
<center>
|
|
<p>
|
|
Make a donation through <a href="https://stripe.com/">Stripe</a>.
|
|
</p>
|
|
<br>
|
|
<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>
|
|
</center>
|
|
</td>
|
|
<td style="vertical-align: top;">
|
|
<center>
|
|
<p>
|
|
Monero donations can be sent to <code>48mFvxYDSCzMy5a3Zaj7ewApbX4GwXVXX9T1JC8mqBC19s9UcrNq8eaKkQ6GKdhHGQGmhdpvMd3mcbjf4eQbP8Yv7KdAREw</code>
|
|
</p>
|
|
<h5>P2Pool</h5>
|
|
<p>
|
|
Contribute compute power to the eom.dev mining pool with <a href="https://xmrig.com/">XMRig</a>.
|
|
<br>
|
|
Update the <i>user</i> field in the <code>~/.xmrig.json</code> configuration below to your wallet address.
|
|
<br>
|
|
You may use the Monero donation address above if you would like to donate your payouts to eom.dev.
|
|
<br>
|
|
</center>
|
|
<pre style="padding-left: 40%">
|
|
{
|
|
"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>
|
|
</td>
|
|
<td style="vertical-align: top;">
|
|
<center>
|
|
<p>
|
|
Bitcoin donations can be sent to <code>aaaabbbbccccddddeeee</code>
|
|
</p>
|
|
</center>
|
|
</td>
|
|
</p>
|
|
</body>
|
|
</html>
|