LoginSignup
2
0

More than 5 years have passed since last update.

Gethのオプション

Posted at

Gethのオプションのメモ。

genesisブロックの定義。

geth
init

データを格納するディレクトリの指定

geth
--datadir 

networkidの指定、genesisブロックのconfigの中に書いた値と一致させる

geth
--networkid

指定したアカウントをアンロックした状態で起動

geth
--unlock

パスワードを指定、--unlockと一緒に使う

geth
--password

HTTP-RPCサーバーを有効化

geth
--rpc

アドレス、デフォルトでlocalhost

geth
--rpcaddr

ポート、デフォルトで8545

geth
--rpcport

マイニング実行状態で起動

geth
--mine

マイニングに使用するCPUの数、デフォルトは8

geth
--minerthreads

他のノードを探さない

geth
--nodiscover
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0