https://github.com/stuyk/digcoin-miner-js
DigCoin Miner for EOS using JavaScript
https://github.com/stuyk/digcoin-miner-js
digcoin eos eosjs
Last synced: about 1 month ago
JSON representation
DigCoin Miner for EOS using JavaScript
- Host: GitHub
- URL: https://github.com/stuyk/digcoin-miner-js
- Owner: Stuyk
- License: gpl-3.0
- Created: 2020-09-01T17:32:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T17:49:51.000Z (over 4 years ago)
- Last Synced: 2025-02-14T13:50:21.707Z (3 months ago)
- Topics: digcoin, eos, eosjs
- Language: JavaScript
- Homepage: https://stuyk.com/
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digcoin Miner for EOSIO
Naive Javascript Miner for DigCoin on the EOS Main Network.
[https://digcoin.network/](https://digcoin.network/)
## Installation
NodeJS 13+
Clone the Repository.
**Go Into Directory**
```sh
cd digcoin-miner-js
```**Installation**
```sh
npm install
```**Start Mining**
```sh
node ./index.js --wif= --account=
```**Use a Special Endpoint**
```sh
node ./index.js --wif= --account= --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.