Skip to content

Stuyk/digcoin-miner-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digcoin Miner for EOSIO

Naive Javascript Miner for DigCoin on the EOS Main Network.

https://digcoin.network/

Installation

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>

Why is the Key Exposed Locally?

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.

About

DigCoin Miner for EOS using JavaScript

Topics

Resources

License

Stars

Watchers

Forks