You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curio is compiled for a specific Filecoin network at build time. Choose the appropriate build command below.
300
314
{% endhint %}
301
315
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
305
323
306
324
```sh
307
325
make clean calibnet
308
326
```
309
327
328
+
{% hint style="info" %}
329
+
This step will take a few minutes to complete.
330
+
{% endhint %}
331
+
310
332
### ✅ Install and Verify Curio
311
333
312
334
Run the following to install the compiled binary:
@@ -449,6 +471,8 @@ This will launch the Curio web GUI locally.
449
471
450
472
🧠 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.
451
473
474
+
<tabledata-view="cards"><thead><tr><th></th><thdata-hiddendata-card-coverdata-type="image">Cover image</th><thdata-hiddendata-card-targetdata-type="content-ref"></th></tr></thead><tbody><tr><td>PDP Support Channels</td><td><ahref="../../.gitbook/assets/Filecoin.svg.png">Filecoin.svg.png</a></td><td><ahref="https://filecoinproject.slack.com/archives/C0717TGU7V2">https://filecoinproject.slack.com/archives/C0717TGU7V2</a></td></tr></tbody></table>
475
+
452
476
### 📦 Attach Storage Locations
453
477
454
478
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
543
567
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.
544
568
{% endhint %}
545
569
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).
547
571
548
572
{% hint style="warning" %}
549
573
**Important:** Secure your private key material. Don't expose or store it in plain text without protection.
@@ -601,10 +625,6 @@ Expected output:
601
625
Ping successful: Service is reachable and JWT token is valid.
602
626
```
603
627
604
-
{% hint style="info" %}
605
-
Note: The first ping often fails. Try again after a short delay.
* 💬 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