CREATE g1sms WALLET

This commit is contained in:
qo-op 2020-05-28 17:49:55 +02:00
parent b0de34e30c
commit 12ffbf5d97
1 changed files with 3 additions and 3 deletions

View File

@ -56,10 +56,10 @@ for hashfile in /tmp/loveland_entrance/*; do
sms_SEND "$PHONE" "COUCOU"
# CHECK for Associated PARRAIN. GET PubKey?
PARRAIN=$(echo "$PARRAIN" | grep -E "([A-Za-z0-9\-\_]+$)")
# [[ $PARRAIN ]] && MEMRIB=$(sms_uid2key "$PARRAIN" "$PHONE" "$PIN") && echo "RIB PARRAIN: $MEMRIB"
#[[ $PARRAIN ]] && MEMRIB=$(sms_uid2key "$PARRAIN" "$PHONE" "$PIN") && echo "RIB PARRAIN: $MEMRIB"
# CREATE G1 WALLET
# $MY_PATH/sms_NEW.sh "$PHONE" "$PARRAIN"
$MY_PATH/sms_NEW.sh "$PHONE" "$PARRAIN"
else
# ACCOUNT ALREADY EXISTING
@ -70,7 +70,7 @@ for hashfile in /tmp/loveland_entrance/*; do
AMOUNTLOVE=$(bc -l <<< "scale=0; $AMOUNTG1 * 100 / $DUFACTOR")
mess="Bonjour! YOU HAVE $AMOUNTLOVE LOVE"
mess="$AMOUNTLOVE LOVE"
# Send response SMS
sms_SEND "$PHONE" "$mess"