added harmony.conf
This commit is contained in:
95
harmony/harmony.conf
Normal file
95
harmony/harmony.conf
Normal file
@@ -0,0 +1,95 @@
|
||||
Version = "2.5.0"
|
||||
|
||||
[BLSKeys]
|
||||
KMSConfigFile = ""
|
||||
KMSConfigSrcType = "shared"
|
||||
KMSEnabled = false
|
||||
KeyDir = "./.hmy/blskeys"
|
||||
KeyFiles = []
|
||||
MaxKeys = 10
|
||||
PassEnabled = true
|
||||
PassFile = ""
|
||||
PassSrcType = "auto"
|
||||
SavePassphrase = false
|
||||
|
||||
[DNSSync]
|
||||
Client = true
|
||||
LegacySyncing = false
|
||||
Port = 6000
|
||||
Server = true
|
||||
ServerPort = 6000
|
||||
Zone = "t.hmny.io"
|
||||
|
||||
[General]
|
||||
DataDir = "./"
|
||||
EnablePruneBeaconChain = true
|
||||
IsArchival = false
|
||||
IsBackup = false
|
||||
IsBeaconArchival = false
|
||||
IsOffline = false
|
||||
NoStaking = false
|
||||
NodeType = "validator"
|
||||
ShardID = -1
|
||||
|
||||
[HTTP]
|
||||
AuthPort = 9501
|
||||
Enabled = true
|
||||
IP = "127.0.0.1"
|
||||
Port = 9500
|
||||
RosettaEnabled = false
|
||||
RosettaPort = 9700
|
||||
|
||||
[Log]
|
||||
FileName = "harmony.log"
|
||||
Folder = "./latest"
|
||||
RotateCount = 0
|
||||
RotateMaxAge = 0
|
||||
RotateSize = 100
|
||||
Verbosity = 3
|
||||
|
||||
[Log.VerbosePrints]
|
||||
Config = true
|
||||
|
||||
[Network]
|
||||
BootNodes = ["/dnsaddr/bootstrap.t.hmny.io"]
|
||||
NetworkType = "mainnet"
|
||||
|
||||
[P2P]
|
||||
DiscConcurrency = 0
|
||||
IP = "0.0.0.0"
|
||||
KeyFile = "./.hmykey"
|
||||
MaxConnsPerIP = 10
|
||||
Port = 9000
|
||||
|
||||
[Pprof]
|
||||
Enabled = false
|
||||
Folder = "./profiles"
|
||||
ListenAddr = "127.0.0.1:6060"
|
||||
ProfileDebugValues = [0]
|
||||
ProfileIntervals = [600]
|
||||
ProfileNames = []
|
||||
|
||||
[RPCOpt]
|
||||
DebugEnabled = false
|
||||
RateLimterEnabled = true
|
||||
RequestsPerSecond = 1000
|
||||
|
||||
[Sync]
|
||||
Concurrency = 6
|
||||
DiscBatch = 8
|
||||
DiscHardLowCap = 6
|
||||
DiscHighCap = 128
|
||||
DiscSoftLowCap = 8
|
||||
Downloader = false
|
||||
Enabled = false
|
||||
InitStreams = 8
|
||||
MinPeers = 6
|
||||
|
||||
[TxPool]
|
||||
BlacklistFile = "./.hmy/blacklist.txt"
|
||||
|
||||
[WS]
|
||||
AuthPort = 9801
|
||||
Enabled = true
|
||||
IP = "127.0.0.1"
|
||||
Port = 9800
|
||||
Reference in New Issue
Block a user