chia plots create プロットを作成する

Plots(耕地)の作成 各パラメータの詳細説明

[関連記事] 仮想通貨Chia Network(XCH)とは 多くの報酬を得る方法
[関連記事] Windowsでマイニングする方法
[関連記事] CentOSでマイニングする方法
[関連記事] Ubuntu/Debian/Raspberry PiでHDDマイニングする方法
[関連記事] 高速でPlot(耕作)する方法

chiaコマンド
  configure   構成を変更する
  farm        農場を管理する
  init        構成を作成または移行する
  keys        鍵を管理する
  netspace    ネットワーク上のファーム化されたスペースの合計を見積もる
  plots       プロットを管理する
    add     プロットのディレクトリを追加します
    check   プロットをチェックします
    create  プロットを作成する
    remove  config.yaml からプロットのディレクトリを削除します
    show    現在のプロットのディレクトリを表示します
  run_daemon  chia デーモンを実行します
  show        ノード情報を表示
  start       サービスグループの開始
  stop        サービスを停止する
  version     チアバージョンを表示
  wallet      ウォレットを管理する

Plots(耕地)の作成 各パラメータの詳細説明

ヘルプ
日本語訳
実行例

ヘルプ

$ chia plots create -h
Usage: chia plots create [OPTIONS]

Options:
  -k, --size INTEGER              Plot size  [default: 32]
  --override-k                    Force size smaller than 32  [default: False]
  -n, --num INTEGER               Number of plots or challenges  [default: 1]
  -b, --buffer INTEGER            Megabytes for sort/plot buffer  [default:
                                  3389]

  -r, --num_threads INTEGER       Number of threads to use  [default: 2]
  -u, --buckets INTEGER           Number of buckets  [default: 128]
  -a, --alt_fingerprint INTEGER   Enter the alternative fingerprint of the key
                                  you want to use

  -c, --pool_contract_address TEXT
                                  Address of where the pool reward will be
                                  sent to. Only used if alt_fingerprint and
                                  pool public key are None

  -f, --farmer_public_key TEXT    Hex farmer public key
  -p, --pool_public_key TEXT      Hex public key of pool
  -t, --tmp_dir PATH              Temporary directory for plotting files
                                  [default: .]

  -2, --tmp2_dir PATH             Second temporary directory for plotting
                                  files

  -d, --final_dir PATH            Final directory for plots (relative or
                                  absolute)  [default: .]

  -i, --plotid TEXT               PlotID in hex for reproducing plots
                                  (debugging only)

  -m, --memo TEXT                 Memo in hex for reproducing plots (debugging
                                  only)

  -e, --nobitfield                Disable bitfield
  -x, --exclude_final_dir         Skips adding [final dir] to harvester for
                                  farming

  -h, --help                      Show this message and exit.

日本語訳

$ chia plots create -h
使用法: chia plots create [オプション]

オプション:
  -k, --size 整数                 プロットサイズ  [デフォルト: 32]
  --override-k                    フォースサイズが 32未満  [デフォルト: False]
  -n, --num 整数                  プロットまたはチャレンジの数  [デフォルト: 1]
  -b, --buffer 整数               ソート/プロット バッファのメガバイト  [デフォルト: 3389]

  -r, --num_threads 整数          使用するスレッド数  [デフォルト: 2]
  -u, --buckets 整数              バケット数  [デフォルト: 128]
  -a, --alt_fingerprint 整数      使用したいキーの代替指紋を入力してください

  -c, --pool_contract_address 文字
                                  プール報酬の送付先住所。
                                  alt_fingerprintとプールの公開鍵がNoneの場合にのみ使用されます

  -f, --farmer_public_key 文字    16進農家の公開鍵
  -p, --pool_public_key 文字      プールの 16進公開鍵
  -t, --tmp_dir パス              ファイルをプロットするための一時ディレクトリ
                                  [デフォルト: .]

  -2, --tmp2_dir パス             ファイルをプロットするための 2 番目の一時ディレクトリ

  -d, --final_dir パス            プロットの最終ディレクトリ(相対または絶対)  [デフォルト: .]

  -i, --plotid 文字               プロットを再現するための 16進数の PlotID (デバッグのみ)

  -m, --memo 文字                 プロットを再現するための 16進数のメモ (デバッグのみ)

  -e, --nobitfield                ビットフィールドを無効にする
  -x, --exclude_final_dir         農業用のハーベスタへの [最終ディレクトリ] の追加をスキップします

  -h, --help                      このメッセージを表示して終了します。

実行例

$ nohup chia plots create -k 32 -b 4000 -r 2 -n 2 -t /chia/tmp -d /chia/data >> plots.log 2>&1 &

関連記事

スポンサーリンク

GROUPING関数 集計行であるかを返す

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る