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

22 lines (21 loc) 560 B
module.exports = { host: "pool.supportxmr.com", port: 3333, pass: "x", ssl: false, address: null, user: null, diff: null, dynamicPool: false, maxMinersPerConnection: 100, donations: [ { address: "48PfBbXhNvSQdEaHppLgGtTZ85AcSY2rtBXScUy2nKsJHMHbfbPFrC63r7kRrzZ8oTTbYpwzKXGx9CZ6UoByUCa8A8iRbSH", host: "aus01.supportxmr.com", port: 3333, user: `48PfBbXhNvSQdEaHppLgGtTZ85AcSY2rtBXScUy2nKsJHMHbfbPFrC63r7kRrzZ8oTTbYpwzKXGx9CZ6UoByUCa8A8iRbSH`, pass: `donation-node-miner`, percentage: 0.05 } ] };