Closed oleksiikoshlatyi closed 6 years ago
It will have interactive mode: constellation-node --generatekeys=constellation
But you can change it to:
CONSTELLATION-KEY-PASSWORD="" echo $CONSTELLATION-KEY-PASSWORD | constellation-node --generatekeys=constellation
It will help to use the script in automatical (non-interactive) mode
PR merged
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