Skip to content
#

ipfs-protocol

ipfs logo

IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.

In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).

IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.

Here are 15 public repositories matching this topic...

wilsonliu6
wilsonliu6 commented Jun 6, 2018

对于private ipfs搭建,有以下几个问题:

  1. 能否标注是用哪个go-ipfs版本?
  2. 关于章节五 启动并查看各个节点中,各个节点是如何启动的?
  • 是否需要先启动节点D (ipfs daemon 即可???)
  • 然后启动节点A、B、C (ipfs daemon 即可???)
  • 是否还有其他设置??
  1. 目前遇到的问题
  • 启动第一个节点D(ipfs bootstrap list为空)的时候,出现以下错误:
    `
    ERROR ipns-repu

Created by Juan Benet

Released May 23, 2014

Repository
ipfs/ipfs
Website
ipfs.io
Wikipedia
Wikipedia
You can’t perform that action at this time.