Iām new here. I ran my first āipfs initā yesterday and got my first hash and all appear well.
But today I have already forgotten my hash. I try āipfs initā again and it shows
initializing IPFS node at C:\Users\Administrator.PC201603270858\.ipfs
Error: ipfs configuration file already exists!
Reinitializing would overwrite your keys.
At first , i thought the hash maybe in the configfile. So I open the configfile and found the value of āpeerIDā, but it doesnāt work with it.
>ipfs cat /ipfs/QmPgqUZ82T4uMx3FLtifYtSDo21WFhHiVzRA8UuAwNkTEU/readme
Error: merkledag: not found
So , how can I get my merkledag that already exists int the system.???
FYI, for other people with this same question, you can run ipfs pin ls to list the hashes of all the content pinned on your node. This will include everything that you have added using ipfs add command because that command pins the content by default.
Note: this can take a long time to run, especially if you have pinned a lot of stuff on your node.
I only added āhello worldā using ipfs add. what about the others ?
In my opinion, did i became one of the decentralized node? when i browse through some file in the network of IPFS, IPFS will add some file locally just like run `ipfs addā. Is it the answer to my question that i mentioned ?
Use ipfs object patch to add all the hashes you want to keep pinned to some IPNS hash on the originator. Then use polling to periodically update the IPNS hash pin on the receivers.