You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
562 B

6 years ago
# vote2018
Notary Nodes candidates proposals
## to verify results
6 years ago
6 years ago
git clone -b jl777 https://github.com/jl777/komodo.git
6 years ago
6 years ago
build it
6 years ago
6 years ago
cd src
6 years ago
6 years ago
./komodod (sync KMD from scratch 6-8H)
6 years ago
6 years ago
edit `notarystats.py` so that:
`stopheight = 1307200`
6 years ago
6 years ago
./notarystats.py
to get KMD results edit notarystats.py
6 years ago
6 years ago
from this `if obj['chain'] == 'KMD':` to this `if obj['chain'] != 'KMD':`
6 years ago
6 years ago
and `startheight = 821657 #Second time filter for assetchains (block 821657) for KMD its 814000`
6 years ago
6 years ago
change that to `startheight = 814000`
all the code is there feel free to check it.