Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 1.1 KB

filecoin.md

File metadata and controls

23 lines (20 loc) · 1.1 KB

Filecoin

IPFS协议

IPFS vs BitTorrent

  • IPFS deduplicates across "torrents"
    • for torrents, there is essentially a separate swarm for every torrent. Two big torrents with only a few small files differing won't share peers as IPFS does, for example.
    • the way Bittorrent chunks content into blocks doesn't work for all types of content (and isn't designed for deduplication between torrents).
  • ipfs has trackerless peer discovery
    • magnet links have this too
  • ipfs can download part of a collection
  • ipfs has Pubsub
  • ipfs has mutiblity mechanisms
  • ipfs has proof of storage
    • prove you have a complete file by only sending some of it
  • ipfs takes several good ideas from protocols like Bittorrent, Git, SFS, Bitcoin and the web