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

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLinn committed Apr 18, 2019
2 parents 59ac733 + 22024bf commit 44d3ace
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
14 changes: 3 additions & 11 deletions altcoin/filecoin.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,13 @@

### 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 compete file by only sending some of it
* 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
+ the main advantage is the fact that there is only a single massive swarm, where anybody can give a block to everybody.
* 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).


+ https://github.com/ipfs/notes/issues/208
+ https://www.reddit.com/r/ipfs/comments/8qbgj3/whats_the_practical_difference_between_ipfs_and/
+ https://www.reddit.com/r/ipfs/comments/7gnqox/why_hasnt_ipfs_taken_over_the_torrents_yet/
+ https://www.reddit.com/r/ipfs/comments/a694jd/ipfs_vs_torrents_from_a_filtering_perspective/
+ https://medium.com/@kidinamoto/ipfs-vs-bittorrent-9f1c3adb8fcd
1 change: 0 additions & 1 deletion bitcoin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ Revocable Sequence Maturity Contract (RSMC):[1] a contract used in Lightning to
- 希望赚交易费用,而闪电网络把大量小额交易都隔离开了

##### 闪电网络

see [Lightning Network](#lightning-network)

+ 主要支持者:Bitcoin Core
Expand Down
2 changes: 1 addition & 1 deletion mining.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ Anti-ASIC 算法,试图达到这一目标,但这些算法都不尽人意。这
* DDoS
- 一层硬件防火墙
- 软件防火墙不太行
* 藏块攻击
* [藏块攻击](/blockchain/attack.md)

0 comments on commit 44d3ace

Please sign in to comment.