File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Run 'serve' command in release with a specific mode
122
122
Run 'serve' command in release with a custom configuration via env vars
123
123
124
124
``` bash
125
- GENESIS_VERIFICATION_KEY=$( wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey ) RUN_INTERVAL=60000 NETWORK=** YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
125
+ GENESIS_VERIFICATION_KEY=$( wget -q -O - ** YOUR_GENESIS_VERIFICATION_KEY ** ) RUN_INTERVAL=60000 NETWORK=** YOUR_CARDANO_NETWORK** ./mithril-aggregator serve
126
126
```
127
127
128
128
## Release build and run binary 'genesis' command
@@ -200,7 +200,7 @@ Or with a custom export path (to override the default value `./mithril-genesis-s
200
200
Run 'genesis import' command in release with a custom configuration via env vars
201
201
202
202
``` bash
203
- GENESIS_VERIFICATION_KEY=$( wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey ) RUN_INTERVAL=60000 NETWORK=** YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
203
+ GENESIS_VERIFICATION_KEY=$( wget -q -O - ** YOUR_GENESIS_VERIFICATION_KEY ** ) RUN_INTERVAL=60000 NETWORK=** YOUR_CARDANO_NETWORK** ./mithril-aggregator genesis import
204
204
```
205
205
206
206
```
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ make build
73
73
./mithril-client -r preview list
74
74
75
75
# Run with custom configuration with env vars
76
- GENESIS_VERIFICATION_KEY=$( wget -q -O - https://raw.githubusercontent.com/input-output-hk/mithril/main/TEST_ONLY_genesis.vkey ) NETWORK=** YOUR_CARDANO_NETWORK** AGGREGATOR_ENDPOINT=** YOUR_AGREGATOR_ENDPOINT** ./mithril-client
76
+ GENESIS_VERIFICATION_KEY=$( wget -q -O - ** YOUR_GENESIS_VERIFICATION_KEY ** ) NETWORK=** YOUR_CARDANO_NETWORK** AGGREGATOR_ENDPOINT=** YOUR_AGREGATOR_ENDPOINT** ./mithril-client
77
77
```
78
78
79
79
You can use the ` --json ` option in order to display results in ` JSON ` format for the ` list ` and ` show ` commands:
You can’t perform that action at this time.
0 commit comments