Gethのオプション


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