Skip to content

Commit

Permalink
Merge pull request bcosorg#15 from toxotguo/master
Browse files Browse the repository at this point in the history
update default port
  • Loading branch information
bcosdev authored Aug 4, 2017
2 parents 1345235 + b422e19 commit e9c72e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"systemproxyaddressDfsFile":"",
"systemproxyaddressDfsServer":"",
"listenip":"127.0.0.1",
"rpcport":"6801",
"rpcport":"8545",
"p2pport":"30303",
"wallet":"/mydata/nodedata-1/keys.info",
"keystoredir":"/mydata/nodedata-1/keystore/",
Expand Down
2 changes: 1 addition & 1 deletion doc/manual/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mkdir -p /mydata/nodedata-1/
mkdir -p /mydata/nodedata-1/data/
mkdir -p /mydata/nodedata-1/log/
mkdir -p /mydata/nodedata-1/keystore/
bcoseth --gennetworkrlp /mydata/nodedata-1/network.rlp
bcoseth --gennetworkrlp /mydata/nodedata-1/data/network.rlp
```
将在/mydata/nodedata-1/ 目录下生成两个文件 network.rlp 和 network.rlp.pub。
network.rlp是节点身份的私钥二进制文件。
Expand Down

0 comments on commit e9c72e8

Please sign in to comment.