ウォレットの作成
おめでとうございます、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
最終更新 2yr ago