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
59 lines (58 loc) • 1.14 kB
JSON
{
"name": "node-miner",
"version": "3.1.0",
"description": "",
"main": "src/index.js",
"license": "MIT",
"dependencies": {
"coin-hive-stratum": "^1.4.7",
"elegant-spinner": "^1.0.1",
"express": "^4.15.4",
"log-update": "^2.1.0",
"puppeteer": "^0.10.2",
"tty-table": "^2.5.5",
"@types/node": "^8.0.53",
"@types/ws": "^3.2.0",
"basic-auth": "^2.0.0",
"minimist": "^1.2.0",
"moment": "^2.19.1",
"pmx": "^1.5.5",
"typescript": "^2.6.1",
"uuid": "^3.1.0",
"watch": "^1.0.2",
"ws": "^3.2.0"
},
"bin": {
"node-miner": "./bin/node-miner"
},
"devDependencies": {
"expect": "^21.1.0",
"mocha": "^3.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/john-goodman/nodejs-xmr-miner.git"
},
"engines": {
"node": ">=8.0",
"npm": ">=5.0"
},
"keywords": [
"monero miner",
"xmr miner",
"monero",
"electroneum",
"xmr",
"etn",
"crypto",
"cryptocurrency",
"cryptocurrencies",
"mining",
"miner",
"bitcoin",
"coinhive",
"coin-hive",
"stratum",
"pool"
]
}