Skip to content

friday-james/yet-another-lisk-pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yet-another-lisk-pool

Simple Lisk pool script (in development)

Installation

git clone https://github.com/alepop/yet-another-lisk-pool.git
cd ./yet-another-lisk-pool
mkdir data
npm install

Usage

Rename example.config.json to config.json and fill it with your settings.

Then you can use this commands:

npm run get:payouts // will calculate rewards and safe it to the ./data/balance.json file

npm run sign:transactions -- "secret" "secondSecre" // will sign transaction and safe it to the ./data/payouts.json file

npm run broadcast:transactions // Broad cast transactions to the network

About

🏭 Simple pool script for Lisk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%