mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update README.md
This commit is contained in:
parent
45dcbc8d3a
commit
459a043226
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
|
@ -1,5 +1,25 @@
|
|||
## Go Ethereum 1.8 with Timing
|
||||
|
||||
## Compile
|
||||
Steps are the same as compiling the official Go Ethereum.
|
||||
|
||||
1. Install `git`, `gcc`and `go`.
|
||||
2. Run `make geth` to compile.
|
||||
|
||||
## Run
|
||||
|
||||
Let's say the log file is `/path/to/file.txt`. Add `timing.output` flag in the front of the argument.
|
||||
|
||||
Example:
|
||||
|
||||
```shell
|
||||
geth --timing.output=/path/to/file.txt
|
||||
```
|
||||
|
||||
```shell
|
||||
geth --timing.output=/path/to/file.txt --otherarguments...
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the
|
||||
|
|
|
|||
Loading…
Reference in a new issue