chia init 構成を作成または移行する

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

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

ヘルプ
日本語訳
実行例

ヘルプ

$ chia init -h
Usage: chia init [OPTIONS]

  Create a new configuration or migrate from previous versions to current

  Follow these steps to create new certificates for a remote harvester:
  - Make a copy of your Farming Machine CA directory: ~/.chia/[version]/config/ssl/ca
  - Shut down all chia daemon processes with `chia stop all -d`
  - Run `chia init -c [directory]` on your remote harvester,
    where [directory] is the the copy of your Farming Machine CA directory
  - Get more details on remote harvester on Chia wiki:
    https://github.com/Chia-Network/chia-blockchain/wiki/Farming-on-many-machines

Options:
  -c, --create-certs PATH  Create new SSL certificates based on CA in
                           [directory]

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

日本語訳

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

  新しい構成を作成するか、以前のバージョンから現在のバージョンに移行します

  次の手順に従って、リモート ハーベスター用の新しい証明書を作成します。:
  - Farming Machine CA ディレクトリのコピーを作成します:: ~/.chia/[version]/config/ssl/ca
  - `chia stop all -d` ですべての chia デーモン プロセスをシャットダウンします。
  - リモートハーベスタで`chia init -c [ディレクトリ]]`を実行します。
    [ディレクトリ] は、Farming Machine CA ディレクトリのコピーです。
  - Chia wiki でリモート ハーベスターの詳細を取得する:
    https://github.com/Chia-Network/chia-blockchain/wiki/Farming-on-many-machines

オプション:
  -c, --create-certs パス  [ディレクトリ] の CA に基づいて新しいSSL証明書を作成します。

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

実行例

$ chia init
Chia directory /home/【ユーザー名】/.chia/mainnet
Can't find private CA, creating a new one in /home/【ユーザー名】/.chia/mainnet to generate TLS certificates
No keys are present in the keychain. Generate them with 'chia keys generate'

To see your keys, run 'chia keys show --show-mnemonic-seed'

関連記事

スポンサーリンク

phpMyAdminで『information_schema』などを非表示にする方法

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

上に戻る