Update README.md

This commit is contained in:
Sad Pencil 2019-02-23 07:18:39 +08:00
parent 45dcbc8d3a
commit 459a043226

View file

@ -1,5 +1,25 @@
## Go Ethereum 1.8 with Timing ## 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 ## License
The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the