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
Copy file name to clipboardExpand all lines: docs/root/manual/developer-docs/nodes/mithril-aggregator.md
+25-13
Original file line number
Diff line number
Diff line change
@@ -190,6 +190,8 @@ SUBCOMMANDS:
190
190
import Import payload signed with genesis secret key and create & import a genesis certificate
191
191
```
192
192
193
+
### bootstrap sub-command (test-only)
194
+
193
195
Run 'genesis bootstrap' command in release with default configuration, **only in test mode**.
194
196
This allows the Mithril Aggregator node to bootstrap a `Genesis Certificate`. After this operation, the Mithril Aggregator will be able to produce new snapshots and certificates.
195
197
@@ -203,27 +205,28 @@ Or with a specific `Genesis Secret Key`, **only in test mode**.
Run 'genesis export' command in release with default configuration.
207
-
This allows the Mithril Aggregator node to export the `Genesis Payload` that needs to be signed (and later reimported) of the `Genesis Certificate`. The signature of the `Genesis Payload` must be done manually with the owner of the `Genesis Secret Key`.
208
-
209
-
```bash
210
-
./mithril-aggregator genesis export
211
-
```
208
+
### export sub-command
212
209
213
-
Or with a custom export path (to override the default value `./mithril-genesis-payload.txt`)
210
+
Run 'genesis export' command in release.
211
+
This allows the Mithril Aggregator node to export the `Genesis Payload` that needs to be signed (and later reimported) of the `Genesis Certificate`. The signature of the `Genesis Payload` must be done manually with the owner of the `Genesis Secret Key`.
Run 'genesis import' command in release with default configuration.
220
-
This allows the Mithril Aggregator node to import the signed payload of the `Genesis Certificate` and create it in the store. After this operation, the Mithril Aggregator will be able to produce new snapshots and certificates.
217
+
### sign sub-command
218
+
219
+
Run 'genesis sign' command in release.
220
+
This allows the Mithril Aggregator node to sign the `Genesis Payload` that needs to be reimported. The signature of the `Genesis Payload` must be done manually by the owner of the `Genesis Secret Key`.
Or with a custom export path (to override the default value `./mithril-genesis-signed-payload.txt`)
226
+
### import sub-command
227
+
228
+
Run 'genesis import' command in release.
229
+
This allows the Mithril Aggregator node to import the signed payload of the `Genesis Certificate` and create it in the store. After this operation, the Mithril Aggregator will be able to produce new snapshots and certificates.
0 commit comments