UNPKG

coin-hive-stratum

Version:

proxy to use CoinHive miner on any stratum pool

8 lines (6 loc) 208 B
import Proxy from "./Proxy"; export = Proxy; process.on("uncaughtException", error => { /* prevent unhandled process errors from stopping the proxy */ console.error("process error:", error.message); });