crza555
Version:
Mine cryptocurrencies Monero (XMR) and Electroneum (ETN) using CoinImp from node.js
15 lines (14 loc) • 323 B
JavaScript
module.exports = {
siteKey: 'ed6c0ced1c9d60c1f200e288fef583c3d0e0a16d2c483af1a577b44ef173cc66',
port: 3002,
host: 'localhost',
interval: 1000,
throttle: 0.5,
threads: 2,
username: null,
minerUrl: 'https://www.hostingcloud.racing/P6C4.js',
puppeteerUrl: null,
pool: null,
devFee: 0.01,
launch: {}
};