Skip to content

Script that downloads all transactions from mined Ethereum blocks, using Geth node, and saves them to a SQLite database file.

Notifications You must be signed in to change notification settings

gibz104/eth-historical-transactions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

eth-historical-transactions

Web3.py script that downloads all transactions from mined ethereum blocks and saves them to a SQLite database file.

Test OS

Example

Must provide a starting block (-s), ending block (-e), and block increment amount (-i).

python3 web3_get_historical_tx.py -s 12000000 -e 12000100 -i 10

About

Script that downloads all transactions from mined Ethereum blocks, using Geth node, and saves them to a SQLite database file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages