new beginning

This commit is contained in:
Para Dox
2025-04-10 13:36:00 +07:00
parent e2f9b2f634
commit 5ce47e35dd
59 changed files with 391377 additions and 0 deletions

45
bsc/mainnet/config.toml Normal file
View File

@@ -0,0 +1,45 @@
[Eth]
NetworkId = 56
LightPeers = 100
TrieTimeout = 150000000000
[Eth.Miner]
GasCeil = 140000000
GasPrice = 1000000000
Recommit = 10000000000
[Eth.TxPool]
Locals = []
NoLocals = true
Journal = "transactions.rlp"
Rejournal = 3600000000000
PriceLimit = 1000000000
PriceBump = 10
AccountSlots = 200
GlobalSlots = 8000
AccountQueue = 200
GlobalQueue = 4000
[Eth.GPO]
Blocks = 20
Percentile = 60
OracleThreshold = 1000
[Node]
IPCPath = "geth.ipc"
HTTPHost = "0.0.0.0"
InsecureUnlockAllowed = false
HTTPPort = 8545
HTTPVirtualHosts = ["*"]
HTTPModules = ["eth", "net", "web3", "txpool", "parlia", "debug", "admin"]
WSHost = "0.0.0.0"
WSPort = 8545
WSModules = ["net", "web3", "eth", "debug"]
[Node.P2P]
MaxPeers = 200
NoDiscovery = false
StaticNodes = []
ListenAddr = ":29061"
EnableMsgEvents = false

69
bsc/mainnet/genesis.json Normal file

File diff suppressed because one or more lines are too long