|
Adding Organization to Fabric Network using the Node API
#fabric
#fabric-ca
#fabric-sdk-node
Hi All,
Can any one know how to add or remove organization from running fabric Network using Node API?
Thanks
Suresh
Hi All,
Can any one know how to add or remove organization from running fabric Network using Node API?
Thanks
Suresh
|
By
suresh <tedlasuresh@...>
·
#6745
·
|
|
Re: a primitive backup and restore
A few methods are listed here: https://blockchain-fabric.blogspot.com/2019/02/hyperledger-fabric-ledger-backup-and.html
Regards,
Senthil
A few methods are listed here: https://blockchain-fabric.blogspot.com/2019/02/hyperledger-fabric-ledger-backup-and.html
Regards,
Senthil
|
By
Senthil Nathan
·
#6744
·
|
|
Re: a primitive backup and restore
Hi,
You are free to copy the backup to whatever medium you want. It’s not based on peer sync and completely out of HLF network. As described in the diagrams, peers and orderers are offline when
Hi,
You are free to copy the backup to whatever medium you want. It’s not based on peer sync and completely out of HLF network. As described in the diagrams, peers and orderers are offline when
|
By
Hakan Eryargi
·
#6743
·
|
|
Re: Consensus Algorithm (Validation & Commit Phase) Questions
#consensus
#raft
�
By
Yacov
·
#6742
·
|
|
Re: Consensus Algorithm (Validation & Commit Phase) Questions
#consensus
#raft
1. See VerifyBlock() function in internal/peer/gossip/mcs.go
2. There is no coordination for peer consistency. Document says that only valid transactions are applied to the peer's world state, which
1. See VerifyBlock() function in internal/peer/gossip/mcs.go
2. There is no coordination for peer consistency. Document says that only valid transactions are applied to the peer's world state, which
|
By
conanoc
·
#6741
·
|
|
Re: Addition of new feature to hyperledger fabric (local copy)
#fabric
No, it's not supported.--
Best wishes!
Baohua Yang
No, it's not supported.--
Best wishes!
Baohua Yang
|
By
Baohua Yang
·
#6740
·
|
|
Re: a primitive backup and restore
Hi
Thanks for your reply but it appears that the suggested method is another backup on the network, like Azure blob or somewhere in AWS. I think that it wouldn't be much different from
Hi
Thanks for your reply but it appears that the suggested method is another backup on the network, like Azure blob or somewhere in AWS. I think that it wouldn't be much different from
|
By
JH Ohm
·
#6739
·
|
|
RSA support
#fabric
#interoperability
#ssl
Hello guys,
I've recently test the RSA feature in hyperledger fabric.
Unfortunately I've not been successful.
Here is my journey on this topic:
First of all, I came with an error in the peer
Hello guys,
I've recently test the RSA feature in hyperledger fabric.
Unfortunately I've not been successful.
Here is my journey on this topic:
First of all, I came with an error in the peer
|
By
Guillaume Cisco
·
#6738
·
|
|
Re: Addition of new feature to hyperledger fabric (local copy)
#fabric
Hello is there any update about hyperledger fabric supporting RSA?
From my researches it still does not work...
this jira issue is related
Hello is there any update about hyperledger fabric supporting RSA?
From my researches it still does not work...
this jira issue is related
|
By
Guillaume Cisco
·
#6737
·
|
|
Consensus Algorithm (Validation & Commit Phase) Questions
#consensus
#raft
Hello.
I've been researching details of how the validation phase of the default HyperLedger Fabric consensus algorithm works. We're using the RAFT Orderer. I've got a couple of questions:
1. We've
Hello.
I've been researching details of how the validation phase of the default HyperLedger Fabric consensus algorithm works. We're using the RAFT Orderer. I've got a couple of questions:
1. We've
|
By
Robert Broeckelmann
·
#6736
·
|
|
Re: Hyperledger&stellar
Hi Emir,
There is no such partnership announced it yet. Lets see may be in future.
Regards,
Raj Shekhar
Hi Emir,
There is no such partnership announced it yet. Lets see may be in future.
Regards,
Raj Shekhar
|
By
Raj Shekhar Bhardwaj <rsbhardwaj08@...>
·
#6735
·
|
|
Re: Unable to Instansiate chain code using RAFT Orderer using node js
On Fri, Aug 30, 2019 at 05:26 PM, Puneeth Maliya wrote:
Error: ChannelEventHub has been shutdownCheck if you using correct version of node sdk (fabric client), channel event hub is old sdk
On Fri, Aug 30, 2019 at 05:26 PM, Puneeth Maliya wrote:
Error: ChannelEventHub has been shutdownCheck if you using correct version of node sdk (fabric client), channel event hub is old sdk
|
By
Kamlesh Nagware
·
#6734
·
|
|
Connecting DLT Adapter with an HSM Enabled Network
#fabric-questions
#hsm
#fabric-ca
Hi everyone,
I have created a softhsm enabled fabric network. Now that I DON'T have the admin-cert and admin-private-key in a file, how can I connect with the network from a dlt-adapter without them
Hi everyone,
I have created a softhsm enabled fabric network. Now that I DON'T have the admin-cert and admin-private-key in a file, how can I connect with the network from a dlt-adapter without them
|
By
Faisal
·
#6733
·
|
|
Re: a primitive backup and restore
Hi,
Have a look at this one:
https://github.com/APGGroeiFabriek/PIVT/blob/master/README.md#backup-restore
But it’s Kubernetes only.
Best,
Hakan
Hi,
Have a look at this one:
https://github.com/APGGroeiFabriek/PIVT/blob/master/README.md#backup-restore
But it’s Kubernetes only.
Best,
Hakan
|
By
Hakan Eryargi
·
#6732
·
|
|
Re: a primitive backup and restore
copy/paste?
I hope you mean rsync, scp, or sftp
On 8/31/2019 10:12 PM, thonexinch@... wrote:
copy/paste?
I hope you mean rsync, scp, or sftp
On 8/31/2019 10:12 PM, thonexinch@... wrote:
|
By
Nye Liu <nye@...>
·
#6731
·
|
|
Hyperledger&stellar
Hello guys,
I was wondering if Hyperledger is using the Stellar network in any of their projects. I saw a couple news about Ethereum too and I just want to find out if Ethereum is the only one
Hello guys,
I was wondering if Hyperledger is using the Stellar network in any of their projects. I saw a couple news about Ethereum too and I just want to find out if Ethereum is the only one
|
By
emirayral1@...
·
#6730
·
|
|
a primitive backup and restore
Hello,
I have looked at some comments and replies relating to the backup and restore issues....and it appears that quite new approaches have been suggested and the backup seems just stay in the fabric
Hello,
I have looked at some comments and replies relating to the backup and restore issues....and it appears that quite new approaches have been suggested and the backup seems just stay in the fabric
|
By
JH Ohm
·
#6729
·
|
|
Re: #fabric-ca
#fabric-ca
Hi Nikhil,
Fabric - v1.4.3
Do we also need a admincerts folder inside the admin folder of the peers where the certificate from signcerts is copied to this admincerts folder ?
Regards,
Soumya
Hi Nikhil,
Fabric - v1.4.3
Do we also need a admincerts folder inside the admin folder of the peers where the certificate from signcerts is copied to this admincerts folder ?
Regards,
Soumya
|
By
soumya nayak <soumyarjnnayak@...>
·
#6728
·
|
|
Re: #fabric-ca
#fabric-ca
Hey Souma,
What version is this running on? My guess is that you are not using an admin identity to run the command, or that the admincerts folder of the peer MSP is empty.
If you are on Fabric 1.4.3,
Hey Souma,
What version is this running on? My guess is that you are not using an admin identity to run the command, or that the admincerts folder of the peer MSP is empty.
If you are on Fabric 1.4.3,
|
By
Nikhil Gupta
·
#6727
·
|
|
Unable to Instansiate chain code using RAFT Orderer using node js
Hi Team,
I am creating 2 org and each org having 2 peers using 3 RAFT Orderer.
1. I am able to create a channel and join the peers to channel. but during instanation it showing request
Hi Team,
I am creating 2 org and each org having 2 peers using 3 RAFT Orderer.
1. I am able to create a channel and join the peers to channel. but during instanation it showing request
|
By
Puneeth Maliya <punithvmaliya@...>
·
#6726
·
|