Tools, FAQ, Tutorials:
Generate Genesis Block for Orderer
How to generate the Generate Genesis Block for the Orderer peer?
✍: FYIcenter.com
When running a Hyperledger Fabric network,
orderer peers also maintains a special blockchain called the
orderer system channel (or ordering system channel).
If you are starting a new orderer peer, you need to generate the genesis block for the orderer system channel.
You can use the configtxgen tool provided in ~/hyperledger-binaries/fabric-samples/bin directory to generate the genesis block.
You can use the configtxgen tool provided in ~/hyperledger-binaries/fabric-samples/bin directory to generate a new genesis block.
Or you can borrow the one created in BYFN tutorials:
$ cd fabric-orderer $ cp ~/hyperledger-binaries/fabric-samples/first-network\ /channel-artifacts/genesis.block . $ ls -l genesis.block -rw-r--r-- 1 fyicenter 12980 Apri 1 02:13 genesis.block
Â
⇒ docker-compose-orderer.yaml - Docker Configuration
⇠orderer.yaml - Orderer Peer Configuration File
⇑ Setting Up Orderer Peer Manually
⇑⇑ Hyperledger Tutorials
2019-08-23, 931👍, 0💬
Popular Posts:
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
How to attach console to a Running Container using the "docker container exec" command? I want to ge...