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
2019-08-23, ∼1752🔥, 0💬
Popular Posts:
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
How to convert a JSON text string to an XML document with PHP language? Currently, there is no built...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...