// if config.ProviderName == "" {
// config.ProviderName = "GM"
// }
//暂时由GM替代bccsp
config.ProviderName = "GM"
make configtxgen
the hyperledger/fabric source code.make configtxgen
build/bin/configtxgen
CGO_CFLAGS=" " GOBIN=/home/xxx/gits/fabric/build/bin go install -tags "experimental nopkcs11" -ldflags "-X github.com/hyperledger/fabric/common/tools/configtxgen/metadata.Version=1.1.1-snapshot-301c302" github.com/hyperledger/fabric/common/tools/configtxgen
bccsp/factory/pluginfactory.go:12:2: cannot find package "plugin" in any of:
/home/xxx/go/src/github.com/hyperledger/fabric/vendor/plugin (vendor tree)
/usr/lib/go-1.6/src/plugin (from $GOROOT)
/home/xxx/go/src/plugin (from $GOPATH)
Makefile:259: recipe for target 'build/bin/configtxgen' failed
make: *** [build/bin/configtxgen] Error 1
Hi @pranjalkumar
Please find command to download all images : curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash
@husainbr
Hi everyone,
I facing issue to deploy golang/nodejs chain in after modification. I need to delete all docker container and docker image to see changes done.
I also go through this example https://stackoverflow.com/questions/47330576/how-to-upgrade-a-chaincode-after-modification and Currently i am working on this example : http://websecuritypatterns.com/blogs/2017/12/15/exploring-hyperledger-fabric-v1-supply-chain-demo-tuna-fish-shipments/ with hyperledger fabric
I am facing issue while installing fabric 1.1..when trying to run make command..it giving below error bccsp/factory/pluginfactory.go:12:2: cannot find package "plugin" in any of:
/usr/local/go/src/pkg/plugin (from $GOROOT)
/home/ubuntu/gopath/src/plugin (from $GOPATH)
make: * [build/bin/peer] Error 1
could please any body help..I am using go version 1.9.2
I am facing issue while installing fabric 1.1..when trying to run make command..it giving below error bccsp/factory/pluginfactory.go:12:2: cannot find package "plugin" in any of:
/usr/local/go/src/pkg/plugin (from $GOROOT)
/home/ubuntu/gopath/src/plugin (from $GOPATH)
make: * [build/bin/peer] Error 1
could please any body help..I am using go version 1.9.2 pluginfactory.go 这应该是你自己的代码吧?
./createPeerAdminCard.sh
Development only script for Hyperledger Fabric control
Running 'createPeerAdminCard.sh'
FABRIC_VERSION is set to 'hlfv11'
FABRIC_START_TIMEOUT is unset, assuming 15 (seconds)
Using composer-cli at v0.19.5
Successfully created business network card file to
Output file: /tmp/PeerAdmin@hlfv1.card
Command succeeded
Error: No connection type provided, probably because the connection profile has no 'x-type' property defined.
Command failed