Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 508 Bytes

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