Advertisement
Ajes

Untitled

Apr 24th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. chain = "mainnet"
  2. # identity = "node_name"
  3. # verbosity = 3
  4. # vmdebug = false
  5. datadir = "/var/lib/bor/data"
  6. # ancient = ""
  7. # "db.engine" = "leveldb"
  8. # keystore = ""
  9. # "rpc.batchlimit" = 100
  10. # "rpc.returndatalimit" = 100000
  11. syncmode = "full"
  12. # gcmode = "full"
  13. # snapshot = true
  14. # ethstats = ""
  15. # devfakeauthor = false
  16.  
  17. # ["eth.requiredblocks"]
  18.  
  19. # [log]
  20. # vmodule = ""
  21. # json = false
  22. # backtrace = ""
  23. # debug = true
  24. # enable-block-tracking = false
  25.  
  26. [p2p]
  27. maxpeers = 50
  28. port = 30303
  29. # maxpendpeers = 50
  30. # bind = "0.0.0.0"
  31. # nodiscover = false
  32. # nat = "any"
  33. # netrestrict = ""
  34. # nodekey = ""
  35. # nodekeyhex = ""
  36. # txarrivalwait = "500ms"
  37. [p2p.discovery]
  38. # v4disc = true
  39. # v5disc = false
  40. bootnodes = ["enode://b8f1cc9c5d4403703fbf377116469667d2b1823c0daf16b7250aa576bacf399e42c3930ccfcb02c5df6879565a2b8931335565f0e8d3f8e72385ecf4a4bf160a@3.36.224.80:30303", "enode://8729e0c825f3d9cad382555f3e46dcff21af323e89025a0e6312df541f4a9e73abfa562d64906f5e59c51fe6f0501b3e61b07979606c56329c020ed739910759@54.194.245.5:30303"]
  41. # bootnodesv4 = []
  42. # bootnodesv5 = []
  43. # static-nodes = []
  44. # trusted-nodes = ["<validator-ip>:<validator-p2p-port>"] # Recommended setting with sentry <> validator architecture
  45. # dns = []
  46.  
  47. # [heimdall]
  48. # url = "http://localhost:1317"
  49. # "bor.without" = false
  50. # grpc-address = ""
  51.  
  52. [txpool]
  53. nolocals = true
  54. pricelimit = 30000000000
  55. accountslots = 16
  56. globalslots = 32768
  57. accountqueue = 16
  58. globalqueue = 32768
  59. lifetime = "1h30m0s"
  60. # locals = []
  61. # journal = ""
  62. # rejournal = "1h0m0s"
  63. # pricebump = 10
  64.  
  65. [miner]
  66. gaslimit = 30000000
  67. gasprice = "30000000000"
  68. # mine = false
  69. # etherbase = ""
  70. # extradata = ""
  71. # recommit = "2m5s"
  72. # commitinterrupt = true
  73.  
  74. [jsonrpc]
  75. ipcpath = "/var/lib/bor/bor.ipc"
  76. # ipcdisable = false
  77. # gascap = 50000000
  78. # evmtimeout = "5s"
  79. # txfeecap = 5.0
  80. # allow-unprotected-txs = false
  81. # enabledeprecatedpersonal = false
  82. [jsonrpc.http]
  83. enabled = true
  84. port = 8545
  85. host = "0.0.0.0"
  86. api = ["eth", "net", "web3", "txpool", "bor"]
  87. vhosts = ["*"]
  88. corsdomain = ["*"]
  89. # prefix = ""
  90. # ep-size = 40
  91. # ep-requesttimeout = "0s"
  92. # [jsonrpc.ws]
  93. # enabled = false
  94. # port = 8546
  95. # prefix = ""
  96. # host = "localhost"
  97. # api = ["web3", "net"]
  98. # origins = ["*"]
  99. # ep-size = 40
  100. # ep-requesttimeout = "0s"
  101. # [jsonrpc.graphql]
  102. # enabled = false
  103. # port = 0
  104. # prefix = ""
  105. # host = ""
  106. # vhosts = ["*"]
  107. # corsdomain = ["*"]
  108. # [jsonrpc.auth]
  109. # jwtsecret = ""
  110. # addr = "localhost"
  111. # port = 8551
  112. # vhosts = ["localhost"]
  113. # [jsonrpc.timeouts]
  114. # read = "10s"
  115. # write = "30s"
  116. # idle = "2m0s"
  117.  
  118. [gpo]
  119. # blocks = 20
  120. # percentile = 60
  121. # maxheaderhistory = 1024
  122. # maxblockhistory = 1024
  123. # maxprice = "5000000000000"
  124. ignoreprice = "30000000000"
  125.  
  126. [telemetry]
  127. metrics = true
  128. # expensive = false
  129. # prometheus-addr = ""
  130. # opencollector-endpoint = ""
  131. # [telemetry.influx]
  132. # influxdb = false
  133. # endpoint = ""
  134. # database = ""
  135. # username = ""
  136. # password = ""
  137. # influxdbv2 = false
  138. # token = ""
  139. # bucket = ""
  140. # organization = ""
  141. # [telemetry.influx.tags]
  142.  
  143. [cache]
  144. cache = 4096
  145. # gc = 25
  146. # snapshot = 10
  147. # database = 50
  148. # trie = 15
  149. # noprefetch = false
  150. # preimages = false
  151. # txlookuplimit = 2350000
  152. # blocklogs = 32
  153. # timeout = "1h0m0s"
  154. # fdlimit = 0
  155.  
  156. # [accounts]
  157. # unlock = []
  158. # password = ""
  159. # allow-insecure-unlock = false
  160. # lightkdf = false
  161. # disable-bor-wallet = false
  162.  
  163. # [grpc]
  164. # addr = ":3131"
  165.  
  166. # [developer]
  167. # dev = false
  168. # period = 0
  169. # gaslimit = 11500000
  170.  
  171. # [pprof]
  172. # pprof = false
  173. # port = 6060
  174. # addr = "127.0.0.1"
  175. # memprofilerate = 524288
  176. # blockprofilerate = 0
  177.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement