Fabric 使用多通道

2021-08-21 06:03:50 字數 3690 閱讀 2076

$ cd ~/hyfa/fabric-samples/chaincode-docker

-devmode

$ sudo docker-compose

-f docker-compose

-******

.yaml down

$ cd ../first-network

務必替換$channel_name或設定channel_name為可在整個說明中使用的環境變數

$ export channel_name=mychannel2
指定使用configtx.yaml配置檔案中的twoorgschannel模板, 來生成新建通道的配置交易檔案,

$ sudo ../bin/configtxgen -profile twoorgschannel -outputcreatechanneltx

./channel-artifacts/channel.tx -channelid

$channel_name

輸出如下

11:13

:24.984

cst[common/tools/configtxgen]

main

-> info 001 loading

configuration

11:13

:24.992

cst[common/tools/configtxgen]

dooutputchannelcreatetx

-> info 002 generating

newchannel

configtx

11:13

:24.993

cst[msp]

getmspconfig

-> info 003 loading

nodeous

11:13

:24.994

cst[msp]

getmspconfig

-> info 004 loading

nodeous

11:13

:25.016

cst[common/tools/configtxgen]

dooutputchannelcreatetx

-> info 005 writing

newchannel

tx

錨節點配置更新檔案用來對組織的錨節點進行配置

同樣基於configtx.yaml配置檔案生成新建通道檔案, 每個組織都需要分別生成且注意指定對應的組織名稱

$ sudo ../bin/configtxgen -profile twoorgschannel -outputanchorpeersupdate

./channel-artifacts/org1mspanchors.tx -channelid

$channel_name

-asorg org1msp

$ sudo ../bin/configtxgen -profile twoorgschannel -outputanchorpeersupdate

./channel-artifacts/org2mspanchors.tx -channelid

$channel_name

-asorg org2msp

$ sudo docker-compose -f docker-compose-cli.yaml up -d

執行如下命令進入到cli容器中

$ sudo docker exec -it cli bash
檢查環境變數是否正確設定

echo

$channel_name

設定環境變數

export channel_name=mychannel2
建立通道

.com-cert.pem應用通道所包含組織的成員節點可以加入通道中

peer channel join

-b mychannel2.block -o orderer:7050

使用org1的管理員身份更新錨節點配置

.com-cert.pem使用org2的管理員身份更新錨節點配置

.com-cert.pem

peer channel list
list命令會列出指定的peer節點已經加入的所有應用通道的列表.

多通道 多通道影院環繞聲

sonic pro 音響hd系列功放是多通道影院環繞聲擴聲純后級高可靠性的功率放大器,hd系列功放放大電路在先進 成熟的ab類電路基礎之上做了全面的優化以及線路的調整,裝置內部應用了多個hifi級電容,放大部分採用頂級安森美功率放大管,保證聲音的柔和度和解析度,進一步優化聲音,並持續提供澎湃的驅動力...

Fabric 2 0 之更新通道配置

orderer addresses 可以廣播和傳遞的位址列表,peer節點從中選擇。hashing structure 塊資料是位元組陣列。塊資料的雜湊計算為默克爾樹。此值指定該merkle樹的寬度。目前,此值固定為4294967295,它對應於塊資料位元組串聯的簡單平面雜湊。hashing alg...

單通道和多通道卷積

卷積之後的通道數只是取決於卷積核的數目,和卷積核的channel無關,卷積核的channel是和輸入的channel保持一致的。對於單通道影象,若利用10個卷積核進行卷積計算,可以得到10個特徵圖 若輸入為多通道影象,則輸出特徵圖的個數依然是卷積核的個數 10個 1.單通道多個卷積核卷積計算 乙個卷...