Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle issue #501 #502

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updated network indexer
jot2re committed Feb 1, 2023
commit 674856e4ab1b22e43b1148b3ab0ad83264081503
6 changes: 3 additions & 3 deletions content/en/curriculum/dev-tools/network-indexer/index.md
Original file line number Diff line number Diff line change
@@ -283,13 +283,13 @@ $ provider init



In the provider config, under the `"Reframe"` object, update the `""ProviderID": "<KUBO_NODE_PEERID>","` with the PeerID from your kubo node that you noted in the previous step:
In the provider config, update the `"Reframe"` object.

Open the index-provider config
```
$ vim ~/.index-provider/config
```
Add in your ipfs `PeerID` to the `.index-provider/config` `"ProviderID":` like so:
Replace the `Reframe` object with the following `Reframe` object, after replacing `<KUBO_NODE_PEERID>` with the `PeerID` you wrote down from `.ipfs/config`:

```json
...
@@ -301,7 +301,7 @@ Add in your ipfs `PeerID` to the `.index-provider/config` `"ProviderID":` like s
"CidTtl": "24h0m0s",
"ChunkSize": 1,
"SnapshotSize": 100,
"ProviderID": "12D3KooWBEQR33uW1T6axtpspeyJo6m8Sy531fQ8mzQbW1JBnWxJ",
"ProviderID": "<KUBO_NODE_PEERID>",
"DsPageSize": 5000,
"Addrs": [
"/ip4/0.0.0.0/tcp/4001",