From c7752916aa982de471b4be4bf1e980b244b02425 Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 21 Oct 2022 13:54:53 +0200 Subject: [PATCH] echo "$GNS" | nc -l -p 12345 -q 1 & --- 12345.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/12345.sh b/12345.sh index 044657d7..a7e3ad73 100755 --- a/12345.sh +++ b/12345.sh @@ -58,10 +58,12 @@ while true; do rm -f ~/.zen/tmp/gchange.key ${MY_PATH}/tools/keygen -t ipfs -o ~/.zen/tmp/gchange.key "$SALT" "$PEPPER" GNS=$(ipfs key import gchange -f pem-pkcs8-cleartext ~/.zen/tmp/gchange.key ) + echo "$GNS" + echo "$GNS" | nc -l -p 12345 -q 1 & ## CHECK IF ALREADY EXISTING PLAYER - # IF NOT CREATE TW + # IF NOT = BATCH CREATE TW continue