1.0.1 • Published 1 year ago

duino-coin-nodejs-miner v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

NodeJS-DuinoCoin-Miner

A duino-coin miner made in NodeJS.

Installation

Install the dependencies

git clone https://github.com/LDarki/NodeJS-DuinoCoin-Miner.git && cd NodeJS-DuinoCoin-Miner && npm i

Run the miner

node index.js

Notes:

  • Default config file:
username=LDarki
mining_key=None
hashlib=js-sha1
threads=2
  • You can test for the best hash lib using this command:
node testLib.js

In order to use that script you need to have the config.ini file in the same directory.