Monetization 💵

Monero and P2Pool

You can support eom.dev directly by donating Monero to the following address:

48mFvxYDSCzMy5a3Zaj7ewApbX4GwXVXX9T1JC8mqBC19s9UcrNq8eaKkQ6GKdhHGQGmhdpvMd3mcbjf4eQbP8Yv7KdAREw

Or by joining the P2Pool mining pool with the following XMRig configuration:

{
    "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
        }
    ]
}

Replace yourwalletaddresshere with your Monero wallet primary ID (begins with 4). You can also use the wallet address above if you would like to donate 100% of your mining contribution to eom.dev. Please note that the donate-level field is a donation to the Monero developers and cannot be set lower than 1 without compiling XMRig from source.