@@ -13,7 +13,7 @@ In this guide, you will learn how to run a demonstration of a **Mithril network*
13
13
You can launch a private Mithril network using the following topology:
14
14
15
15
* ` 2 ` ** Cardano nodes** configured as ** stake pool operators (SPOs)** with a ** Mithril signer** on top
16
- * ` 1 ` ** Cardano node** configured as a ** BFT node** with a ** Mithril aggregator** on top
16
+ * ` 1 ` ** Cardano node** configured as a ** Full node** with a ** Mithril aggregator** on top
17
17
18
18
![ Devnet Topology] ( images/devnet-topology.png )
19
19
@@ -72,15 +72,15 @@ Open a terminal window. Run a devnet with one BTF and two SPO Cardano nodes.
72
72
The network setup will be quicker when using remote Docker images:
73
73
74
74
``` bash
75
- MITHRIL_IMAGE_ID=latest NUM_BFT_NODES =1 NUM_POOL_NODES=2 ./devnet-run.sh
75
+ MITHRIL_IMAGE_ID=latest FULL_NODES =1 NUM_POOL_NODES=2 ./devnet-run.sh
76
76
```
77
77
78
78
** Option 2** : Use local Docker images
79
79
80
80
Note that using local Docker images to build Mithril nodes may take more time:
81
81
82
82
``` bash
83
- NUM_BFT_NODES =1 NUM_POOL_NODES=2 ./devnet-run.sh
83
+ FULL_NODES =1 NUM_POOL_NODES=2 ./devnet-run.sh
84
84
```
85
85
86
86
::: info
@@ -101,9 +101,9 @@ You should see the following information displayed:
101
101
=====================================================================
102
102
103
103
>> Directory: artifacts
104
- >> Cardano BFT nodes: 1
104
+ >> Cardano Full nodes: 1
105
105
>> Cardano SPO nodes: 2
106
- >> Info: Mithril aggregator will be attached to the first Cardano BFT node
106
+ >> Info: Mithril aggregator will be attached to the first Cardano Full node
107
107
>> Info: Mithril signers will be attached to each Cardano SPO node
108
108
109
109
=====================================================================
@@ -112,7 +112,7 @@ You should see the following information displayed:
112
112
113
113
>> Start Cardano network
114
114
cardano-node: no process found
115
- >> Starting Cardano node ' node-bft1 '
115
+ >> Starting Cardano node ' node-full1 '
116
116
>> Starting Cardano node ' node-pool1'
117
117
>> Starting Cardano node ' node-pool2'
118
118
>> Wait for Cardano network to be ready
@@ -340,7 +340,7 @@ mithril-signer-node-pool2_1 | {"msg":"Sleeping for 1000","v":0,"name":"slog-rs"
340
340
341
341
=====================================================================
342
342
=====================================================================
343
- tail -n 22 ./node-bft1 /node.log
343
+ tail -n 22 ./node-full1 /node.log
344
344
=====================================================================
345
345
[jp:cardano.node.ChainDB:Info:25] [2022-07-05 11:27:28.01 UTC] Took ledger snapshot DiskSnapshot {dsNumber = 219, dsSuffix = Nothing} at 075fc8366d353b45debedfc6faa92148c8fad584d81dbb4ea7b8b4d121489452 at slot 219
346
346
[jp:cardano.node.ChainDB:Notice:21] [2022-07-05 11:27:40.76 UTC] Chain extended, new tip: af93c6964de49d0696bf194c222f6e5a40e5123ef688a20613a33a705b6b736a at slot 253
0 commit comments