Hello! It may be a basic question.
I understand that we can store the data to IPFS via IPFS add command and then update the DHT . First of all, I’m curious if this is correct.
Is information about DHT being stored in the .ipfs directory?
I’m currently using the default configuration, so I’m using flatfs for the datastore.
I understand that the data is stored in .ipfs/blocks directory , but is the DHT data also stored in .ipfs/blocks?
Many computer running the same algorithm, together form a DHT. A DHT is a higher level abstraction. Some DHT data is stored locally but that’s not the point.
The DHT store PeerIds, CIDs and Muti-addresses and local blockstores store the actual data.