(no title)
tinalumfoil | 3 years ago
I’m not making any predictions about how long Z library stays up, but the illegal seeding of movies and tv shows has remained very strong until today.
tinalumfoil | 3 years ago
I’m not making any predictions about how long Z library stays up, but the illegal seeding of movies and tv shows has remained very strong until today.
dale_glass|3 years ago
Last time I tried it, the ipfs service used its own storage scheme. Meaning it's not like pointing Apache at a directory. You take your stuff, and upload it into ipfsd first, and it puts that data into its storage system.
So to do this from scratch (not mirroring somebody else's content) needs a minimum of >62TB -- 31TB of content, which ipfsd will then package into 31TB more + overhead in its storage area.
And of course if you're doing this, you're expecting other people to mirror this stuff, so count on hundreds of terabytes of traffic.
So this is easily ~$3K in hard disks alone, plus the NAS/server hardware, plus traffic, plus the willingness to risk the FBI coming and grabbing all of it.
aabbcc1241|3 years ago
It maybe helpful to leave the files in the file system as is, and store the metadata in a sqlite database.
Then integrate it with a p2p network layer for crowd seeding and even content discovery.
boramalper|3 years ago
> So to do this from scratch (not mirroring somebody else's content) needs a minimum of >62TB -- 31TB of content, which ipfsd will then package into 31TB more + overhead in its storage area.
IPFS has `nocopy` option for quite some time now, which avoids copying.
> And of course if you're doing this, you're expecting other people to mirror this stuff, so count on hundreds of terabytes of traffic.
Of course you are expecting other people to mirror this stuff, and naturally that will generate some traffic. How is this not a problem with web mirrors or torrents?
typingmonkey|3 years ago