-
Notifications
You must be signed in to change notification settings - Fork 51
server_configuration
Geunhae Lee edited this page Nov 1, 2018
·
2 revisions
| Session | Property name | Meaning |
|---|---|---|
| default | datadir | data files' base path |
| enableprofile | whether use profie | |
| profileport | profile port | |
| enablerest | whether use REST API | |
| enabletestmode | whether test mode | |
| rpc | netserviceaddr | rpc hostname or address |
| netserviceport | rpc port number | |
| nstls | whether applying tls to rpc | |
| nscert | certificate file path for rpc tls | |
| nskey | key file path for rpc tls | |
| nsallowcors | whether allows CORS | |
| rest | restport | port number for REST API |
| p2p | netprotocoladdr | ip address for p2p |
| netprotocolport | port number for p2pls | |
| nptls | whether applying tls to p2p | |
| npcert | certificate file path for p2p tls | |
| npkey | key file path for p2p tls | |
| npaddpeers | initial peer list on start-up | |
| blockchain | maxblocksize | maximum block size |
| coinbaseaccount | address where is send rewards for mining | |
| mempool | showmetrics | whether if turn periodic log on |
| dumpfilepath | file path for recording mempool at process termintation | |
| verifiers | number of concurrency for sign verifying | |
| consensus | enablebp | whether this node is BP |
| enabledpos | whether consensus is dPoS | |
| blockinterval | minging interval in seconds | |
| dposbps | the number of BPs | |
| bpids | BPs' id |