This commit is contained in:
fred 2022-10-21 13:50:45 +02:00
parent 9728522786
commit c675a487c3
1 changed files with 1 additions and 1 deletions

View File

@ -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"