From e90c7498ba49ae9f53134cd81752ac411110bb7c Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 15 Jan 2019 16:29:43 +0700 Subject: [PATCH] update readme.md --- premix/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/premix/readme.md b/premix/readme.md index 745884675..f12965647 100644 --- a/premix/readme.md +++ b/premix/readme.md @@ -94,3 +94,11 @@ usually used to debug features of `Premix` and it's report page logic. ```bash usage: dumper [--datadir:your_path] --head:blockNumber ``` + +* Hunter + +`Hunter` purpose is to tracking down problematic block and create debugging meta data associated with that block. +`Hunter` will will not access your on disk database, it has it's own prestate construction code. +`Hunter` will download all it needed data from geth, make sure your geth version at least 1.8.18. +`Hunter` depends on `eth_getProof`[(EIP1186)](https://github.com/ethereum/EIPs/issues/1186). +Make sure your installed geth support this functionality(lower version don't have this implemented).