Last active
November 11, 2018 13:38
-
-
Save mallond/369c90885a2ae332fd3066c9df7b86ac to your computer and use it in GitHub Desktop.
IOTA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ipfs add -r jelly "Recursively hash the jelly directory" | |
ipfs pin add <hashKey> "Pin the hash" | |
ipfs refs local "Show local stored hashes" | |
ipfs refs local | wc -l "Count local stored hashes" | |
ipfs config Addresses.API /ip4/172.31.87.113/tcp/5001 | |
sudo systemctl stop ipfs | |
sudo systemctl start ipfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment