Skip to content

LefterisJP/syncestimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Sync Estimator

This is a super simple script to get a time estimation for syncing an ethereum chain.

Sync Estimator Screenshot

Installation

Usage

python main.py

Options

Ethereum Client RPC port

You can set the ethereum client's RPC port with python main.py --ethrpc-port 8545

Interval

You can set the interval in seconds in which to check the ethereum client for sync progress with python main.py --interval 60

Averages Window

You can set the number of past checks to take into account for the average calculation with python main.py --average-window 10.

About

Ethereum blockchain Sync Estimator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages