|
Re: Alternative of cryptogen for Prod
Hi,
To my knowledge, cryptogen is the most convenient tool for now to create the initial certificates.
I dont want to create the certificates manually, nor want to write some scripts for certificate
Hi,
To my knowledge, cryptogen is the most convenient tool for now to create the initial certificates.
I dont want to create the certificates manually, nor want to write some scripts for certificate
|
By
Hakan Eryargi
·
#7123
·
|
|
Re: Hyperledger Fabric Scalability
Alok,
I wrote a couple of blog posts earlier this year on Hyperledger Fabric performance and
Alok,
I wrote a couple of blog posts earlier this year on Hyperledger Fabric performance and
|
By
Christopher Ferris
·
#7122
·
|
|
Re: chaincode fingerprint ID is mismatching
#fabric-chaincode
#fabric-questions
Hi Suresh,
It must be the exact same folder with the exact same files when you install.
But that's not for production, here's what you do:
1. In org1 where you instantiated the chaincode, run
Hi Suresh,
It must be the exact same folder with the exact same files when you install.
But that's not for production, here's what you do:
1. In org1 where you instantiated the chaincode, run
|
By
Nicholas Leonardi
·
#7121
·
|
|
chaincode fingerprint ID is mismatching
#fabric-chaincode
#fabric-questions
Hi All,
Initially, I have Org1 in my fabric network. after that, I added Org2 into the consortium My question is I already install and instantiated the chain code in org1
Now I stall the same
Hi All,
Initially, I have Org1 in my fabric network. after that, I added Org2 into the consortium My question is I already install and instantiated the chain code in org1
Now I stall the same
|
By
suresh <tedlasuresh@...>
·
#7120
·
|
|
Hyperledger Fabric Scalability
Hello There,
We are conducting a POC for Oil & GAS Retail automation. In which, we are recording all digital/ cash sales onto the Fabric ledger. We monitor the stock levels in the fuel tanks through
Hello There,
We are conducting a POC for Oil & GAS Retail automation. In which, we are recording all digital/ cash sales onto the Fabric ledger. We monitor the stock levels in the fuel tanks through
|
By
alok gupta <metech11@...>
·
#7119
·
|
|
Re: Testing tools for Hyperledger
Trevor,
you can take a look at this tool. https://github.com/litong01/hfrd
Thanks.
Tong Li
IBM Open Technology
"Trevor Lee Oakley" ---11/05/2019 07:53:49 PM---I need to test a HLF app, and I am
Trevor,
you can take a look at this tool. https://github.com/litong01/hfrd
Thanks.
Tong Li
IBM Open Technology
"Trevor Lee Oakley" ---11/05/2019 07:53:49 PM---I need to test a HLF app, and I am
|
By
Tong Li
·
#7118
·
|
|
Testing tools for Hyperledger
I need to test a HLF app, and I am seeking testing tools which can test the security, code audits, efficiency etc of the systems.
Are there any utilities for such testing?
Thanks
Trevor
I need to test a HLF app, and I am seeking testing tools which can test the security, code audits, efficiency etc of the systems.
Are there any utilities for such testing?
Thanks
Trevor
|
By
Trevor Lee Oakley <trevor@...>
·
#7117
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
PBFT has an "all to all" messagepattern, so it means that all nodes need to send to all nodes messages.
While it can sustain up to a third faults,it doesn't mean you'd want to run a deployment of PBFT
PBFT has an "all to all" messagepattern, so it means that all nodes need to send to all nodes messages.
While it can sustain up to a third faults,it doesn't mean you'd want to run a deployment of PBFT
|
By
Yacov
·
#7116
·
|
|
Re: Major security hole in Hyperledger Fabric - Private Data is not private
#fabric-chaincode
#ssl
#fabric
#fabric-questions
#fabric-dstorage
this statement is so flawed, there is no such requirement in ALL public blockchains. at most you can say is this is true for private/consortium blockchains, even that is terribly flawed since even
this statement is so flawed, there is no such requirement in ALL public blockchains. at most you can say is this is true for private/consortium blockchains, even that is terribly flawed since even
|
By
Ivan Ch <acizlan@...>
·
#7115
·
|
|
Re: solo to kafka
Please follow this doc: https://docs.google.com/document/d/1I7zWBomEPsgxgDYiYwE7ZPaT_Htll996nM2Y5A4xY-8/edit#heading=h.lq5yb4vsi0bo
Please follow this doc: https://docs.google.com/document/d/1I7zWBomEPsgxgDYiYwE7ZPaT_Htll996nM2Y5A4xY-8/edit#heading=h.lq5yb4vsi0bo
|
By
Artem Barger <bartem@...>
·
#7114
·
|
|
Re: solo to kafka
Dear Artem,
i have found this https://jira.hyperledger.org/browse/FAB-15703
Seems that migration from solo to kafka is impossible but solo to raft it's possible in
Dear Artem,
i have found this https://jira.hyperledger.org/browse/FAB-15703
Seems that migration from solo to kafka is impossible but solo to raft it's possible in
|
By
Battaglia TLC
·
#7113
·
|
|
Re: solo to kafka
No, this is not that I've said. I told that there is no way to migrate from Solo to Kafka ordering service and there no one should use Solo for production. Changing orderer type from Solo to Kafka
No, this is not that I've said. I told that there is no way to migrate from Solo to Kafka ordering service and there no one should use Solo for production. Changing orderer type from Solo to Kafka
|
By
Artem Barger <bartem@...>
·
#7112
·
|
|
Re: solo to kafka
Dear Artem Barger,
You say me that if i change orderer i lost all the transaction in my ledger?
There is no way to mantain the transactions?
Thanks for your
Dear Artem Barger,
You say me that if i change orderer i lost all the transaction in my ledger?
There is no way to mantain the transactions?
Thanks for your
|
By
Battaglia TLC
·
#7111
·
|
|
Re: Alternative of cryptogen for Prod
Hey,
Thanks to all for the help. I am extremely grateful to everyone.
Abhijeet Bhowmik
Hey,
Thanks to all for the help. I am extremely grateful to everyone.
Abhijeet Bhowmik
|
By
Abhijeet Bhowmik <abhijeet@...>
·
#7110
·
|
|
Re: solo to kafka
Migration from solo to kafka is not supported. Solo orderer should be used for development and testing only.
Migration from solo to kafka is not supported. Solo orderer should be used for development and testing only.
|
By
Artem Barger <bartem@...>
·
#7109
·
|
|
solo to kafka
Hello everybody,
i want change orderer from solo to raft. I can switch off the network but i want to mantain data in the ledger after restart with new orderer.
It's possible? I haven't found
Hello everybody,
i want change orderer from solo to raft. I can switch off the network but i want to mantain data in the ledger after restart with new orderer.
It's possible? I haven't found
|
By
Battaglia TLC
·
#7108
·
|
|
Re: Alternative of cryptogen for Prod
Abhijeet,
Certificate Authorities --- specifically, the Fabric CA --- should be used to create all of the certificates in a production scenario (it is a best practice tp stand up one CA for each
Abhijeet,
Certificate Authorities --- specifically, the Fabric CA --- should be used to create all of the certificates in a production scenario (it is a best practice tp stand up one CA for each
|
By
Joe Alewine <joe.alewine@...>
·
#7107
·
|
|
Re: Channel Registration Failed
Hi,
I believe I resolved the issue. Within my chaincode folder, I had files example-chaincode.js, example-chaincode.go and a compiled go chaincode named example-chaincode. After removing
Hi,
I believe I resolved the issue. Within my chaincode folder, I had files example-chaincode.js, example-chaincode.go and a compiled go chaincode named example-chaincode. After removing
|
By
White, Spencer (S.)
·
#7106
·
|
|
Re: Hyperledger Fabric Deployment on kubernetes
#fabric-kubernetes
#fabric
Hi Suresh,
Check this one:
https://github.com/APGGroeiFabriek/PIVT
It's the most convenient way of running Fabric in Kube as of now.
Best,
Hakan
Hi Suresh,
Check this one:
https://github.com/APGGroeiFabriek/PIVT
It's the most convenient way of running Fabric in Kube as of now.
Best,
Hakan
|
By
Hakan Eryargi
·
#7105
·
|
|
Re: Hyperledger Fabric Deployment on kubernetes
#fabric-kubernetes
#fabric
Suresh,
Please take a look at the document here, https://github.com/hyperledger/cello/blob/master/docs/agents/ansible.md
I also attach this net work spec file for your reference. This network
Suresh,
Please take a look at the document here, https://github.com/hyperledger/cello/blob/master/docs/agents/ansible.md
I also attach this net work spec file for your reference. This network
|
By
Tong Li
·
#7104
·
|