Skip to content

Commit

Permalink
Validators do not need new account
Browse files Browse the repository at this point in the history
  • Loading branch information
arocha committed Dec 18, 2017
1 parent f25ed25 commit c48d78f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,12 @@ if [[ "$CURRENT_HOST_IP" == "52.56.69.220" ]]; then
cp ~/alastria-node/data/static-nodes.json ~/alastria/data/permissioned-nodes.json
fi

echo " Por favor, introduzca como contraseña 'Passw0rd'."
geth --datadir ~/alastria/data account new

if ( [ "general" == "$NODE_TYPE" ]); then
echo " Por favor, introduzca como contraseña 'Passw0rd'."
geth --datadir ~/alastria/data account new
fi


echo "[*] Initializing Constellation node."
update_constellation_nodes "${CURRENT_HOST_IP}" "9000"
Expand Down

0 comments on commit c48d78f

Please sign in to comment.