TODO GET ALL MY GCHANGE FRIENDS AND SEND THEM my IPFS Address

This commit is contained in:
qo-op 2020-12-02 15:07:43 +01:00
parent 5b69fb0500
commit 4ac5123c58
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
######################################################################## ########################################################################
MY_PATH="`dirname \"$0\"`" # relative MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized
ME="${0##*/}" ME="${0##*/}"
######################################################################## ########################################################################
# ENVIRONEMENT DETECTION + IPFS ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_info # ENVIRONEMENT DETECTION + IPFS ~/.zen/ipfs/.$IPFSNODEID/G1SSB/_info
@ -105,6 +105,7 @@ IWALLETS=$(ipfs add -rHq ~/.zen/ipfs | tail -n 1)
NODEIPNS=$(ipfs name publish --allow-offline --quieter /ipfs/$IWALLETS) NODEIPNS=$(ipfs name publish --allow-offline --quieter /ipfs/$IWALLETS)
### ###
# # TODO GET ALL MY GCHANGE FRIENDS AND SEND THEM my IPFS Address
exit 0 exit 0