synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

Dynamic addition and deletion of node #70

Open nurASingh opened 5 years ago

nurASingh commented 5 years ago

IP Change isssue -

Problem Description - We run our block chain quorum nodes on AWS -EC2 instances, as per our current set up we are not using Elastic IP. Last week one of our quorum node reboot and we lost the IP address. Now the block chain network shows node is not connected in network.

Can we please make add feature like adding and removing nodes dynamically.

rjbanner commented 5 years ago

@nurASingh DNS was integrated into Quorum from version 2.1.1 onwards. In case you're using an earlier version, we have a custom solution in place which leverages the updatePeer method and also updates the peer map of the Protocol Manager. Please let us know if you require this custom solution

nurASingh commented 5 years ago

Hello,

Quorum maker - 2.4 We are using Quorum 2.0.2. Can you please provide custom solution.

Thanks, Arun

rjbanner commented 5 years ago

Sure. Can you mail me at rajarshi.banerjee1@synechron.com

nurASingh commented 5 years ago

Now I am using quorum maker 2.6 , I can see configuration files with hard coded IP addresses . Can you please confirm the version please