deroproject / derohe

DERO Homomorphic Encryption Blockchain Protocol
Other
208 stars 82 forks source link

Allow more than one node per network #107

Open jon4hz opened 1 year ago

jon4hz commented 1 year ago

Currently dero allows only on node per network due to it's p2p networking implementation. This is very limiting and makes certain deployment scenarios impossible.

For example, if you try to deploy dero as a statefulset on Kubernetes, you have to make sure the pods are deployed on different nodes which is a waste of resources and makes operating a dero node very unpleasant.