From 05c171dd97f3fe7b6ea80bacd295ec32a46d609c Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 16 Apr 2024 04:14:17 +0200 Subject: [PATCH] silkaj money history CHECK 1ST UPlanet Wallet TX in INCOMING PAYMENTS --- RUNTIME/G1PalPay.sh | 7 +++++++ install.sh | 2 +- tools/duniter_getnode.sh | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RUNTIME/G1PalPay.sh b/RUNTIME/G1PalPay.sh index 7c4fd99c2..9f8ea421e 100755 --- a/RUNTIME/G1PalPay.sh +++ b/RUNTIME/G1PalPay.sh @@ -105,6 +105,13 @@ while read NLINE; do done < ~/.zen/tmp/${MOATS}/myN1.json +######################################################################################## +if [[ ${UPLANETNAME} != "" ]]; then + echo "# CHECK FOR PRIMAL REGULAR TX in INCOMING PAYMENTS" + # silkaj money history DsEx1pS33vzYZg4MroyBV9hCw98j1gtHEhwiZ5tK7ech | tail -n 3 | head -n 1 + +fi + ######################################################################################## echo "# CHECK FOR EMAILs IN PAYMENT COMMENT" ## DEBUG ## cat $HOME/.zen/game/players/${PLAYER}/G1PalPay/${PLAYER}.duniter.history.json | jq -r diff --git a/install.sh b/install.sh index 091d5de2c..bdc52afb2 100755 --- a/install.sh +++ b/install.sh @@ -116,7 +116,7 @@ fi echo "#####################################" echo "## CRYPTO LIB & PYTHON TOOLS" export PATH=$HOME/.local/bin:$PATH -for i in pip setuptools wheel amzqr pdf2docx pyppeteer cryptography Ed25519 base58 google duniterpy pynacl pgpy pynentry; do +for i in pip setuptools wheel amzqr pdf2docx pyppeteer cryptography Ed25519 base58 google duniterpy silkaj pynacl pgpy pynentry; do echo ">>> Installation $i <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<" python -m pip install --break-system-packages -U $i [[ $? != 0 ]] && echo "INSTALL $i FAILED." && echo "python -m pip install -U $i FAILED." >> /tmp/install.errors.log && continue diff --git a/tools/duniter_getnode.sh b/tools/duniter_getnode.sh index 1e9a4df5a..5b552ac0e 100755 --- a/tools/duniter_getnode.sh +++ b/tools/duniter_getnode.sh @@ -131,7 +131,7 @@ do [[ $IDtest != "" && $IDtest != "null" ]] && result="https://$gvaserver" && break [[ $loop -eq 8 ]] \ - && result="g1.copylaradio.com:443" && break + && result="https://g1.copylaradio.com/gva" && break ((loop++)) done < $DIR/good.nodes.txt