You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Motivation**
The network example was outdated and it was not working
**Description**
Modified the commands to use diferents datadirs in order to generate
distincts node_id
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes#2608
---------
Co-authored-by: Tomás Paradelo <112426153+tomip01@users.noreply.github.com>
Co-authored-by: Martin Paulucci <martin.c.paulucci@gmail.com>
Copy file name to clipboardExpand all lines: crates/networking/docs/Network.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,28 +103,43 @@ Finally, here is an example of how you could build a network and see how they co
103
103
We'll have three nodes: `a`, `b`, and `c`, we'll start `a`, then `b` setting `a` as a bootnode, and finally we'll start `c` with `b` as bootnode we should see that `c` connects to both `a` and `b` and so all the network should be connected.
104
104
105
105
**node a**:
106
-
`cargo run --bin ethrex --network test_data/kurtosis.json`
106
+
```bash
107
+
cargo run --bin ethrex -- --network test_data/genesis-kurtosis.json
0 commit comments