Skip to content

Commit

Permalink
web: rename go-ipfs to kubo
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Apr 3, 2024
1 parent d1cdd2c commit 72d4c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="f4">Where do I find my multiaddr?</h2>
</ul>
</li>
<li class="pb2">
<strong>Using the go-ipfs CLI</strong>
<strong>Using the kubo CLI</strong>
<ul>
<li>If you want to test your peerID rather than a particular address run <code>ipfs id</code> and enter <code>/p2p/{YourPeerID}</code></li>
<li>If you want to test a particular address then choose an entry from the list of addresses output by <code>ipfs id</code></li>
Expand All @@ -79,8 +79,8 @@ <h2 class="f4">What does it mean if I get an error?</h2>
<strong>Multihash not advertised in the dht</strong>. Your machine has not advertised that it has the given content in the
IPFS Public DHT. This means that other machines will have to discover that you have the content in some other
way (e.g. pre-connecting to you optimistically, pre-connecting to you since related content is already
advertised by you, some rendezvous service, being on the same LAN, etc.). If using go-ipfs consider enabling the
<a href="https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client">Accelerated DHT Client</a>,
advertised by you, some rendezvous service, being on the same LAN, etc.). If using kubo consider enabling the
<a href="https://github.com/ipfs/kubo/blob/master/docs/experimental-features.md#accelerated-dht-client">Accelerated DHT Client</a>,
which will advertise content faster and in particular should enable you to continue to republish your advertisements every 24hrs as
required by the network.
</li>
Expand Down

0 comments on commit 72d4c14

Please sign in to comment.