update docu (#1074)
why: extract_consensus_data.nim has been integrated into consensus_sim.nim
This commit is contained in:
parent
3b9f0e3980
commit
5467abed8f
|
@ -98,19 +98,19 @@ Working directory is nimbus-eth1 root directory. And you can see the result
|
||||||
in a markdown file with the same name with the simulator.
|
in a markdown file with the same name with the simulator.
|
||||||
|
|
||||||
- ethereum/consensus
|
- ethereum/consensus
|
||||||
- first you need to run `extract_consensus_data`
|
```nim
|
||||||
```nim
|
nim c -r -d:release hive_integration/nodocker/consensus/consensus_sim
|
||||||
nim c -r -d:release hive_integration/nodocker/consensus/extract_consensus_data
|
```
|
||||||
```
|
Note that this progam expects the _./tests_ directory accessible. So if
|
||||||
- then you can run the simulator
|
you compile from the _hive_integration/nodocker_ directory on a Posix
|
||||||
```nim
|
system,, the _./tests_ directory would be a symlink to _../../tests_.
|
||||||
nim c -r -d:release hive_integration/nodocker/consensus/consensus_sim
|
|
||||||
```
|
|
||||||
|
|
||||||
- ethereum/graphql
|
- ethereum/graphql
|
||||||
```nim
|
```nim
|
||||||
nim c -r -d:release hive_integration/nodocker/graphql/graphql_sim
|
nim c -r -d:release hive_integration/nodocker/graphql/graphql_sim
|
||||||
```
|
```
|
||||||
|
Similar to above, the directory _./hive_integration_ is expeced.
|
||||||
|
|
||||||
## Observations when working with hive/docker
|
## Observations when working with hive/docker
|
||||||
|
|
||||||
### DNS problems with hive simulation container running alpine OS
|
### DNS problems with hive simulation container running alpine OS
|
||||||
|
|
Loading…
Reference in New Issue