udpated default configs
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
[Eth]
|
[Eth]
|
||||||
NetworkId = 97
|
NetworkId = 97
|
||||||
LightPeers = 100
|
|
||||||
TrieTimeout = 150000000000
|
|
||||||
|
|
||||||
[Eth.Miner]
|
[Eth.Miner]
|
||||||
GasCeil = 140000000
|
GasCeil = 70000000
|
||||||
GasPrice = 1000000000
|
GasPrice = 1000000000
|
||||||
Recommit = 10000000000
|
Recommit = 10000000000
|
||||||
|
|
||||||
@@ -15,10 +13,11 @@ Journal = "transactions.rlp"
|
|||||||
Rejournal = 3600000000000
|
Rejournal = 3600000000000
|
||||||
PriceLimit = 1000000000
|
PriceLimit = 1000000000
|
||||||
PriceBump = 10
|
PriceBump = 10
|
||||||
AccountSlots = 200
|
AccountSlots = 16
|
||||||
GlobalSlots = 8000
|
GlobalSlots = 4096
|
||||||
AccountQueue = 200
|
AccountQueue = 64
|
||||||
GlobalQueue = 4000
|
GlobalQueue = 1024
|
||||||
|
Lifetime = 10800000000000
|
||||||
|
|
||||||
[Eth.GPO]
|
[Eth.GPO]
|
||||||
Blocks = 20
|
Blocks = 20
|
||||||
@@ -26,22 +25,31 @@ Percentile = 60
|
|||||||
OracleThreshold = 1000
|
OracleThreshold = 1000
|
||||||
|
|
||||||
[Node]
|
[Node]
|
||||||
IPCPath = "geth.ipc"
|
DataDir = "node"
|
||||||
HTTPHost = "0.0.0.0"
|
|
||||||
InsecureUnlockAllowed = false
|
InsecureUnlockAllowed = false
|
||||||
HTTPPort = 8545
|
IPCPath = "geth.ipc"
|
||||||
|
HTTPHost = "127.0.0.1"
|
||||||
|
HTTPPort = 8575
|
||||||
HTTPVirtualHosts = ["*"]
|
HTTPVirtualHosts = ["*"]
|
||||||
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
|
HTTPModules = ["debug","eth", "net", "web3", "txpool", "parlia"]
|
||||||
WSHost = "0.0.0.0"
|
WSPort = 8576
|
||||||
WSPort = 8545
|
|
||||||
WSModules = ["net", "web3", "eth"]
|
WSModules = ["net", "web3", "eth"]
|
||||||
|
|
||||||
|
|
||||||
[Node.P2P]
|
[Node.P2P]
|
||||||
MaxPeers = 222
|
MaxPeers = 50
|
||||||
NoDiscovery = false
|
NoDiscovery = false
|
||||||
StaticNodes = []
|
TrustedNodes = []
|
||||||
ListenAddr = ":17474"
|
StaticNodes = [
|
||||||
EnableMsgEvents = false
|
"enode://0637d1e62026e0c8685b1db0ca1c767c78c95c3fab64abc468d1a64b12ca4b530b46b8f80c915aec96f74f7ffc5999e8ad6d1484476f420f0c10e3d42361914b@52.199.214.252:30311",
|
||||||
|
"enode://df1e8eb59e42cad3c4551b2a53e31a7e55a2fdde1287babd1e94b0836550b489ba16c40932e4dacb16cba346bd442c432265a299c4aca63ee7bb0f832b9f45eb@52.51.80.128:30311",
|
||||||
|
"enode://dbcc5ec23bdf89243688321e8cfa8d80e17edce093206bcc6df998d8148385767cae3058a1c1e20c93c3b8e07962bc7a321deab0aa46c106283f1220f12c220a@3.209.122.123:30311",
|
||||||
|
"enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:30311"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[Node.LogConfig]
|
||||||
|
FileRoot = ""
|
||||||
|
FilePath = "bsc.log"
|
||||||
|
MaxBytesSize = 10485760
|
||||||
|
Level = "info"
|
||||||
|
|||||||
80
bsc-testnet/config/genesis.json
Normal file
80
bsc-testnet/config/genesis.json
Normal file
File diff suppressed because one or more lines are too long
@@ -27,21 +27,24 @@ OracleThreshold = 1000
|
|||||||
|
|
||||||
[Node]
|
[Node]
|
||||||
IPCPath = "geth.ipc"
|
IPCPath = "geth.ipc"
|
||||||
HTTPHost = "0.0.0.0"
|
HTTPHost = "localhost"
|
||||||
InsecureUnlockAllowed = false
|
InsecureUnlockAllowed = false
|
||||||
HTTPPort = 8545
|
HTTPPort = 8545
|
||||||
HTTPVirtualHosts = ["*"]
|
HTTPVirtualHosts = ["localhost"]
|
||||||
HTTPModules = ["admin", "eth", "net", "web3", "txpool", "parlia"]
|
HTTPModules = ["eth", "net", "web3", "txpool", "parlia"]
|
||||||
WSHost = "0.0.0.0"
|
WSPort = 8546
|
||||||
WSPort = 8545
|
|
||||||
WSModules = ["net", "web3", "eth"]
|
WSModules = ["net", "web3", "eth"]
|
||||||
|
|
||||||
[Node.P2P]
|
[Node.P2P]
|
||||||
MaxPeers = 222
|
MaxPeers = 200
|
||||||
NoDiscovery = false
|
NoDiscovery = false
|
||||||
StaticNodes = []
|
StaticNodes = []
|
||||||
ListenAddr = ":29061"
|
ListenAddr = ":30311"
|
||||||
EnableMsgEvents = false
|
EnableMsgEvents = false
|
||||||
|
|
||||||
|
[Node.LogConfig]
|
||||||
|
FilePath = "bsc.log"
|
||||||
|
MaxBytesSize = 10485760
|
||||||
|
Level = "info"
|
||||||
|
FileRoot = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user