File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ Make sure it downloaded the blocks that you need by executing `eth.syncing` in t
1515You can export blocks below ` currentBlock ` ,
1616there is no need to wait until the full sync as the state is not needed (unless you also need contracts bytecode
1717and token details; for those you need to wait until the full sync). Note that you may need to wait for another day or
18- two for the node to download the states. See this issue https://github.com/blockchain-etl/ethereum-etl/issues/265#issuecomment-970451522
19-
18+ two for the node to download the states. See this issue https://github.com/blockchain-etl/ethereum-etl/issues/265#issuecomment-970451522 .
19+ Make sure to set ` --txlookuplimit 0 ` if you use geth.
20+
20211 . Install Ethereum ETL: ` > pip3 install ethereum-etl `
2122
22231 . Export all:
You can’t perform that action at this time.
0 commit comments