An open API service indexing awesome lists of open source software.

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

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.