forked from bcosorg/bcos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request bcosorg#13 from toxotguo/master
更新使用说明文档内容
- Loading branch information
Showing
25 changed files
with
210 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
{ | ||
"sealEngine": "PBFT", | ||
"systemproxyaddress":"0x0", | ||
"systemproxyaddressDfsFile":"", | ||
"systemproxyaddressDfsServer":"", | ||
"listenip":"127.0.0.1", | ||
"rpcport":"6801", | ||
"p2pport":"30303", | ||
"wallet":"keys.info", | ||
"keystoredir":"keystore/", | ||
"datadir":"", | ||
"vm":"interpreter", | ||
"networkid":"12345", | ||
"logverbosity":"4", | ||
"coverlog":"OFF", | ||
"eventlog":"ON", | ||
"logconf":"log.conf", | ||
"dfsNode":"de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde", | ||
"dfsGroup":"group1", | ||
"dfsStorage":"filestorage", | ||
"params": { | ||
"accountStartNonce": "0x0", | ||
"maximumExtraDataSize": "0x0", | ||
"tieBreakingGas": false, | ||
"blockReward": "0x0", | ||
"networkID" : "0x0" | ||
}, | ||
"NodeextraInfo":[ | ||
{ | ||
"Nodeid":"de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde", | ||
"Nodedesc": "node1", | ||
"Agencyinfo": "node1", | ||
"Peerip": "127.0.0.1", | ||
"Identitytype": 1, | ||
"Port":30303, | ||
"Idx":0 | ||
} | ||
] | ||
} | ||
{ | ||
"sealEngine": "PBFT", | ||
"systemproxyaddress":"0x0", | ||
"systemproxyaddressDfsFile":"", | ||
"systemproxyaddressDfsServer":"", | ||
"listenip":"127.0.0.1", | ||
"rpcport":"6801", | ||
"p2pport":"30303", | ||
"wallet":"/mydata/nodedata-1/keys.info", | ||
"keystoredir":"/mydata/nodedata-1/keystore/", | ||
"datadir":"/mydata/nodedata-1/data/", | ||
"vm":"interpreter", | ||
"networkid":"12345", | ||
"logverbosity":"4", | ||
"coverlog":"OFF", | ||
"eventlog":"ON", | ||
"logconf":"/mydata/nodedata-1/log.conf", | ||
"dfsNode":"de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde", | ||
"dfsGroup":"group1", | ||
"dfsStorage":"filestorage", | ||
"params": { | ||
"accountStartNonce": "0x0", | ||
"maximumExtraDataSize": "0x0", | ||
"tieBreakingGas": false, | ||
"blockReward": "0x0", | ||
"networkID" : "0x0" | ||
}, | ||
"NodeextraInfo":[ | ||
{ | ||
"Nodeid":"de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde", | ||
"Nodedesc": "node1", | ||
"Agencyinfo": "node1", | ||
"Peerip": "127.0.0.1", | ||
"Identitytype": 1, | ||
"Port":30303, | ||
"Idx":0 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"nonce": "0x0", | ||
"difficulty": "0x0", | ||
"mixhash": "0x0", | ||
"coinbase": "0x0", | ||
"timestamp": "0x0", | ||
"parentHash": "0x0", | ||
"extraData": "0x0", | ||
"gasLimit": "0x13880000000000", | ||
"god":"0x4d23de3297034cdd4a58db35f659a9b61fc7577b", | ||
"alloc": {}, | ||
"initMinerNodes":["de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde"] | ||
{ | ||
"nonce": "0x0", | ||
"difficulty": "0x0", | ||
"mixhash": "0x0", | ||
"coinbase": "0x0", | ||
"timestamp": "0x0", | ||
"parentHash": "0x0", | ||
"extraData": "0x0", | ||
"gasLimit": "0x13880000000000", | ||
"god":"0x4d23de3297034cdd4a58db35f659a9b61fc7577b", | ||
"alloc": {}, | ||
"initMinerNodes":["de0fa385816b505799433e54b88788e21cb42092a6ff5bcaa2285d7ace906e5e6ce8ef2b30134ff276a5834d58721291acc5864e07e6d52469b79b28e699dfde"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
* GLOBAL: | ||
ENABLED = true | ||
TO_FILE = true | ||
TO_STANDARD_OUTPUT = false | ||
FORMAT = "%level|%datetime{%Y-%M-%d %H:%m:%s}|%msg" | ||
FILENAME = "log/log_%datetime{%Y%M%d%H}.log" | ||
MILLISECONDS_WIDTH = 3 | ||
PERFORMANCE_TRACKING = false | ||
MAX_LOG_FILE_SIZE = 209715200 ## 200MB - Comment starts with two hashes (##) | ||
LOG_FLUSH_THRESHOLD = 100 ## Flush after every 100 logs | ||
* TRACE: | ||
FILENAME = "log/trace_log_%datetime{%Y%M%d%H}.log" | ||
* DEBUG: | ||
FILENAME = "log/debug_log_%datetime{%Y%M%d%H}.log" | ||
* FATAL: | ||
ENABLED = false | ||
* ERROR: | ||
FILENAME = "log/error_log_%datetime{%Y%M%d%H}.log" | ||
* WARNING: | ||
ENABLED = false | ||
* INFO: | ||
ENABLED = false | ||
* VERBOSE: | ||
ENABLED = false | ||
* GLOBAL: | ||
ENABLED = true | ||
TO_FILE = true | ||
TO_STANDARD_OUTPUT = false | ||
FORMAT = "%level|%datetime{%Y-%M-%d %H:%m:%s}|%msg" | ||
FILENAME = "/mydata/nodedata-1/log/log_%datetime{%Y%M%d%H}.log" | ||
MILLISECONDS_WIDTH = 3 | ||
PERFORMANCE_TRACKING = false | ||
MAX_LOG_FILE_SIZE = 209715200 ## 200MB - Comment starts with two hashes (##) | ||
LOG_FLUSH_THRESHOLD = 100 ## Flush after every 100 logs | ||
|
||
* TRACE: | ||
FILENAME = "/mydata/nodedata-1/log/trace_log_%datetime{%Y%M%d%H}.log" | ||
* DEBUG: | ||
FILENAME = "/mydata/nodedata-1/log/debug_log_%datetime{%Y%M%d%H}.log" | ||
* FATAL: | ||
FILENAME = "/mydata/nodedata-1/log/fatal_log_%datetime{%Y%M%d%H}.log" | ||
|
||
* ERROR: | ||
FILENAME = "/mydata/nodedata-1/log/error_log_%datetime{%Y%M%d%H}.log" | ||
|
||
* WARNING: | ||
FILENAME = "/mydata/nodedata-1/log/warn_log_%datetime{%Y%M%d%H}.log" | ||
|
||
* INFO: | ||
FILENAME = "/mydata/nodedata-1/log/info_log_%datetime{%Y%M%d%H}.log" | ||
|
||
* VERBOSE: | ||
ENABLED = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"sealEngine": "PBFT", | ||
"systemproxyaddress":"0x0", | ||
"listenip":"127.0.0.1", | ||
"rpcport": "8545", | ||
"p2pport": "30303", | ||
"wallet":"./keys.info", | ||
"keystoredir":"./keystore/", | ||
"datadir":"./data/", | ||
"vm":"interpreter", | ||
"networkid":"12345", | ||
"logverbosity":"4", | ||
"coverlog":"ON", | ||
"eventlog":"ON", | ||
"logconf":"./log.conf", | ||
"params": { | ||
"accountStartNonce": "0x0", | ||
"maximumExtraDataSize": "0x0", | ||
"tieBreakingGas": false, | ||
"blockReward": "0x0", | ||
"networkID" : "0x0" | ||
}, | ||
"NodeextraInfo":[ | ||
{ | ||
"Nodeid":"2a0cb7425bd63835d346ae20ec6107d28f64009a9dcca7d485713f1dfe7c4edf6e79b7e08a70cb8220beb133327361313e6bc793433311ba997a81e14800a85f", | ||
"Nodedesc": "node1", | ||
"Agencyinfo": "node1", | ||
"Peerip": "127.0.0.1", | ||
"Identitytype": 1, | ||
"Port":30303, | ||
"Idx":0 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
��ߒ�:OE�~υ5-�1�,"������5Ȯ�9�O�� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\��aGݘa�� w,��֯`L"��ɗ��G8 |
Oops, something went wrong.