Skip to content

Commit

Permalink
Updated Configure
Browse files Browse the repository at this point in the history
  • Loading branch information
NajmAjmal-old committed May 21, 2023
1 parent 97ec63b commit bcfe629
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bcfe629

Please sign in to comment.