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
Copy file name to clipboardExpand all lines: i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/farming/dual-farming-testnet-mainnet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For the mainnet installation, we will stick with the default ports and `CHIA_ROO
24
24
## 设置测试网络安装
25
25
26
26
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`
Copy file name to clipboardExpand all lines: i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/farming/farming-compressed-plots.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,13 @@ In the future, we plan to enable decompression at the farmer level. In the futur
31
31
3. Slide the `Enable compressed plot support` slider to the right, as shown in the above image.
32
32
33
33
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.
34
37
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.
38
39
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.
42
41
43
42
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.
Copy file name to clipboardExpand all lines: i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/getting-started/farming-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,9 +202,9 @@ This screen shows your node's syncing status. In order to farm Chia, your node n
202
202
203
203
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.
204
204
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).
Copy file name to clipboardExpand all lines: i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference-client/install-and-setup/timelord-install.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,16 @@ Running a timelord on a farming machine will reduce the efficiency of the farmer
25
25
Requirements:
26
26
27
27
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
+
30
31
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
+
32
34
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.
0 commit comments