Skip to content

Commit 1c1d142

Browse files
committed
fix prettier issues 2/2
1 parent f29f8a5 commit 1c1d142

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/farming/dual-farming-testnet-mainnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the mainnet installation, we will stick with the default ports and `CHIA_ROO
2424
## 设置测试网络安装
2525

2626
1. (Optional) Install [yq](https://github.com/mikefarah/yq#install) to make editing the yaml files easier
27-
1. Alternatively, you can manually edit the ports in `config.yaml`
27+
- Alternatively, you can manually edit the ports in `config.yaml`
2828
2. 运行以下命令:
2929

3030
```bash

i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/farming/farming-compressed-plots.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ In the future, we plan to enable decompression at the farmer level. In the futur
3131
3. Slide the `Enable compressed plot support` slider to the right, as shown in the above image.
3232

3333
4. For `Parallel Decompressor Count`, the default value of `1` will be fine for most users. Here are some details:
34+
- This number _only_ affects the amount of memory used for decompression.
35+
- The amount memory required will vary according to the level of compression. For example, if `Parallel Decompressor Count` is set to `1`, around 600-700 MB of memory will be consumed while decompressing a single C7 plot.
36+
- The amount of memory required will scale linearly, so setting it to `2` will double the required memory.
3437

35-
- This number _only_ affects the amount of memory used for decompression.
36-
- The amount memory required will vary according to the level of compression. For example, if `Parallel Decompressor Count` is set to `1`, around 600-700 MB of memory will be consumed while decompressing a single C7 plot.
37-
- The amount of memory required will scale linearly, so setting it to `2` will double the required memory.
38+
If your harvester has sufficient memory, as well as a high CPU core count, you can increase this number. For example, <code>2</code> might be optimal for a 16-core CPU, or <code>4</code> for dual 32-core CPUs. For example, `2` might be optimal for a 16-core CPU, or `4` for dual 32-core CPUs.
3839

39-
If your harvester has sufficient memory, as well as a high CPU core count, you can increase this number. For example, <code>2</code> might be optimal for a 16-core CPU, or <code>4</code> for dual 32-core CPUs. For example, `2` might be optimal for a 16-core CPU, or `4` for dual 32-core CPUs.
40-
41-
However, the generation and speed of your CPU will also have a large impact on the optimal setting. If you do increase `Parallel Decompressor Count`, be sure to monitor your harvester's performance as there is no one-size-fits-all solution.
40+
However, the generation and speed of your CPU will also have a large impact on the optimal setting. If you do increase `Parallel Decompressor Count`, be sure to monitor your harvester's performance as there is no one-size-fits-all solution.
4241

4342
5. The default value for `Decompressor Thread Count` is `0`. This is the number of threads that will participate in decompressing plots. This number, multiplied by `Parallel Decompressor Count`, needs to less than or equal to the total number of harvester cores.
4443

i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/getting-started/farming-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ This screen shows your node's syncing status. In order to farm Chia, your node n
202202

203203
1. Sync from genesis -- the above image shows this happening. Your node will connect with up to 80 peers and download information for each block. This is the most secure way to sync a node, and the only way to be sure that the information is accurate. However, it will take at least a few days, and possibly a week or more to sync from genesis, depending on your node's speed, your internet connection, and the quality of the peers to which you connect.
204204
2. Download a checkpoint database -- this option will allow you to sync much faster, but you have to trust that the information is accurate. For most users, this will be a worthwhile tradeoff.
205-
- Head to our official [checkpoint download page](https://www.chia.net/downloads/#database-checkpoint) and click the `Torrent` link for the mainnet Database.
206-
- When your download has completed, use [BitTorrent](https://www.bittorrent.com/) to open it; be sure to verify it with the checksum listed on the download page.
207-
- Move the database to the appropriate destination (see below).
205+
- Head to our official [checkpoint download page](https://www.chia.net/downloads/#database-checkpoint) and click the `Torrent` link for the mainnet Database.
206+
- When your download has completed, use [BitTorrent](https://www.bittorrent.com/) to open it; be sure to verify it with the checksum listed on the download page.
207+
- Move the database to the appropriate destination (see below).
208208

209209
:::warning
210210

i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/install-and-setup/timelord-install.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ Running a timelord on a farming machine will reduce the efficiency of the farmer
2525
Requirements:
2626

2727
1. Software Timelord
28-
- With the release of ASIC timelords, software timelords will have a near impossible time competing. It is recommended to only run a software timelord for experimentation and learning purposes.
29-
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
28+
- With the release of ASIC timelords, software timelords will have a near impossible time competing. It is recommended to only run a software timelord for experimentation and learning purposes.
29+
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
30+
3031
2. Bluebox Timelord
31-
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
32+
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
33+
3234
3. ASIC Timelord
33-
- The ASIC hardware
34-
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
35-
- Two USB-C cables (one for power and one for data). Preferably USB-C to USB-C but we have successfully tested USB-A to USB-C without too much performance loss.
35+
- The ASIC hardware
36+
- Dedicated host machine that is a modern gaming PC with minimum 6 fast cores and 8GB of RAM.
37+
- Two USB-C cables (one for power and one for data). Preferably USB-C to USB-C but we have successfully tested USB-A to USB-C without too much performance loss.
3638

3739
Dependencies:
3840

0 commit comments

Comments
 (0)