KiraCore / testnet

public testnet coordination
Other
31 stars 28 forks source link

[PERFOMANCE] Missed block qty improvement #47

Closed MrLutik closed 3 years ago

MrLutik commented 3 years ago

I made a script to get avg ping among all network actors. To have a good peers is a good start to imporve your node perfomance. #my personal opinion

sudo apt update sudo apt install git cd /${HOME} #enter home directory mkdir - p tmp #creating tmp directory if not exist cd tmp/ #entering tmp dir git clone https://github.com/MrLutik/KiraScan.git #getting script cd KiraScan #entering dir python3 kirascan.py #starting a script

it takes a while to process. image

after processing through all peers you will get a result(comma separated list of IPs) with a best 20 peers by avg ping.

image

after that i went here: image

than to private peers: image pressed V image

than copypast peers ip image

after that many times Y you have to push

Than S for save changes and R for restart oriv_sentry

it will take couple mins.

P.S. This is my steps only. NOT AN INSTRUCTION OR RECOMENDATION. IT IS NOT APPROVED BY ADMINS as well. SO IT IS UP TO YOU TO PROCEED OR NOT.

Formula to check perfomance: (1 - STREAK/BLOCK_HEIGHT)*100% = RES - is a % of missed block

asmodat commented 3 years ago

good suggestion, will be used in seeding nodes in automated setup (selection of nodes by ping response)