From c675a487c35ae2cbebe9fccb0d5d80fc4177043e Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 21 Oct 2022 13:50:45 +0200 Subject: [PATCH] Onboarding & Astronaut API http://qo-op.com:1234?MakeYourOwn --- 12345.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12345.sh b/12345.sh index 7164cfc9..044657d7 100755 --- a/12345.sh +++ b/12345.sh @@ -56,7 +56,7 @@ while true; do ## CALCULATING IPNS ADDRESS ipfs key rm gchange 2>/dev/null rm -f ~/.zen/tmp/gchange.key - ${MY_PATH}/keygen -t ipfs -o ~/.zen/tmp/gchange.key "$SALT" "$PEPPER" + ${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"