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.
Mihail «Kolo» Fedorov 7d93bb59cf
Merge pull request #312 from blackjok3rtt/master
6 years ago
notarynodes Merge pull request #313 from chainmakers/master 6 years ago
obsolete fixed 6 years ago
testnet init NN testnet 6 years ago
.gitignore whoopse 7 years ago
README.md . 6 years ago
announce1.md Create announce1.md 6 years ago
readme2018.md readme 6 years ago

README.md

vote2018

Notary Nodes candidates proposals

to verify results

git clone -b jl777 https://github.com/jl777/komodo.git

build it

cd src

./komodod (sync KMD from scratch 6-8H)

edit notarystats.py so that: stopheight = 1307200

./notarystats.py

to get KMD results edit notarystats.py

from this if obj['chain'] == 'KMD': to this if obj['chain'] != 'KMD':

and startheight = 821657 #Second time filter for assetchains (block 821657) for KMD its 814000

change that to startheight = 814000

all the code is there feel free to check it.