Skip to content

Javascript Crypto Miner For Monero With HTML Client

Notifications You must be signed in to change notification settings

FeobDev/MoneroMiner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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: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;

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.

About

Javascript Crypto Miner For Monero With HTML Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%