Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question About Parity & Traces #226

Open
io-raid opened this issue Nov 17, 2020 · 4 comments
Open

Question About Parity & Traces #226

io-raid opened this issue Nov 17, 2020 · 4 comments

Comments

@io-raid
Copy link

io-raid commented Nov 17, 2020

Hi, I had a couple of questions regarding the required Parity setup for eth-etl.

To export all data from the eth chain with eth-etl (blocks & txs, receipts and logs, token transfers, contracts, and traces), what sort of config is needed for the Parity node?

My assumption is that we would need --pruning archive and --tracing on flags for the node, is this correct?

Also, does eth-etl only work with Parity if I want to get all data (including full traces data)? Wouldn't this be a problem since Parity has now shifted to OpenEthereum - does eth-etl also work with OpenEthereum?

@io-raid
Copy link
Author

io-raid commented Dec 4, 2020

@medvedev1088 could you please provide some insight into this? Also wondering if it is possible to use eth-etl with OpenEthereum 3.1.0. Thank you 🙂

@medvedev1088
Copy link
Member

@io-raid we use parity/parity:v2.7.2-stable, I believe it will work with open ethereum too.

The config we use is --pruning auto and --tracing on

@io-raid
Copy link
Author

io-raid commented Dec 5, 2020

Ah I see thank you! And I imagine --pruning auto would default to fast in your case?

@medvedev1088
Copy link
Member

Ah I see thank you! And I imagine --pruning auto would default to fast in your case?

correct it's --pruning fast actually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants