Created
April 23, 2021 08:38
-
-
Save Qkyrie/a0fed318818570c409e2f3088a6b27e0 to your computer and use it in GitHub Desktop.
Binance smart chain full node configuration file
This file contains hidden or 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
[Eth] | |
NetworkId = 56 | |
NoPruning = false | |
NoPrefetch = false | |
LightPeers = 100 | |
UltraLightFraction = 75 | |
TrieTimeout = 100000000000 | |
EnablePreimageRecording = false | |
EWASMInterpreter = "" | |
EVMInterpreter = "" | |
[Eth.Miner] | |
GasFloor = 30000000 | |
GasCeil = 40000000 | |
GasPrice = 1000000000 | |
Recommit = 10000000000 | |
Noverify = false | |
[Eth.TxPool] | |
Locals = [] | |
NoLocals = true | |
Journal = "transactions.rlp" | |
Rejournal = 3600000000000 | |
PriceLimit = 1000000000 | |
PriceBump = 10 | |
AccountSlots = 16 | |
GlobalSlots = 4096 | |
AccountQueue = 64 | |
GlobalQueue = 1024 | |
Lifetime = 10800000000000 | |
[Eth.GPO] | |
Blocks = 20 | |
Percentile = 60 | |
[Node] | |
IPCPath = "geth.ipc" | |
NoUSB = true | |
InsecureUnlockAllowed = false | |
HTTPHost = "0.0.0.0" | |
HTTPPort = 8575 | |
HTTPVirtualHosts = ["localhost", "bsc.defitrack.io"] | |
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"] | |
WSPort = 8576 | |
WSHost = "0.0.0.0" | |
WSModules = ["net", "web3", "eth"] | |
GraphQLPort = 8577 | |
GraphQLVirtualHosts = ["*"] | |
[Node.P2P] | |
MaxPeers = 200 | |
NoDiscovery = false | |
StaticNodes = ["enode://f3cfd69f2808ef64838abd8786342c0b22fdd28268703c8d6812e26e109f9a7cb2b37bd49724ebb46c233289f22da82991c87345eb9a2dadeddb8f37eeb259ac@18.180.28.21:30311","enode://c0e8d1abd27c3c13ca879e16f34c12ffee936a7e5d7b7fb6f1af5cc75c6fad704e5667c7bbf7826fcb200d22b9bf86395271b0f76c21e63ad9a388ed548d4c90@54.65.247.12:30311","enode://b5772a14fdaeebf4c1924e73c923bdf11c35240a6da7b9e5ec0e6cbb95e78327690b90e8ab0ea5270debc8834454b98eca34cc2a19817f5972498648a6959a3a@54.170.158.102:30311","enode://352a361a9240d4d23bb6fab19cc6dc5a5fc6921abf19de65afe13f1802780aecd67c8c09d8c89043ff86947f171d98ab06906ef616d58e718067e02abea0dda9@79.125.105.65:30311","enode://21530e423b42aed17d7eef67882ebb23357db4f8b10c94d4c71191f52955d97dc13eec03cfeff0fe3a1c89c955e81a6970c09689d21ecbec2142b26b7e759c45@54.216.119.18:30311","enode://d61a31410c365e7fcd50e24d56a77d2d9741d4a57b295cc5070189ad90d0ec749d113b4b0432c6d795eb36597efce88d12ca45e645ec51b3a2144e1c1c41b66a@34.204.129.242:30311","enode://4653bc7c235c3480968e5e81d91123bc67626f35c207ae4acab89347db675a627784c5982431300c02f547a7d33558718f7795e848d547a327abb111eac73636@54.144.170.236:30311","enode://1479af5ea7bda822e8747d0b967309bced22cad5083b93bc6f4e1d7da7be067cd8495dc4c5a71579f2da8d9068f0c43ad6933d2b335a545b4ae49a846122b261@52.7.247.132:30311"] | |
TrustedNodes = [] | |
ListenAddr = ":30311" | |
EnableMsgEvents = false | |
[Node.HTTPTimeouts] | |
ReadTimeout = 30000000000 | |
WriteTimeout = 30000000000 | |
IdleTimeout = 120000000000 | |
[Node.LogConfig] | |
FilePath = "bsc.log" | |
MaxBytesSize = 10485760 | |
Level = "info" | |
FileRoot = "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment