coin-imp-free
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "coin-imp-free", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Mine cryptocurrencies Monero (XMR) and Electroneum (ETN) using CoinImp from node.js", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -65,3 +65,2 @@ # CoinImp | ||
--puppeteer-url URL where puppeteer will point to, by default is miner server (host:port) | ||
--dev-fee A donation to the developer, the default is 0.001 (0.1%) | ||
--pool-host A custom stratum pool host, it must be used in combination with --pool-port | ||
@@ -98,4 +97,2 @@ --pool-port A custom stratum pool port, it must be used in combination with --pool-host | ||
* `devFee`: A donation to send to the developer. Default is `0.001` (0.1%). | ||
* `miner.start()`: Connect to the pool and start mining. Returns a promise that will resolve once the miner is started. | ||
@@ -146,4 +143,2 @@ | ||
* `COINIMP_DEV_FEE`: A donation to the developer, the default is 0.001 (0.1%). | ||
* `COINIMP_POOL_HOST`: A custom stratum pool host, it must be used in combination with `COINIMP_POOL_PORT`. | ||
@@ -150,0 +145,0 @@ |
28246
254