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
[FAB-2377] configtxgen channel create configtx out
https://jira.hyperledger.org/browse/FAB-2377
This update modifies the CLI to output a configtx capable of creating a
channel.
Change-Id: I7e3ef12030f39d1ae09913b0f4a532d3a7466991
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
This will produce a `genesis.block` file in the current directory. You may optionally specify another filename by passing in the `-path` parameter, or, you may skip the writing of the file by passing the `dryRun` parameter if you simply wish to test parsing of the file.
28
+
This will produce a `genesis.block` file in the current directory. If you wish to skip writing the file simply do not pass `outputBlock`
29
29
30
30
Then, to utilize this genesis block, before starting the orderer, simply specify `ORDERER_GENERAL_GENESISMETHOD=file` and `ORDERER_GENERAL_GENESISFILE=$PWD/genesis.block` or modify the `orderer.yaml` file to encode these values.
31
+
32
+
## Creating a channel
33
+
34
+
The tool can also output a channel creation tx by executing
0 commit comments