Skip to content

Commit a00959e

Browse files
TippyFlitsUKgitbook-bot
authored andcommitted
GITBOOK-6: No subject
1 parent b5de69d commit a00959e

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

storage-providers/pdp/install-and-run-pdp.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ EOF
8282

8383
***
8484

85-
## ⛓️ Installing and Running Lotus - Calibration Testnet
85+
## ⛓️ Installing and Running Lotus
8686

8787
🧠 Lotus is your gateway to the Filecoin network. It syncs the chain, manages wallets, and is required for Curio to interact with your node.
8888

@@ -98,6 +98,14 @@ cd lotus
9898
git checkout $(curl -s https://api.github.com/repos/filecoin-project/lotus/releases/latest | jq -r .tag_name)
9999
```
100100

101+
**Build and Install for Mainnet**
102+
103+
```sh
104+
make clean && make lotus
105+
sudo make install-daemon
106+
lotus --version
107+
```
108+
101109
**Build and Install for Calibration**
102110

103111
```sh
@@ -116,6 +124,12 @@ You should see something like: `lotus version 1.32.2+calibnet+git.ff88d8269`
116124

117125
Download the Snapshot
118126

127+
**Mainnet:**
128+
129+
```sh
130+
aria2c -x5 -o snapshot.car.zst https://forest-archive.chainsafe.dev/latest/mainnet/
131+
```
132+
119133
**Calibration:**
120134

121135
```sh
@@ -299,14 +313,22 @@ git checkout rename
299313
Curio is compiled for a specific Filecoin network at build time. Choose the appropriate build command below.
300314
{% endhint %}
301315

302-
{% hint style="info" %}
303-
This step will take a few minutes to complete.
304-
{% endhint %}
316+
Mainnet
317+
318+
```sh
319+
make clean build
320+
```
321+
322+
Calibration
305323

306324
```sh
307325
make clean calibnet
308326
```
309327

328+
{% hint style="info" %}
329+
This step will take a few minutes to complete.
330+
{% endhint %}
331+
310332
### ✅ Install and Verify Curio
311333

312334
Run the following to install the compiled binary:
@@ -449,6 +471,8 @@ This will launch the Curio web GUI locally.
449471

450472
🧠 This section enables **FWSS Proof of Data Possession (PDP)** on your SP node using Curio. These steps guide you through running a standalone PDP service using Curio and pdptool.
451473

474+
<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>PDP Support Channels</td><td><a href="../../.gitbook/assets/Filecoin.svg.png">Filecoin.svg.png</a></td><td><a href="https://filecoinproject.slack.com/archives/C0717TGU7V2">https://filecoinproject.slack.com/archives/C0717TGU7V2</a></td></tr></tbody></table>
475+
452476
### 📦 Attach Storage Locations
453477

454478
With Curio running with the GUI layer:
@@ -543,7 +567,7 @@ Browse to the **PDP** page of the Curio GUI and in the **Owner Address** section
543567
Your 0x wallet address - the delegated Ethereum address derived from your Filecoin delegated wallet private key - will be added to the **Owner Address** section of the Curio PDP page.
544568
{% endhint %}
545569

546-
Make sure to send a small amount of tFIL to your 0x wallet - we recommend 5 tFIL to ensure uninterrupted PDP operation during initial setup and testing. [Calibration test FIL faucet information](https://docs.filecoin.io/smart-contracts/developing-contracts/get-test-tokens).
570+
Make sure to send a small amount of FIL or tFIL (testnet FIL) to your 0x wallet - we recommend 8 FIL for Mainnet & 5 tFIL for Calibration to ensure uninterrupted PDP operation during initial setup and testing. [Calibration test FIL faucet information](https://docs.filecoin.io/smart-contracts/developing-contracts/get-test-tokens).
547571

548572
{% hint style="warning" %}
549573
**Important:** Secure your private key material. Don't expose or store it in plain text without protection.
@@ -601,10 +625,6 @@ Expected output:
601625
Ping successful: Service is reachable and JWT token is valid.
602626
```
603627

604-
{% hint style="info" %}
605-
Note: The first ping often fails. Try again after a short delay.
606-
{% endhint %}
607-
608628
***
609629

610630
## 🎉 You're Done!
@@ -622,4 +642,4 @@ You've successfully launched a **PDP-enabled Filecoin Storage Provider** stack.
622642
## 🔜 Next Steps
623643

624644
* 🧭 Monitor logs and metrics
625-
* 💬 Join the community - Filecoin Slack - [#fil-pdp](https://filecoinproject.slack.com/archives/C0717TGU7V2) [#spx-pdp](https://filecoinproject.slack.com/archives/C08JQBA7PEX)
645+
* 💬 Join the community - Filecoin Slack - [#fil-pdp](https://filecoinproject.slack.com/archives/C0717TGU7V2)

0 commit comments

Comments
 (0)