Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. # Endpoint for P2P node to listen on
  2. # p2p-endpoint =
  3.  
  4. # Maxmimum number of incoming connections on P2P endpoint
  5. # p2p-max-connections =
  6.  
  7. # P2P nodes to connect to on startup (may specify multiple times)
  8. seed-node = 192.99.4.226:2001
  9. seed-node = 46.252.27.1:1337
  10. seed-node = 81.89.101.133:2001
  11. seed-node = 52.4.250.181:39705
  12. seed-node = 85.214.65.220:2001
  13.  
  14. # Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
  15. # checkpoint =
  16.  
  17. # Endpoint for websocket RPC to listen on
  18. # rpc-endpoint =
  19.  
  20. # Endpoint for TLS websocket RPC to listen on
  21. # rpc-tls-endpoint =
  22.  
  23. # The TLS certificate file for this server
  24. # server-pem =
  25.  
  26. # Password for this certificate
  27. # server-pem-password =
  28.  
  29. # API user specification, may be specified multiple times
  30. # api-user =
  31.  
  32. # Set an API to be publicly available, may be specified multiple times
  33. public-api = database_api login_api
  34.  
  35. # Plugin(s) to enable, may be specified multiple times
  36. enable-plugin = witness account_history
  37.  
  38. # Maximum age of head block when broadcasting tx via API
  39. max-block-age = 200
  40.  
  41. # Defines a range of accounts to track as a json pair ["from","to"] [from,to]
  42. # track-account-range =
  43.  
  44. # Ignore posting operations, only track transfers and account updates
  45. # filter-posting-ops =
  46.  
  47. # Track account statistics by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
  48. account-stats-bucket-size = [60,3600,21600,86400,604800,2592000]
  49.  
  50. # How far back in time to track history for each bucker size, measured in the number of buckets (default: 100)
  51. account-stats-history-per-bucket = 100
  52.  
  53. # Which accounts to track the statistics of. Empty list tracks all accounts.
  54. account-stats-tracked-accounts = []
  55.  
  56. # Track blockchain statistics by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
  57. chain-stats-bucket-size = [60,3600,21600,86400,604800,2592000]
  58.  
  59. # How far back in time to track history for each bucket size, measured in the number of buckets (default: 100)
  60. chain-stats-history-per-bucket = 100
  61.  
  62. # Database edits to apply on startup (may specify multiple times)
  63. # edit-script =
  64.  
  65. # RPC endpoint of a trusted validating node (required)
  66. # trusted-node =
  67.  
  68. # Set the maximum size of cached feed for an account
  69. follow-max-feed-size = 500
  70.  
  71. # Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers
  72. market-history-bucket-size = [15,60,300,3600,86400]
  73.  
  74. # How far back in time to track history for each bucket size, measured in the number of buckets (default: 5760)
  75. market-history-buckets-per-size = 5760
  76.  
  77. # Defines a range of accounts to private messages to/from as a json pair ["from","to"] [from,to)
  78. # pm-account-range =
  79.  
  80. # Enable block production, even if the chain is stale.
  81. enable-stale-production = false
  82.  
  83. # Percent of witnesses (0-99) that must be participating in order to produce blocks
  84. required-participation = false
  85.  
  86. # name of witness controlled by this node (e.g. initwitness )
  87. witness = "bitcoiner1"
  88. witness = "bitcoiner2"
  89. witness = "bitcoiner3"
  90. witness = "bitcoiner4"
  91. witness = "bitcoiner5"
  92. witness = "bitcoiner6"
  93. witness = "bitcoiner7"
  94. witness = "bitcoiner8"
  95. witness = "bitcoiner9"
  96. witness = "bitcoiner10"
  97. witness = "bitcoiner11"
  98. witness = "bitcoiner12"
  99. witness = "bitcoiner13"
  100. witness = "bitcoiner14"
  101. witness = "bitcoiner15"
  102. witness = "bitcoiner16"
  103. witness = "bitcoiner17"
  104. witness = "bitcoiner18"
  105. witness = "bitcoiner19"
  106. witness = "bitcoiner20"
  107.  
  108. # name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
  109. miner = ["bitcoiner1", "foobar"]
  110. miner = ["bitcoiner2", "foobar"]
  111. miner = ["bitcoiner3", "foobar"]
  112. miner = ["bitcoiner4", "foobar"]
  113. miner = ["bitcoiner5", "foobar"]
  114. miner = ["bitcoiner6", "foobar"]
  115. miner = ["bitcoiner7", "foobar"]
  116. miner = ["bitcoiner8", "foobar"]
  117. miner = ["bitcoiner9", "foobar"]
  118. miner = ["bitcoiner10", "foobar"]
  119. miner = ["bitcoiner11", "foobar"]
  120. miner = ["bitcoiner12", "foobar"]
  121. miner = ["bitcoiner13", "foobar"]
  122. miner = ["bitcoiner14", "foobar"]
  123. miner = ["bitcoiner15", "foobar"]
  124. miner = ["bitcoiner16", "foobar"]
  125. miner = ["bitcoiner17", "foobar"]
  126. miner = ["bitcoiner18", "foobar"]
  127. miner = ["bitcoiner19", "foobar"]
  128. miner = ["bitcoiner20", "foobar"]
  129.  
  130. # Number of threads to use for proof of work mining
  131. mining-threads = 8
  132.  
  133. # WIF PRIVATE KEY to be used by one or more witnesses or miners
  134. # private-key =
  135.  
  136. # Account creation fee to be voted on upon successful POW - Minimum fee is 100.000 STEEM (written as 100000)
  137. # miner-account-creation-fee =
  138.  
  139. # Maximum block size (in bytes) to be voted on upon successful POW - Max block size must be between 128 KB and 750 MB
  140. # miner-maximum-block-size =
  141.  
  142. # SBD interest rate to be vote on upon successful POW - Default interest rate is 10% (written as 1000)
  143. # miner-sbd-interest-rate =
  144.  
  145. # declare an appender named "stderr" that writes messages to the console
  146. [log.console_appender.stderr]
  147. stream=std_error
  148.  
  149. # declare an appender named "p2p" that writes messages to p2p.log
  150. [log.file_appender.p2p]
  151. filename=logs/p2p/p2p.log
  152. # filename can be absolute or relative to this config file
  153.  
  154. # route any messages logged to the default logger to the "stderr" logger we
  155. # declared above, if they are info level are higher
  156. [logger.default]
  157. level=warn
  158. appenders=stderr
  159.  
  160. # route messages sent to the "p2p" logger to the p2p appender declared above
  161. [logger.p2p]
  162. level=warn
  163. appenders=p2p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement