|
Run a node on android
Is it possible to run a hyperledger fabric node on android? I know we can use rest api to communicate with a node. But I want to run a node on a mobile device.
Is it possible to run a hyperledger fabric node on android? I know we can use rest api to communicate with a node. But I want to run a node on a mobile device.
|
By
ghoshbishakh@...
·
#4979
·
|
|
Re: DOCS: Where is the source code of PaperNet
#fabric
Hello - I believe the details get published in https://chat.hyperledger.org/channel/fabric-playbacks
10am EST Wednesday 14th November
Regards, Matthew.
Matthew B White IBM Blockchain Solutions
Hello - I believe the details get published in https://chat.hyperledger.org/channel/fabric-playbacks
10am EST Wednesday 14th November
Regards, Matthew.
Matthew B White IBM Blockchain Solutions
|
By
Matthew White
·
#4978
·
|
|
Re: How to add a CLI container?
Hi,
While I appreciate your response, it missed a key component, that is, CA container using fabric-ca docker image.
Sincerely,
(Don) Chunshen Li
Blockchain Consultant
Hi,
While I appreciate your response, it missed a key component, that is, CA container using fabric-ca docker image.
Sincerely,
(Don) Chunshen Li
Blockchain Consultant
|
By
Don Li <lichunshen84@...>
·
#4977
·
|
|
Re: segmentation violation when running orderer in kafka mode
Looks like you are running into an error using the native revolver library on your host system.
You can try setting the environment variable GODEBUG=netgo and if using Docker directly passing in the
Looks like you are running into an error using the native revolver library on your host system.
You can try setting the environment variable GODEBUG=netgo and if using Docker directly passing in the
|
By
Gari Singh <garis@...>
·
#4976
·
|
|
Re: nodejs SDK - channel.sendInstanstiateProposal timing out
The peer and orderer versions if required.
hypledvm@hypledvm-VirtualBox:~/go/src/utilitypoc/network/acmedevmode$ docker exec -it peer0.org1.acme.com
The peer and orderer versions if required.
hypledvm@hypledvm-VirtualBox:~/go/src/utilitypoc/network/acmedevmode$ docker exec -it peer0.org1.acme.com
|
By
Gowri R <gowri.r@...>
·
#4975
·
|
|
nodejs SDK - channel.sendInstanstiateProposal timing out
Hi, I getting a REQUEST_TIMEOUT while using the channel.sendInstantiateProposal API. Docker logs on peer output is as follows - 2018-10-31 22:42:39.627 UTC [endorser] simulateProposal -> DEBU 291b
Hi, I getting a REQUEST_TIMEOUT while using the channel.sendInstantiateProposal API. Docker logs on peer output is as follows - 2018-10-31 22:42:39.627 UTC [endorser] simulateProposal -> DEBU 291b
|
By
Gowri R <gowri.r@...>
·
#4974
·
|
|
segmentation violation when running orderer in kafka mode
Dear hyperledger fabric team!
I am running into a segmentation violation error (see stack trace https://gist.github.com/holzeis/5dd8af48c083927f9951f3b66e93c692) when starting an orderer in orderer
Dear hyperledger fabric team!
I am running into a segmentation violation error (see stack trace https://gist.github.com/holzeis/5dd8af48c083927f9951f3b66e93c692) when starting an orderer in orderer
|
By
Richard Holzeis
·
#4973
·
|
|
Re: How to add a CLI container?
Hello,
Please refer to this https://github.com/CATechnologies/blockchain-tutorials/wiki/Tutorial:-Hyperledger-Fabric-v1.1-%E2%80%93-Create-a-Development-Business-Network-on-zLinux
It used the CLI and
Hello,
Please refer to this https://github.com/CATechnologies/blockchain-tutorials/wiki/Tutorial:-Hyperledger-Fabric-v1.1-%E2%80%93-Create-a-Development-Business-Network-on-zLinux
It used the CLI and
|
By
Gowri R <gowri.r@...>
·
#4972
·
|
|
How to add a CLI container?
Hi,
I'd like to be able to "install" and "instantiate" any chaincode at CLI command prompt level.
Unlike the "first-network" sample app, currently the "balance-transfer" sample app does not mount CLI
Hi,
I'd like to be able to "install" and "instantiate" any chaincode at CLI command prompt level.
Unlike the "first-network" sample app, currently the "balance-transfer" sample app does not mount CLI
|
By
Don Li <lichunshen84@...>
·
#4971
·
|
|
Chaincode reverse engineer
Hi all,
Until now is there any incident related to reverse engineer chaincode to get credentials ?
Can we do the reverse engineer or not?
Bests,
Hi all,
Until now is there any incident related to reverse engineer chaincode to get credentials ?
Can we do the reverse engineer or not?
Bests,
|
By
Kimheng SOK
·
#4970
·
|
|
How to remove peer from a channel ?#fabric-questions
as title
By
andychen.chen@...
·
#4969
·
|
|
Re: Fw: Re: Hyperledger Peer Node Status Access Denied Error
In that case make sure your enrollmentcertiifcate is that of the peer's administrator.
Meaning - the certificate in /etc/hyperledger/peer/mspis that of the msp/admincerts in the peer's local MSP
In that case make sure your enrollmentcertiifcate is that of the peer's administrator.
Meaning - the certificate in /etc/hyperledger/peer/mspis that of the msp/admincerts in the peer's local MSP
|
By
Yacov
·
#4968
·
|
|
Re: Fw: Re: Hyperledger Peer Node Status Access Denied Error
Hi Yacov,
I have already setup below variables in h1fv12 docker-compose.yaml file
CORE_PEER_LOCALMSPID=Org1MSP
CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/peer/msp
Still encountered Access Denied
Hi Yacov,
I have already setup below variables in h1fv12 docker-compose.yaml file
CORE_PEER_LOCALMSPID=Org1MSP
CORE_PEER_MSPCONFIGPATH=/etc/hyperledger/peer/msp
Still encountered Access Denied
|
By
Gaurav Naithani <gnaithan@...>
·
#4967
·
|
|
Re: Fw: Re: Hyperledger Peer Node Status Access Denied Error
You need to define the environment variablesfor the authentication, such as:
CORE_PEER_LOCALMSPID
CORE_PEER_MSPCONFIGPATH
From: "Gaurav Naithani"<gnaithan@...>
To: fabric@...
Date:
You need to define the environment variablesfor the authentication, such as:
CORE_PEER_LOCALMSPID
CORE_PEER_MSPCONFIGPATH
From: "Gaurav Naithani"<gnaithan@...>
To: fabric@...
Date:
|
By
Yacov
·
#4966
·
|
|
Fw: Re: Hyperledger Peer Node Status Access Denied Error
Hi,
Can anyone suggest possible solution for below error.
Thanks & Regards,
Gaurav Naithani
Cloud Solution Architect, Global Cloud COE
Togaf 9.1 Certified Enterprise Architect, Microsoft Certified
Hi,
Can anyone suggest possible solution for below error.
Thanks & Regards,
Gaurav Naithani
Cloud Solution Architect, Global Cloud COE
Togaf 9.1 Certified Enterprise Architect, Microsoft Certified
|
By
gnaithan@...
·
#4965
·
|
|
Chaincode Questions (Build Your First Network)
Hyperledger Fabric Group,
I have some questions regarding chaincodes from Build Your First Network tutorial (v1.3).
Q1: I don't know why peer1.org1.example.com does not have chaincode installed.
In
Hyperledger Fabric Group,
I have some questions regarding chaincodes from Build Your First Network tutorial (v1.3).
Q1: I don't know why peer1.org1.example.com does not have chaincode installed.
In
|
By
Benny Tam <bennytam0438@...>
·
#4964
·
|
|
Peer Specification
Dear all,
To become a normal Peer or Orderer Peer, what is the minimal requirement in term of Memory, CPU? How many Smart contract code can it stores? How much transaction could it hold?
Ofcause it is
Dear all,
To become a normal Peer or Orderer Peer, what is the minimal requirement in term of Memory, CPU? How many Smart contract code can it stores? How much transaction could it hold?
Ofcause it is
|
By
Kimheng SOK
·
#4963
·
|
|
is everyone's rocketchat working this morning?
i'm experiencing "single sign-on" issues and it's been very spotty if not clocking all this morning.
i'm experiencing "single sign-on" issues and it's been very spotty if not clocking all this morning.
|
By
greg m
·
#4962
·
|
|
Re: China standard crypto support patch in fabric
The patch is
1. do nothing but simply add China crypto option to parse and create certification. By adding modified crypto/x509 package to vendor
2. add bccsp plugin to support the actual crypto
The patch is
1. do nothing but simply add China crypto option to parse and create certification. By adding modified crypto/x509 package to vendor
2. add bccsp plugin to support the actual crypto
|
By
Dijun Liu
·
#4961
·
|
|
Re: DOCS: Where is the source code of PaperNet
#fabric
Hi Matthew,
Thank you for your informative and thoughtful response.
Regarding REST api server on Fabric side, I'm looking forward to it and I would think many would welcome it.
Good to know about new
Hi Matthew,
Thank you for your informative and thoughtful response.
Regarding REST api server on Fabric side, I'm looking forward to it and I would think many would welcome it.
Good to know about new
|
By
Don Li <lichunshen84@...>
·
#4960
·
|