Szkered / quorum-raft-cluster

How to set up a quorum private chain with raft concensus
19 stars 17 forks source link

non-interactive mode for "raft-setup.sh" #7

Closed oleksiikoshlatyi closed 6 years ago

oleksiikoshlatyi commented 6 years ago

It will have interactive mode: constellation-node --generatekeys=constellation

But you can change it to:

Lock constellation key pair with password:

CONSTELLATION-KEY-PASSWORD="" echo $CONSTELLATION-KEY-PASSWORD | constellation-node --generatekeys=constellation

It will help to use the script in automatical (non-interactive) mode

Szkered commented 6 years ago

PR merged