Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. # Endpoint for P2P node to listen on
  2. # p2p-endpoint =
  3. # Maxmimum number of incoming connections on P2P endpoint
  4. # p2p-max-connections =
  5. # P2P nodes to connect to on startup (may specify multiple times)
  6. seed-node = seed.riversteem.com:2001 # riverhead
  7. seed-node = seed.steempower.org:2001 # charlieshrem
  8. seed-node = steem-seed1.abit-more.com:2001 # abit
  9. seed-node = 52.74.152.79:2001 # smooth.witness
  10. seed-node = seed.steemd.com:34191 # roadscape
  11. seed-node = steemd.pharesim.me:2001 # pharesim
  12. seed-node = seed.jesta.us:2001 # jesta
  13. seed-node = 212.117.213.186:2016 # liondani
  14. seed-node = anyx.co:2001 # anyx
  15. seed-node = 45.55.217.111:12150 # xeldal
  16. seed-node = seed.steemnodes.com:2001 # wackou
  17. seed-node = steem.clawmap.com:2001 # steempty
  18. seed-node = gtg.steem.house:2001 # gtg
  19. seed-node = 52.4.250.181:39705 # lafona
  20. seed-node = 52.63.172.229:2001 # rossco99
  21. seed-node = 212.47.249.84:40696 # ihashfury
  22. seed-node = 52.62.24.225:2001 # au1nethyb1
  23. seed-node = 104.40.230.35:2001 # aizensou
  24. seed-node = seed.roelandp.nl:2001 # roelandp
  25. seed-node = 81.89.101.133:2001 # cyrano.witness
  26. seed-node = 45.55.54.83:2001 # tdv.witness
  27. seed-node = seed.steem.network:2001 # someguy123
  28. seed-node = 46.252.27.1:1337 # jabbasteem
  29. seed-node = steem.global:2001 # klye
  30. seed-node = 104.196.141.163:2001 # good-karma
  31. seed-node = seed.royaltiffany.me:2001 # royaltiffany
  32. seed-node = 129.232.223.74:2001 # thecryptodrive
  33. seed-node = steem-id.altexplorer.xyz:2001 # steem-id
  34. seed-node = 129.232.223.74:2001 # thecryptodrive
  35. seed-node = steem-id.altexplorer.xyz:2001 # steem-id
  36. seed-node = 52.26.78.244:2001 # ?
  37. seed-node = 52.37.169.52:2001 # ?
  38. seed-node = 52.38.66.234:2001 # ?
  39. seed-node = 192.99.4.226:2001 # ?
  40.  
  41. # Pairs of [BLOCK_NUM,BLOCK_ID] that should be enforced as checkpoints.
  42. # checkpoint =
  43.  
  44. # Location of the shared memory file. Defaults to data_dir/blockchain
  45. # shared-file-dir =
  46.  
  47. # Size of the shared memory file. Default: 32G
  48. shared-file-size = 32G
  49.  
  50. # Endpoint for websocket RPC to listen on
  51. rpc-endpoint = 127.0.0.1:8090
  52.  
  53. # Endpoint for TLS websocket RPC to listen on
  54. # rpc-tls-endpoint =
  55.  
  56. # Endpoint to forward write API calls to for a read node
  57. # read-forward-rpc =
  58.  
  59. # The TLS certificate file for this server
  60. # server-pem =
  61.  
  62. # Password for this certificate
  63. # server-pem-password =
  64.  
  65. # API user specification, may be specified multiple times
  66. # api-user =
  67.  
  68. # Set an API to be publicly available, may be specified multiple times
  69. public-api = database_api login_api account_by_key_api
  70.  
  71. # Plugin(s) to enable, may be specified multiple times
  72. enable-plugin = witness account_history account_by_key
  73. enable-plugin = follow
  74. enable-plugin = market_history
  75. enable-plugin = private_message
  76. enable-plugin = tags
  77.  
  78. # Maximum age of head block when broadcasting tx via API
  79. max-block-age = 200
  80.  
  81. # Flush shared memory file to disk this many blocks
  82. flush = 100000
  83.  
  84. # Defines a range of accounts to track as a json pair ["from","to"] [from,to]
  85. # track-account-range =
  86.  
  87. # Ignore posting operations, only track transfers and account updates
  88. # filter-posting-ops =
  89.  
  90. # Track account statistics by grouping orders into buckets of equal size measured in seconds specified as a JS$
  91. account-stats-bucket-size = [60,3600,21600,86400,604800,2592000]
  92.  
  93. # How far back in time to track history for each bucker size, measured in the number of buckets (default: 100)
  94. account-stats-history-per-bucket = 100
  95.  
  96. # Which accounts to track the statistics of. Empty list tracks all accounts.
  97. account-stats-tracked-accounts = []
  98.  
  99. # Track blockchain statistics by grouping orders into buckets of equal size measured in seconds specified as a$
  100. chain-stats-bucket-size = [60,3600,21600,86400,604800,2592000]
  101.  
  102. # How far back in time to track history for each bucket size, measured in the number of buckets (default: 100)
  103. chain-stats-history-per-bucket = 100
  104.  
  105. # Database edits to apply on startup (may specify multiple times)
  106. # edit-script =
  107.  
  108. # RPC endpoint of a trusted validating node (required)
  109. # trusted-node =
  110.  
  111. # Set the maximum size of cached feed for an account
  112. follow-max-feed-size = 500
  113.  
  114. # Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON a$
  115. market-history-bucket-size = [15,60,300,3600,86400]
  116.  
  117. # How far back in time to track history for each bucket size, measured in the number of buckets (default: 5760)
  118. market-history-buckets-per-size = 5760
  119.  
  120. # Defines a range of accounts to private messages to/from as a json pair ["from","to"] [from,to)
  121. # pm-account-range =
  122.  
  123. # Enable block production, even if the chain is stale.
  124. enable-stale-production = false
  125.  
  126. # Percent of witnesses (0-99) that must be participating in order to produce blocks
  127. required-participation = false
  128.  
  129. # name of witness controlled by this node (e.g. initwitness )
  130. witness = "voteinterestpool"
  131.  
  132. # name of miner and its private key (e.g. ["account","WIF PRIVATE KEY"] )
  133. # miner =
  134.  
  135. # Number of threads to use for proof of work mining
  136. # mining-threads =
  137.  
  138. # WIF PRIVATE KEY to be used by one or more witnesses or miners
  139. private-key = secret
  140.  
  141. # Account creation fee to be voted on upon successful POW - Minimum fee is 100.000 STEEM (written as 100000)
  142. # miner-account-creation-fee =
  143.  
  144. # Maximum block size (in bytes) to be voted on upon successful POW - Max block size must be between 128 KB and$
  145. # miner-maximum-block-size =
  146.  
  147. # SBD interest rate to be vote on upon successful POW - Default interest rate is 10% (written as 1000)
  148. # miner-sbd-interest-rate =
  149.  
  150. # declare an appender named "stderr" that writes messages to the console
  151. [log.console_appender.stderr]
  152. stream=std_error
  153.  
  154. # declare an appender named "p2p" that writes messages to p2p.log
  155. [log.file_appender.p2p]
  156. filename=logs/p2p/p2p.log
  157. # filename can be absolute or relative to this config file
  158.  
  159. # route any messages logged to the default logger to the "stderr" logger we
  160. # declared above, if they are info level are higher
  161. [logger.default]
  162. level=warn
  163. appenders=stderr
  164.  
  165. # route messages sent to the "p2p" logger to the p2p appender declared above
  166. [logger.p2p]
  167. level=warn
  168.  
  169. [logger.p2p]
  170. level=warn
  171. appenders=p2p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement