Merge pull request #383 from blockchain-etl/update_docs

Add --txlookuplimit 0 in commands.md
This commit is contained in:
Evgeny Medvedev
2022-10-14 17:15:08 +07:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ You can tune `--batch-size`, `--max-workers` for performance.
Read [Differences between geth and parity traces.csv](schema.md#differences-between-geth-and-parity-tracescsv)
The API used in this command is not supported by Infura,
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full`).
so you will need a local Geth archive node (`geth --gcmode archive --syncmode full --txlookuplimit 0`).
When using rpc, add `--rpc --rpcapi debug` options.
```bash