HOWTO READ BLOCK CHAIN

This commit is contained in:
qo-op 2021-06-06 04:49:03 +02:00
parent a9b4fae058
commit 567dae25a1
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ then
fi
########################################################################
## READ BLOCK CHAIN ##
# BLOCKN=$(ipfs cat /ipns/${IPFSNODEID}/.${IPFSNODEID}/.chain)
# BLOCK=$(ipfs cat /ipfs/$BLOCKN/.${IPFSNODEID}/.chain)
# TIME=$(ipfs cat /ipns/${IPFSNODEID}/.${IPFSNODEID}/.timestamp)
# BLOCK=$(ipfs cat /ipns/${IPFSNODEID}/.${IPFSNODEID}/.chain)
# while [[ $BLOCK ]]
# do
# TIME=$(ipfs cat /ipfs/$BLOCK/.${IPFSNODEID}/.timestamp)