Skip to content

Commit

Permalink
New translations plotters.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation committed Dec 5, 2023
1 parent 802da6b commit adda393
Showing 1 changed file with 28 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,35 +88,36 @@ Usage: chia plotters bladebit cudaplot [OPTIONS]

Options:

| Short Command | Long Command | Type | Required | Description |
|:------------- |:----------------- |:------- |:-------- |:------------------------------------------------------------------------------------------------------------- |
| -r | --threads | INTEGER | False | Num threads [Default: 12] |
| -n | --count | INTEGER | False | Number of plots to create [Default: 1] |
| -f | --farmerkey | TEXT | False | Farmer Public Key (48 bytes) [Default: use the key from the current wallet] |
| -p | --pool-key | TEXT | False | Pool Public Key (48 bytes) [Default: use the key from the current wallet (self-pooling)] |
| -c | --contract | TEXT | False | Pool Contract Address (64 chars) [Default: none] |
| -t | --tmp_dir | TEXT | False | Temporary directory 1 (where most of the plot's temp data will be stored) [Default: in memory] |
| -2 | --tmp_dir2 | TEXT | False | Temporary directory 2 [Default: same as `tmp_dir`] |
| -i | --id | TEXT | False | Plot ID [Default: generate a random ID] |
| -w | --warmstart | None | False | Set to enable warm start [Default: disabled] |
| | --nonuma | None | False | Set to disable numa [Default: enabled] |
| | --no-cpu-affinity | None | False | Set to disable assigning automatic thread affinity [Default: enabled] |
| -v | --verbose | None | False | Set to enable verbose output [Default: disabled] |
| -d | --final_dir | TEXT | True | Final directory after plot has been created |
| | --compress | INTEGER | False | Compression level, 0-9 are accepted [Default: 1] |
| | --device | INTEGER | False | The CUDA device index (typically 0 or 1), set if more than one GPU is installed [Default: 0] |
| | --disk-128 | None | False | Enable hybrid disk plotting, requires 128 GB of system RAM [Default: disabled] |
| | --disk-16* | None | False | Enable hybrid disk plotting, requires at least 16 GB of system RAM [Default: disabled] ***SEE WARNING BELOW** |
| -h | --help | None | False | Show a help message and exit |
| Short Command | Long Command | Type | Required | Description |
|:------------- |:----------------- |:------- |:-------- |:---------------------------------------------------------------------------------------------------------------- |
| -r | --threads | INTEGER | False | Num threads [Default: 12] |
| -n | --count | INTEGER | False | Number of plots to create [Default: 1] |
| -f | --farmerkey | TEXT | False | Farmer Public Key (48 bytes) [Default: use the key from the current wallet] |
| -p | --pool-key | TEXT | False | Pool Public Key (48 bytes) [Default: use the key from the current wallet (self-pooling)] |
| -c | --contract | TEXT | False | Pool Contract Address (64 chars) [Default: none] |
| -t | --tmp_dir | TEXT | False | Temporary directory 1 (where most of the plot's temp data will be stored) [Default: in memory] |
| -2 | --tmp_dir2 | TEXT | False | Temporary directory 2 [Default: same as `tmp_dir`] |
| -i | --id | TEXT | False | Plot ID [Default: generate a random ID] |
| -w | --warmstart | None | False | Set to enable warm start [Default: disabled] |
| | --nonuma | None | False | Set to disable numa [Default: enabled] |
| | --no-cpu-affinity | None | False | Set to disable assigning automatic thread affinity [Default: enabled] |
| -v | --verbose | None | False | Set to enable verbose output [Default: disabled] |
| -d | --final_dir | TEXT | True | Final directory after plot has been created |
| | --compress | INTEGER | False | Compression level, 0-9 are accepted [Default: 1] |
| | --device | INTEGER | False | The CUDA device index (typically 0 or 1), set if more than one GPU is installed [Default: 0] |
| | --disk-128 | None | False | Enable hybrid disk plotting, requires 128 GB of system RAM [Default: disabled] |
| | --disk-16\* | None | False | Enable hybrid disk plotting, requires at least 16 GB of system RAM [Default: disabled] **\*SEE WARNING BELOW** |
| -h | --help | None | False | Show a help message and exit |

:::warning warning

A few notes about the `disk-16` option:
* As of BladeBit 3.0.1 (Chia 2.1.0), `disk-16` is experimental.
* This option has been disabled in the Chia 2.1.0 release. It is currently only available from the [standalone version](https://github.com/Chia-Network/bladebit/) of BladeBit.
* Plots created with this option on Linux with direct I/O disabled appear to work, but more testing is still needed.
* Plots created with this option on Windows are more likely to encounter issues.
* Be sure to check all plots created with this option, as they could be invalid even if the plotter appeared to succeed.

- As of BladeBit 3.0.1 (Chia 2.1.0), `disk-16` is experimental.
- This option has been disabled in the Chia 2.1.0 release. It is currently only available from the [standalone version](https://github.com/Chia-Network/bladebit/) of BladeBit.
- Plots created with this option on Linux with direct I/O disabled appear to work, but more testing is still needed.
- Plots created with this option on Windows are more likely to encounter issues.
- Be sure to check all plots created with this option, as they could be invalid even if the plotter appeared to succeed.

:::

Expand Down Expand Up @@ -201,7 +202,7 @@ Options:

Functionality: Determine your farm's maximum capacity; this command is **only** avaible with the [standalone version](https://github.com/Chia-Network/bladebit/) of BladeBit.

Usage: bladebit simulate [OPTIONS] <plot_file_path>
Usage: bladebit simulate [OPTIONS] \<plot_file_path>

Options:

Expand All @@ -219,4 +220,4 @@ Options:
| -d | --device | INTEGER | False | Cuda device index, to be used when more than one device exists [Default: 0] |
| -h | --help | None | False | Show a help message and exit |

---
---

0 comments on commit adda393

Please sign in to comment.