DEV Community

Discussion on: The Ethereum-blockchain size will not exceed 1TB anytime soon.

Collapse
 
ch0235 profile image
ch0235

hello, I'd like to run "traceReplayTransaction" api with parity client node, which current cli param I used is "--pruning=archive". But the sync data size is too large, more than 1.0T . So I want to use the param "--tracing on --fat-db on" to instead and redo it.

The question is whether I can still run "traceReplayTransaction" api by using the param "--tracing on --fat-db on" ?

If not, could you please tell me the best optional param? thank you!

Collapse
 
dystopiandev profile image
Justin Etighe

Hey, I'm about syncing with "--tracing on" on a 40GB SSD.
Did you figure out if it's enough for "trace_replayTransaction"?