Naive Javascript Miner for DigCoin on the EOS Main Network.
NodeJS 13+
Clone the Repository.
Go Into Directory
cd digcoin-miner-js
Installation
npm install
Start Mining
node ./index.js --wif=<private_key> --account=<name>
Use a Special Endpoint
node ./index.js --wif=<private_key> --account=<name> --endpoint=<some_bp_endpoint>
This is just a naive approach to mining with JavaScript.
It's very simple and this approach should not be used if you care about your keys.
If you just want to try out mining, this doesn't require Python and all that noise.
Review the source code before using this if you're unsure.