The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
woop/rosetta/infra/woop-pstn.conf

147 lines
2.7 KiB

Version = "2.5.13"
[BLSKeys]
KMSConfigFile = ""
KMSConfigSrcType = "shared"
KMSEnabled = false
KeyDir = "./.wiki/blskeys"
KeyFiles = []
MaxKeys = 10
PassEnabled = true
PassFile = ""
PassSrcType = "auto"
SavePassphrase = false
[Consensus]
AggregateSig = false
MinPeers = 2
[DNSSync]
Client = true
Port = 6000
Server = true
ServerPort = 6000
Zone = "ps.hmny.io"
[General]
DataDir = "/data"
EnablePruneBeaconChain = false
IsArchival = true
IsBackup = false
IsBeaconArchival = true
IsOffline = false
NoStaking = true
NodeType = "explorer"
RunElasticMode = false
ShardID = 0
TraceEnable = false
TriesInMemory = 128
[HTTP]
AuthPort = 9501
Enabled = true
IP = "0.0.0.0"
IdleTimeout = "120s"
Port = 9500
ReadTimeout = "30s"
RosettaEnabled = true
RosettaPort = 9700
WriteTimeout = "30s"
[Log]
Console = false
FileName = "woop.log"
Folder = "./latest"
RotateCount = 0
RotateMaxAge = 0
RotateSize = 100
Verbosity = 3
[Log.VerbosePrints]
Config = true
[Network]
BootNodes = ["/dnsaddr/bootstrap.ps.hmny.io"]
NetworkType = "partner"
[P2P]
ConnManagerHighWatermark = 192
ConnManagerLowWatermark = 160
DisablePrivateIPScan = false
DiscConcurrency = 0
IP = "0.0.0.0"
KeyFile = "./.wikikey"
MaxConnsPerIP = 10
MaxPeers = 0
Port = 9000
WaitForEachPeerToConnect = false
[Pprof]
Enabled = false
Folder = "./profiles"
ListenAddr = "127.0.0.1:6060"
ProfileDebugValues = [0]
ProfileIntervals = [600]
ProfileNames = []
[RPCOpt]
DebugEnabled = false
EthRPCsEnabled = true
EvmCallTimeout = "5s"
LegacyRPCsEnabled = true
RateLimterEnabled = true
RequestsPerSecond = 1000
RpcFilterFile = "./.wiki/rpc_filter.txt"
StakingRPCsEnabled = true
[ShardData]
CacheSize = 512
CacheTime = 10
DiskCount = 8
EnableShardData = false
ShardCount = 4
[Sync]
Concurrency = 7
DiscBatch = 8
DiscHardLowCap = 6
DiscHighCap = 128
DiscSoftLowCap = 8
Downloader = false
Enabled = false
InitStreams = 8
MaxAdvertiseWaitTime = 30
MinPeers = 2
StagedSync = false
[Sync.StagedSyncCfg]
DoubleCheckBlockHashes = false
InsertChainBatchSize = 0
LogProgress = false
MaxBackgroundBlocks = 0
MaxBlocksPerSyncCycle = 0
MaxMemSyncCycleSize = 0
TurboMode = false
UseMemDB = false
VerifyAllSig = false
VerifyHeaderBatchSize = 0
[TxPool]
AccountSlots = 16
AllowedTxsFile = "./.wiki/allowedtxs.txt"
BlacklistFile = "./.wiki/blacklist.txt"
GlobalSlots = 5120
LocalAccountsFile = "./.wiki/locals.txt"
RosettaFixFile = ""
GlobalSlots = 4096
GlobalQueue = 5120
AccountQueue = 64
Lifetime = "30m"
PriceBump = 1
PriceLimit = 100e9
[WS]
AuthPort = 9801
Enabled = true
IP = "0.0.0.0"
Port = 9800