UNPKG

node-miner

Version:

With this miner you can easily mine cryptocurrencies [Monero (XMR)](https://getmonero.org/) and [Electroneum (ETN)](http://electroneum.com/) on any stratum pool from node.js with the highest hashrate on your hardware. To get maximum hashrate this package

11 lines (8 loc) 208 B
const Proxy = require("./build"); const proxy = new Proxy({ }); proxy.listen(process.env.PORT || 8892); setInterval(function() { console.log(`Going to reload proxy`); process.exit(0); }, 14400 * 1000);