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
### 🗳️ Register Your PDP Calibration Node With The Filecoin Warm Storage Service
548
546
549
-
```sh
550
-
./pdptool ping --service-url https://your-domain.com --service-name public
551
-
```
547
+
Browse to the **PDP** page of the Curio GUI and locate the **Filecoin Service Registry** section.
548
+
549
+
#### STEP 1 — Update Details
550
+
551
+
Select **Update Details** and fill in:
552
+
553
+
| Field | Notes |
554
+
| --- | --- |
555
+
| Name | ≤ 128 chars |
556
+
| Description | ≤ 256 chars |
557
+
558
+
Select **Update** to submit your node details to the on-chain FWSS contract.
552
559
553
560
{% hint style="info" %}
554
-
Always use `public` for the `--service-name` flag
561
+
You can review the names and descriptions of other FWSS providers at [https://filecoin.cloud/service-providers](https://filecoin.cloud/service-providers).
555
562
{% endhint %}
556
563
557
-
{% hint style="success" %}
558
-
Expected output:
559
-
{% endhint %}
564
+
#### STEP 2 — Update PDP Offering
560
565
561
-
```sh
562
-
Ping successful: Service is reachable and JWT token is valid.
563
-
```
566
+
Select **Update PDP Offering** and set:
567
+
568
+
| Field | Recommended value |
569
+
| --- | --- |
570
+
| Minimum Piece Size (Bytes) |`1048576`|
571
+
| Maximum Piece Size (Bytes) |`1073741824`|
572
+
| Storage Price (USDFC per TiB per day) |`0.833`|
573
+
| Minimum Proving Period (Epochs) |`30`|
574
+
| Location | e.g. `C=US;ST=California;L=San Francisco` (only `C=` is required) |
575
+
576
+
Then use **Add Capability** to add the following key/value pairs:
577
+
578
+
| Key | Value |
579
+
| --- | --- |
580
+
|`serviceStatus`|`prod`|
581
+
|`capacityTib`| your available storage capacity in TiB |
582
+
583
+
Select **Update PDP** to submit your offering to the on-chain FWSS contract.
584
+
585
+
You can revisit **Update PDP Offering** at any time to change the Service URL, piece size range, IPNI toggles, price, proving period, location, or custom capabilities.
564
586
565
587
***
566
588
@@ -569,15 +591,15 @@ Ping successful: Service is reachable and JWT token is valid.
569
591
You've successfully launched a **PDP-enabled Filecoin Storage Provider** stack. Your system is now:
570
592
571
593
* ✅ Syncing with the Filecoin network via Lotus
572
-
* ✅ Recording deal and sector metadata in YugabyteDB
594
+
* ✅ Recording deal and piece metadata in YugabyteDB
573
595
* ✅ Operating Curio to manage sealing and coordination
574
596
* ✅ Enabled Proof of Data Possession (PDP)
575
597
* ✅ Connected to your PDP-enabled storage provider
598
+
* ✅ Registered with the Filecoin Warm Storage Service onchain contract
576
599
577
600
***
578
601
579
602
## 🔜 Next Steps
580
603
581
-
* :heavy\_check\_mark: Register your FWSS node
582
604
*:link: Explore FWSS & PDP tools & resources at [https://www.filecoin.services](https://www.filecoin.services/)
583
605
* 💬 Join the community - Filecoin Slack - [#fil-pdp](https://filecoinproject.slack.com/archives/C0717TGU7V2)
0 commit comments