-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
483 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
...ano-cli/test/cardano-cli-golden/files/golden/help/allegra_genesis_create-testnet-data.cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
Usage: cardano-cli allegra genesis create-testnet-data [--spec-shelley FILE] | ||
[--spec-alonzo FILE] | ||
[--spec-conway FILE] | ||
[--genesis-keys INT] | ||
[--pools INT] | ||
[--stake-delegators INT] | ||
[--stuffed-utxo INT] | ||
[--utxo-keys INT] | ||
[--supply LOVELACE] | ||
[--supply-delegated LOVELACE] | ||
( --mainnet | ||
| --testnet-magic NATURAL | ||
) | ||
[--start-time UTC-TIME] | ||
--out-dir DIR | ||
|
||
Create data to use for starting a testnet. | ||
|
||
Available options: | ||
--spec-shelley FILE The shelley specification file to use as input. A | ||
default one is generated if omitted. | ||
--spec-alonzo FILE The alonzo specification file to use as input. | ||
--spec-conway FILE The conway specification file to use as input. | ||
--genesis-keys INT The number of genesis keys to make (default is 3). | ||
--pools INT The number of stake pool credential sets to make | ||
(default is 0). | ||
--stake-delegators INT The number of stake delegator credential sets to make | ||
(default is 0). | ||
--stuffed-utxo INT The number of fake UTxO entries to generate (default | ||
is 0). | ||
--utxo-keys INT The number of UTxO keys to make (default is 0). | ||
--supply LOVELACE The initial coin supply in Lovelace which will be | ||
evenly distributed across initial, non-delegating | ||
stake holders. Default to 1000000000000. | ||
--supply-delegated LOVELACE | ||
The initial coin supply in Lovelace which will be | ||
evenly distributed across initial, delegating stake | ||
holders. Default to 1000000000000. | ||
--mainnet Use the mainnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--testnet-magic NATURAL Specify a testnet magic id. This overrides the | ||
CARDANO_NODE_NETWORK_ID environment variable | ||
--start-time UTC-TIME The genesis start time in YYYY-MM-DDThh:mm:ssZ | ||
format. If unspecified, will be the current time +30 | ||
seconds. | ||
--out-dir DIR The directory where to generate the data. Created if | ||
not existing. | ||
-h,--help Show this help text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.