https://github.com/axentro/sushi-mining-npm
Mining npm module for SushiCoin
https://github.com/axentro/sushi-mining-npm
Last synced: 2 months ago
JSON representation
Mining npm module for SushiCoin
- Host: GitHub
- URL: https://github.com/axentro/sushi-mining-npm
- Owner: Axentro
- Created: 2018-02-03T08:05:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T08:10:16.000Z (over 8 years ago)
- Last Synced: 2025-02-27T21:51:06.182Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sushi-mining-npm
Mining npm module for SushiCoin.
## Install
```bash
npm install --save sushi-mining
```
## Usage
See `example.js`.
```node
const mining = require('sushi-mining');
const url = '[connecting url]';
const address = '[wallet address]';
const n = 2; // number of processes
mining(url, address, n);
```