Skip to content

liskascend/dpos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run script

Examples:

./DPOS --group Elite --account 2797084409072178585L
./DPOS --group GDT --account 2797084409072178585L

Before running you need to start lisk docker (read below) so the script is able to fetch real-time data from lisk database.
The script takes in account:

  • Delegate share perc. and upgrades,
  • Voter's balance
  • Number of voters for the delegate (more voters less each of them gets)

Lisk Docker

cd lisk-docker

Start Lisk

make up

Rebuild database from snapshot

make coldstart

Check status

http://localhost:8000/api/node/status

Stop Lisk

docker-compose down

Restart Lisk

docker-compose up

Resources

https://github.com/vekexasia/dpos-tools-data

About

Lisk voting reward calc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published