Skip to content

Commit b2be55e

Browse files
author
TippyFlits
committed
Remove emojis from GitBook hint blocks
Removed emoji symbols from all hint blocks as they are redundant with GitBook's color-coded alert banners. Kept emojis in section headers for better visual navigation.
1 parent d6ad691 commit b2be55e

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

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

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
6161
```
6262

6363
{% hint style="info" %}
64-
💡 When prompted, choose the option 1) Proceed with standard installation (default — just press Enter).
64+
When prompted, choose the option 1) Proceed with standard installation (default — just press Enter).
6565
{% endhint %}
6666

6767
```sh
@@ -108,7 +108,7 @@ lotus --version
108108
```
109109

110110
{% hint style="success" %}
111-
You should see something like: `lotus version 1.32.2+calibnet+git.ff88d8269`
111+
You should see something like: `lotus version 1.32.2+calibnet+git.ff88d8269`
112112
{% endhint %}
113113

114114
***
@@ -131,7 +131,7 @@ nohup lotus daemon > ~/lotus.log 2>&1 &
131131
```
132132

133133
{% hint style="info" %}
134-
💡 If you encounter errors related to `EnableEthRPC` or `EnableIndexer`, run the following command and restart Lotus
134+
If you encounter errors related to `EnableEthRPC` or `EnableIndexer`, run the following command and restart Lotus
135135
{% endhint %}
136136

137137
```sh
@@ -174,11 +174,11 @@ lotus wallet list # List all created wallets
174174
Make sure to send a small amount of FIL to each wallet - we recommend 1 FIL per wallet to ensure the creation of your Storage Provider in Curio. [Calibration test FIL faucet information](https://docs.filecoin.io/smart-contracts/developing-contracts/get-test-tokens).
175175

176176
{% hint style="success" %}
177-
Both wallets will be used during Curio initialisation.
177+
Both wallets will be used during Curio initialisation.
178178
{% endhint %}
179179

180180
{% hint style="warning" %}
181-
⚠️ **Tip:** [Back up](https://lotus.filecoin.io/lotus/manage/manage-fil/#exporting-and-importing-addresses) your wallet keys securely before continuing. Losing them will result in permanent loss of access to funds.
181+
**Tip:** [Back up](https://lotus.filecoin.io/lotus/manage/manage-fil/#exporting-and-importing-addresses) your wallet keys securely before continuing. Losing them will result in permanent loss of access to funds.
182182
{% endhint %}
183183

184184
***
@@ -190,7 +190,7 @@ Make sure to send a small amount of FIL to each wallet - we recommend 1 FIL per
190190
### 🛠 Set ulimit configuration
191191

192192
{% hint style="warning" %}
193-
⚠️ Before starting Yugabyte, you must increase the default `ulimit` values to ensure system limits do not interfere with the database.
193+
Before starting Yugabyte, you must increase the default `ulimit` values to ensure system limits do not interfere with the database.
194194
{% endhint %}
195195

196196
To do this:
@@ -219,7 +219,7 @@ ulimit -n
219219
```
220220

221221
{% hint style="success" %}
222-
This should output `1048576`.
222+
This should output `1048576`.
223223
{% endhint %}
224224

225225
### ⚙️ Install Yugabyte
@@ -241,19 +241,19 @@ cd yugabyte-2.25.1.0
241241
```
242242

243243
{% hint style="warning" %}
244-
⚠️ If you encounter locale-related errors when starting Yugabyte for the first time, run:
244+
If you encounter locale-related errors when starting Yugabyte for the first time, run:
245245
{% endhint %}
246246

247247
```sh
248248
sudo locale-gen en_US.UTF-8
249249
```
250250

251251
{% hint style="success" %}
252-
Visit `http://127.0.0.1:15433` to confirm successful installation. This is the YugabyteDB web UI — it should display the dashboard if the service is running correctly and all nodes are healthy.
252+
Visit `http://127.0.0.1:15433` to confirm successful installation. This is the YugabyteDB web UI — it should display the dashboard if the service is running correctly and all nodes are healthy.
253253
{% endhint %}
254254

255255
{% hint style="info" %}
256-
💡 You can also check your Yugabyte cluster details directly in the CLI with:
256+
You can also check your Yugabyte cluster details directly in the CLI with:
257257
{% endhint %}
258258

259259
```sh
@@ -293,11 +293,11 @@ git checkout rename
293293
```
294294

295295
{% hint style="info" %}
296-
🛠 Curio is compiled for a specific Filecoin network at build time. Choose the appropriate build command below.
296+
Curio is compiled for a specific Filecoin network at build time. Choose the appropriate build command below.
297297
{% endhint %}
298298

299299
{% hint style="info" %}
300-
⏱️ This step will take a few minutes to complete.
300+
This step will take a few minutes to complete.
301301
{% endhint %}
302302

303303
```sh
@@ -369,7 +369,7 @@ For this step, use the two BLS wallets you created earlier with Lotus:
369369
These addresses must match the Lotus wallets created earlier.
370370

371371
{% hint style="info" %}
372-
💡 You can display your Lotus wallets at any time by running:
372+
You can display your Lotus wallets at any time by running:
373373
{% endhint %}
374374

375375
```sh
@@ -383,23 +383,23 @@ Choose sector size:
383383
* `64 GiB`
384384

385385
{% hint style="info" %}
386-
💡 Selecting a sector size is required during the Curio guided setup, but **PDP itself doesn't use sectors**. Proof set sizes in PDP are **arbitrary and fully flexible.**
386+
Selecting a sector size is required during the Curio guided setup, but **PDP itself doesn't use sectors**. Proof set sizes in PDP are **arbitrary and fully flexible.**
387387
{% endhint %}
388388

389389
#### 5️⃣ Create Miner Actor
390390

391391
Review the information to ensure all inputs are correct. Then select "**Continue to verify the addresses and create a new miner actor**" to proceed.
392392

393393
{% hint style="info" %}
394-
⏱️ This step may take a few minutes to complete as Curio pushes the message and waits for it to land on-chain.
394+
This step may take a few minutes to complete as Curio pushes the message and waits for it to land on-chain.
395395
{% endhint %}
396396

397397
Once the actor is created, Curio will:
398398

399399
* Register your miner ID
400400

401401
{% hint style="info" %}
402-
💡 If the guided setup fails after creating the miner actor, run the following command to complete the installation:
402+
If the guided setup fails after creating the miner actor, run the following command to complete the installation:
403403
{% endhint %}
404404

405405
```sh
@@ -462,7 +462,7 @@ curio cli storage attach --init --store /long-term-storage/path
462462
```
463463

464464
{% hint style="info" %}
465-
💡 Your fast-storage path should point to high-performance storage media such as NVMe or SSD
465+
Your fast-storage path should point to high-performance storage media such as NVMe or SSD
466466
{% endhint %}
467467

468468
***
@@ -474,7 +474,7 @@ Browse to the **Configurations** page of the Curio GUI.
474474
Create a new layer named **pdp** and enable the following under Subsystems:
475475

476476
{% hint style="info" %}
477-
💡 You may find it helpful to search for the setting names in your browser.
477+
You may find it helpful to search for the setting names in your browser.
478478
{% endhint %}
479479

480480
*`EnableParkPiece`
@@ -489,15 +489,15 @@ In the **HTTP** section:
489489
* 📡 ListenAddress: `0.0.0.0:443`
490490

491491
{% hint style="info" %}
492-
💡 **Tip:** You must point your domain's A record to your server's public IP address for Let's Encrypt to issue a certificate.
492+
**Tip:** You must point your domain's A record to your server's public IP address for Let's Encrypt to issue a certificate.
493493
{% endhint %}
494494

495495
***
496496

497497
### 💰 Import your Filecoin Wallet Private Key:
498498

499499
{% hint style="warning" %}
500-
⚠️ There are several ways to obtain private keys for Ethereum addresses. In this guide, we will use a new delegated FIL wallet address.
500+
There are several ways to obtain private keys for Ethereum addresses. In this guide, we will use a new delegated FIL wallet address.
501501
{% endhint %}
502502

503503
Create a new delegated wallet:
@@ -512,7 +512,7 @@ t410fuo4dghaeiqzokiqnxruzdr6e3cjktnxprrc56bi
512512
```
513513

514514
{% hint style="info" %}
515-
💡 You can display your Lotus wallets at any time by running:
515+
You can display your Lotus wallets at any time by running:
516516
{% endhint %}
517517

518518
```sh
@@ -537,13 +537,13 @@ Browse to the **PDP** page of the Curio GUI and in the **Owner Address** section
537537
* Select **Import Key**
538538

539539
{% hint style="success" %}
540-
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.
540+
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.
541541
{% endhint %}
542542

543543
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).
544544

545545
{% hint style="warning" %}
546-
⚠️ **Important:** Secure your private key material. Don't expose or store it in plain text without protection.
546+
**Important:** Secure your private key material. Don't expose or store it in plain text without protection.
547547
{% endhint %}
548548

549549
***
@@ -557,7 +557,7 @@ curio run --layers=gui,pdp
557557
```
558558

559559
{% hint style="warning" %}
560-
⚠️ If you encounter errors binding to port 443 when starting Curio with the pdp configuration layer, run:
560+
If you encounter errors binding to port 443 when starting Curio with the pdp configuration layer, run:
561561
{% endhint %}
562562

563563
```sh
@@ -567,7 +567,7 @@ sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/curio
567567
Test the PDP service:
568568

569569
{% hint style="info" %}
570-
💡 If `pdptool` is not installed, clone and build Curio:
570+
If `pdptool` is not installed, clone and build Curio:
571571
{% endhint %}
572572

573573
```sh
@@ -587,19 +587,19 @@ Generate a service secret:
587587
```
588588

589589
{% hint style="info" %}
590-
💡 Always use `public` for the `--service-name` flag
590+
Always use `public` for the `--service-name` flag
591591
{% endhint %}
592592

593593
{% hint style="success" %}
594-
Expected output:
594+
Expected output:
595595
{% endhint %}
596596

597597
```sh
598598
Ping successful: Service is reachable and JWT token is valid.
599599
```
600600

601601
{% hint style="info" %}
602-
💡 Note: The first ping often fails. Try again after a short delay.
602+
Note: The first ping often fails. Try again after a short delay.
603603
{% endhint %}
604604

605605
***

0 commit comments

Comments
 (0)