ウォレットの作成

おめでとうございます、Lighthouse クライアントのインストールは完了です!

コマンドlighthouse account wallet でウォレットを作成します。

以下のコマンドで詳細なヘルプを確認できます。

$ lighthouse account wallet create --help

ウォレット作成の例

以下のコマンド例では、neunodeという名前のウォレットを作成し~/.lighthouse/medalla/walletsへ保存します。また、ランダムに生成されたパスワードが./wallet.passに保存されます。

$ lighthouse --testnet medalla account wallet create --name neunode --password-file neunode.pass

最終更新