From e1c622f83f4f451e0135eba0da34ee7edc21e51c Mon Sep 17 00:00:00 2001 From: andri lim Date: Mon, 18 Feb 2019 17:55:06 +0700 Subject: [PATCH] update readme.md --- premix/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/premix/readme.md b/premix/readme.md index 7d0c3259a..001517eb6 100644 --- a/premix/readme.md +++ b/premix/readme.md @@ -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