Updated Debugging state reconstruction (markdown)

Yuriy Glukhov 2018-09-25 19:42:32 +03:00
parent 444d7694ba
commit 0aa5d03f9b
1 changed files with 2 additions and 2 deletions

@ -4,9 +4,9 @@ geth --gcmode archive
```
2. Note the enode url printed in the logs, e.g.:
`enode://a52e914fa5aa46409e526a342a1e68b4e572c720e6eb1e61ad4a4201937679e7ebd26915bdabb2fdab6add7d85ba537078dbdccca89816a40ffc375572b6f73d@100.67.97.7:30303`
3. Setup `ETH_DEBUG_NODE` env variable to the enode URL, make sure to replace the ip address with `127.0.0.1`:
3. Setup `ETH_DEBUG_ENODE` env variable to the enode URL, make sure to replace the ip address with `127.0.0.1`:
```
export ETH_DEBUG_NODE=enode://a52e914fa5aa46409e526a342a1e68b4e572c720e6eb1e61ad4a4201937679e7ebd26915bdabb2fdab6add7d85ba537078dbdccca89816a40ffc375572b6f73d@127.0.0.1:30303
export ETH_DEBUG_ENODE=enode://a52e914fa5aa46409e526a342a1e68b4e572c720e6eb1e61ad4a4201937679e7ebd26915bdabb2fdab6add7d85ba537078dbdccca89816a40ffc375572b6f73d@127.0.0.1:30303
```
4. Launch nimbus
```