/Pool-Script

Primary LanguageJavaScript

401 401 * 1440 - 6 * 1440 =

395: PAYED 396: 570240 397: 398: 399: 400:
401: 577440 402: 578880

Before starting be sure that a blockchain node has been installed

Clone existing repository

git clone https://github.com/mineplexio/Pool-Script.git

Add submodule js-rpcapi

git submodule add https://github.com/mineplexio/js-rpcapi.git
git submodule update --remote

Install dependencies to js-rpcapi

cd js-rpcapi; npm install; cd ../

Copy from config-example.json to config.json and change this file up to you

cp config-example.json config.json

Run node process

npm run start