INIT KEYS

This commit is contained in:
qo-op 2020-05-11 08:07:00 +02:00
parent 8087cb5f66
commit 804b72965a
1 changed files with 4 additions and 5 deletions

View File

@ -68,8 +68,8 @@ export NODECOMM=10
##################################################################
# SMS SIM Card Phone Number
export MASTERPHONE="+33695196729"
export ADRESSE="G1Pub"
export G1DAB="NO"
export ADRESSE="G1FabLab Toulouse"
export G1DAB="YES"
##################################################################
# ADMIN COMMAND PHONE ORIGIN
export ADMINPHONE="+33647683646"
@ -88,8 +88,7 @@ else
[[ $LASTDU != "" ]] && curl -s ${DUNITER}/blockchain/block/${LASTDU} | jq -r '.dividend' > /home/$YOU/.zen/_DU || exit 1
export DUFACTOR=$(bc <<< "scale=2; $(cat /home/$YOU/.zen/_DU) / 100")
fi
# TODO Use latest Silkaj from "sudo fredp3 install silkaj"
# export SILKAJ="/usr/local/bin/silkaj"
# INIT KEYS
source $MY_PATH/init_keys.sh