go-ethereum/README.md
2019-02-23 07:19:11 +08:00

899 B

Go Ethereum 1.8 with Timing

Compile

Steps are the same as compiling the official Go Ethereum.

  1. Install git, gccand 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:

geth --timing.output=/path/to/file.txt
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 GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The go-ethereum binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.