修改ckb.toml 配置文件后docker start -i ckb-testnet-node 不能正常运行
添加以下内容;
[block_assembler]
code_hash = “0x9e3b3557f11b2b3532ce352bfe8017e9fd11d154c4c7f9b7aaaa1e621b539a08”
args = [“0x23a51c47aeb69ff2b702ad6efb2f01a66a1d8d30”]
bogon:nervos zhouhe$ docker start -i ckb-testnet-node
IO Error: Os { code: 13, kind: PermissionDenied, message: “Permission denied” }
修改ckb.toml 之前可以正常运行
bogon:nervos zhouhe$ docker start -i ckb-testnet-node
2019-06-03 04:49:02.983 +00:00 main INFO sentry Notice: The ckb process will send stack trace to sentry on Rust panics. This is enabled by default before mainnet, which can be opted out by setting the option dsn
to empty in the config file. The DSN is now https://[email protected]/1422795
2019-06-03 04:49:03.090 +00:00 main INFO main chain genesis hash: 0xeb897810b75a922309d748c0d16e7a980e0de1cc0ba0e0e3e3bda6f2e03cbc1b
2019-06-03 04:49:03.090 +00:00 main INFO main Miner is disabled, edit ckb.toml to enable it
2019-06-03 04:49:03.098 +00:00 main INFO network Listen on address: /ip4/0.0.0.0/tcp/8115/p2p/QmQHfPBrcPYefWa6W9nsrfBUPLrCB5RhSJ5NFrwwy5P2uK
2019-06-03 04:49:03.167 +00:00 NetworkRuntime-0 INFO network p2p service event: ListenStarted { address: “/ip4/0.0.0.0/tcp/8115” }
201