デフォルトの4000番を8545番に変更する方法は、以下の2つ。
1. コマンドラインのオプションで指定
hydrachain -d datadir0 -c "jsonrpc={listen_host: 127.0.0.1, listen_port: 8545}" rundummy --num_validators=1 --seed=42
2. config.yml を変更する
Mac OS Xの場合以下の場所
/Users/ユーザ名/Library/Application\ Support/pyethapp/config.yaml
accounts:
privkeys_hex: [プライベートキー]
node: {privkey_hex: プライベートキー}
jsonrpc: {listen_host: 127.0.0.1, listen_port: 8545}
configの内容を見る
hydrachain config
関連用語
- Ethereum イーサリアム
- HydraChain ハイドラチェーン