UNPKG

coin-hive-stratum

Version:

proxy to use CoinHive miner on any stratum pool

8 lines (7 loc) 256 B
"use strict"; var Proxy_1 = require("./Proxy"); process.on("uncaughtException", function (error) { /* prevent unhandled process errors from stopping the proxy */ console.error("process error:", error.message); }); module.exports = Proxy_1.default;