Javascript Crypto Miner For Monero
Download using the Zip downloader
Or Run
git clone https://github.com/sn3ll/MoneroMiner
In Mine.Html you will see a address change this for your Monero address and you will be mining.
server = "wss:https://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;
Open Mine.html in any web browser and it will automatically start mining.
Go to https://moneroocean.stream . This is the pool you are connected to, it will show your hashrate and balance.
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.