mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update docs/developers/evm-tracing/live-tracing.md
Co-authored-by: Chris Ziogas <ziogas_chr@hotmail.com>
This commit is contained in:
parent
7521019618
commit
156faa7239
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue