synechron-finlabs / quorum-maker

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

How to start a node without UI #118

Closed icinsight closed 5 years ago

icinsight commented 5 years ago

How to start a node using ./start.sh without launching the UI.

Not every node needs to provide that.

ab-chowdhury commented 5 years ago

Basically, UI is used for node monitoring which gets hit from the node-manager-go-service. So, for starting a node without UI, modification in the go code will be required, but it doesn't make sense. Each node should have its UI for node monitoring.

icinsight commented 5 years ago

In my use case I don't need monitoring for each node, but I can live with the way it is. Thanks!