Version information:
go-ipfs version: 0.4.10-
Repo version: 5
System version: amd64/linux
Golang version: go1.8.3
Type: Feature
Severity: Low
Description:
The size of objects and use patterns of IPFS are similar
to Coral [5] and Mainline [16], so the IPFS DHT makes a
distinction for values stored based on their size. Small values
(equal to or less than 1KB) are stored directly on the DHT.
According to IPFS whitepaper, after add some small data (<1KB) on ipfs,
one should still able to get the data even if the provider shutdown deamon,
because it has been stored on DHT.
I've tried a few time but can't get anything, also tried "ipfs dht provide " and still the same...
Did I misunderstand the way it works?
Version information:
go-ipfs version: 0.4.10-
Repo version: 5
System version: amd64/linux
Golang version: go1.8.3
Type: Feature
Severity: Low
Description:
According to IPFS whitepaper, after add some small data (<1KB) on ipfs,
one should still able to get the data even if the provider shutdown deamon,
because it has been stored on DHT.
I've tried a few time but can't get anything, also tried "ipfs dht provide " and still the same...
Did I misunderstand the way it works?