ウォレットの作成
おめでとうございます、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
Last updated
Was this helpful?