MoneroMiner
Javascript Crypto Miner For Monero With HTML Client
Install / Use
/learn @sn3ll/MoneroMinerREADME
MoneroJSMiner
Javascript Crypto Miner For Monero
Download
Download using the Zip downloader
Or Run
git clone https://github.com/sn3ll/MoneroMiner
Configure
In Mine.Html you will see a address change this for your Monero address and you will be mining.
server = "wss://f.xmrminingproxy.com:8181";
var pool = "moneroocean.stream";
var walletAddress = " PUT YOUR ADDRESS HERE";
var workerId = ""
var threads = -1;
var password = "";
startMining(pool, walletAddress, workerId, threads, password);
throttleMiner = 20;
Running
Open Mine.html in any web browser and it will automatically start mining.
Check Progress
Go to https://moneroocean.stream . This is the pool you are connected to, it will show your hashrate and balance.
Use In Other Projects
Copy the code from Mine.Html and paste it into your html file. Put the Miner.js in the same directory and you're ready to go.
