I've read a bit about IPFS and even added a feature to my comic book reader [1], but I am having trouble getting the basic flow to work:
- I created a VM running on Google Cloud that has go-ipfs installed
- ipfs daemon is running
- on the VM, I added a file (which I believe pins it): hash Qma8Ru1qrJjeVcw5NpY8nXrCWnRhwZpKx617vV3atTYA9t
- I can see lots of peers connecting via "ipfs swarm peers"
- on my local computer, I installed go-ipfs
When I try on my local computer:
$ ipfs get Qma8Ru1qrJjeVcw5NpY8nXrCWnRhwZpKx617vV3atTYA9t
it just sits there...
Is there a good way to monitor what's going on here (like is the IPFS node in the VM set up correctly)? Am I doing something wrong?