Update docs/developers/evm-tracing/live-tracing.md

Co-authored-by: Chris Ziogas <ziogas_chr@hotmail.com>
This commit is contained in:
Sina M 2024-06-27 16:54:45 +02:00 committed by GitHub
parent 7521019618
commit 156faa7239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ If the goal is to compute the total Ether supply, a full sync must be performed.
./build/bin/geth --syncmode full --vmtrace supply --vmtrace.jsonconfig '{"path": "output"}' ./build/bin/geth --syncmode full --vmtrace supply --vmtrace.jsonconfig '{"path": "output"}'
``` ```
Geth will start full-syncing and right away the tracer will emit supply changes of each block to files a directory. The path to this directory must be configured via the `--vmtrace.jsonconfig` flag as demonstrated above. Geth will start full-syncing and right away the tracer will emit supply changes of each block to files inside the given directory. The path to this directory must be configured via the `--vmtrace.jsonconfig` flag as demonstrated above.
### Config ### Config