Pedro Garcia
Pedro Garcia

Reputation: 13

Hyperledger Fabric add new peers in different machine

I have completed this tutorial and successfully deployed a business network over what it seems to be a generic hyperledger fabric blockchain. What i want to do now is to create a new peer in diffenrent machine but connected to the same blockchain. Can't find any information. Any help? Thank you community!

Upvotes: 0

Views: 2099

Answers (2)

Abdul Wahab
Abdul Wahab

Reputation: 750

To deploy hyperledger on a different machine you need to take advantage of docker swarm and overlay network. You can find the guide at Deploying Hyperledger on Multiple Hosts

for the next question about extending your existing network by adding peers, follow Extending your network

Upvotes: 1

david_k
david_k

Reputation: 5868

I suggest you start looking at the hyperledger fabric documentation http://hyperledger-fabric.readthedocs.io/en/latest/ You will need to understand about a hyperledger fabric network topology. There are many things you need to understand in order to understand how to configure a peer correctly and join it to a channel. The build your first network section will take you through creating a fabric network from scratch.

Upvotes: 1

Related Questions