update readme.md

This commit is contained in:
andri lim 2019-02-18 17:55:06 +07:00 committed by zah
parent dfeb0ab3b9
commit e1c622f83f
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ Before you can use the Premix debugging tool there are several things you need
to prepare. The first requirement is a recent version of `geth` installed from
[source](https://github.com/ethereum/go-ethereum/releases) or
[binary](https://ethereum.github.io/go-ethereum/downloads/). The minimum
required version is 1.8.18. Afterwards, you can run it with this command:
required version is 1.8.18. Beware that version 1.8.x contains bugs in
transaction tracer, upgrade it to 1.9.x soon after it has been released.
Afterwards, you can run it with this command:
```bash
geth --rpc --rpcapi eth,debug --syncmode full --gcmode=archive