From bcfe629c64bdbdc379135e1514ba4443e8418bc3 Mon Sep 17 00:00:00 2001 From: Najm Ajmal <130285427+NajmAjmal@users.noreply.github.com> Date: Sun, 21 May 2023 11:52:47 -0700 Subject: [PATCH] Updated Configure --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9471399..46d0c19 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,18 @@ Html & Js code that allows Mining of XMR (Monero) on browsers # Configure -In Mine.Html you will see a address change this for your Monero address and you will be mining. +In Mine.Html you can configure it your preferences + +- Pool +- XMR Wallet +- Miner name +- Threads (-1 means unlimited, so it use max) +- Miner Password (Optional, Moneroocean does not use password, if your pool does, it is usually "x") + ```javascript server = "wss://f.xmrminingproxy.com:8181"; - var pool = "moneroocean.stream"; + var pool = "gulf.moneroocean.stream:80"; var walletAddress = "INSERT YOUR ADDRESS HERE"; var workerId = "INSERT NODE NAME" var threads = -1;