SkillAgentSearch skills...

MoneroMiner

Javascript Crypto Miner For Monero With HTML Client

Install / Use

/learn @sn3ll/MoneroMiner
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated10d ago
Forks20

Languages

HTML

Security Score

80/100

Audited on Mar 27, 2026

No findings