-> Read your Cesium messages to find how to Bootstrap your node

This commit is contained in:
qo-op 2020-11-16 23:29:47 +01:00
parent c33f1e3e0a
commit 4160685c32
1 changed files with 10 additions and 3 deletions

View File

@ -75,6 +75,8 @@ cat > ~/.zen/secret <<EOF
}
EOF
echo "~/.zen/secrets are OK !"
# MODIFY ~/.ipfs/config
[[ ! -f ~/.zen/astroport/zen/tools/crypto_pb2.py ]] \
&& mkdir -p ~/.zen/astroport/zen/tools/ \
@ -87,10 +89,15 @@ EOF
python3 ~/.zen/astroport/zen/tools/create_ipfsnodeid_from_tmp_secret.dunikey.py
echo
echo "copy the lines above in your console"
echo "then and apply jq commands to make your IPFS node ID https://Cesium.app compatible"
echo
echo "########################################################"
echo "Welcome to the G1 DRIVE"
echo "Configure IPFS: copy the lines above in your console"
echo "then run jq commands and make your IPFS NODE https://Cesium.app compatible"
echo " -> Read your Cesium messages to find how to Bootstrap your node"
echo
echo "jq '.Identity.PeerID=\"\$PeerID\"' ~/.ipfs/config"
echo "jq '.Identity.PrivKey=\"\$PrivKey\"' ~/.ipfs/config"
echo ""
rm -f /tmp/secret.dunikey
}