From 2c37ccdf225415b581feb8c51d6ca5b38c18645e Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 9 Apr 2026 15:17:24 -0400 Subject: [PATCH] xmrig.json --- htdocs/xmrig.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 htdocs/xmrig.json diff --git a/htdocs/xmrig.json b/htdocs/xmrig.json new file mode 100644 index 0000000..7090ac8 --- /dev/null +++ b/htdocs/xmrig.json @@ -0,0 +1,19 @@ +{ + "autosave": true, + "donate-level": 5, + "cpu": true, + "opencl": false, + "cuda": false, + "pools": [ + { + "coin": "monero", + "algo": null, + "url": "p2pool.eom.dev:3333", + "user": "48mFvxYDSCzMy5a3Zaj7ewApbX4GwXVXX9T1JC8mqBC19s9UcrNq8eaKkQ6GKdhHGQGmhdpvMd3mcbjf4eQbP8Yv7KdAREw", + "pass": "x", + "tls": true, + "keepalive": true, + "nicehash": false + } + ] +}