2022-10-06 15:57:04 +00:00
|
|
|
ProtocolConfiguration:
|
|
|
|
Magic: 91414437
|
|
|
|
MaxTraceableBlocks: 2102400
|
|
|
|
InitialGASSupply: 52000000
|
2022-12-02 16:26:10 +00:00
|
|
|
TimePerBlock: 15s
|
2022-10-06 15:57:04 +00:00
|
|
|
MemPoolSize: 50000
|
|
|
|
StandbyCommittee:
|
|
|
|
- 026fa34ec057d74c2fdf1a18e336d0bd597ea401a0b2ad57340d5c220d09f44086
|
|
|
|
- 039a9db2a30942b1843db673aeb0d4fd6433f74cec1d879de6343cb9fcf7628fa4
|
|
|
|
- 0366d255e7ce23ea6f7f1e4bedf5cbafe598705b47e6ec213ef13b2f0819e8ab33
|
|
|
|
- 023f9cb7bbe154d529d5c719fdc39feaa831a43ae03d2a4280575b60f52fa7bc52
|
|
|
|
- 039ba959e0ab6dc616df8b803692f1c30ba9071b76b05535eb994bf5bbc402ad5f
|
|
|
|
- 035a2a18cddafa25ad353dea5e6730a1b9fcb4b918c4a0303c4387bb9c3b816adf
|
|
|
|
- 031f4d9c66f2ec348832c48fd3a16dfaeb59e85f557ae1e07f6696d0375c64f97b
|
|
|
|
ValidatorsCount: 7
|
|
|
|
SeedList:
|
|
|
|
- morph1.fs.neo.org:40333
|
|
|
|
- morph2.fs.neo.org:40333
|
|
|
|
- morph3.fs.neo.org:40333
|
|
|
|
- morph4.fs.neo.org:40333
|
|
|
|
- morph5.fs.neo.org:40333
|
|
|
|
- morph6.fs.neo.org:40333
|
|
|
|
- morph7.fs.neo.org:40333
|
|
|
|
VerifyTransactions: true
|
2023-09-19 15:29:55 +00:00
|
|
|
P2PSigExtensions: true
|
2022-10-06 15:57:04 +00:00
|
|
|
Hardforks:
|
2022-12-05 07:41:43 +00:00
|
|
|
Aspidochelone: 3000000
|
2023-09-05 20:41:19 +00:00
|
|
|
Basilisk: 4500000
|
2024-05-17 10:50:10 +00:00
|
|
|
Cockatrice: 5800000
|
2022-10-06 15:57:04 +00:00
|
|
|
|
|
|
|
ApplicationConfiguration:
|
2022-12-06 15:13:40 +00:00
|
|
|
SkipBlockVerification: false
|
2022-10-06 15:57:04 +00:00
|
|
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
|
|
|
# LogPath: "./log/neogo.log"
|
|
|
|
DBConfiguration:
|
|
|
|
Type: "leveldb" #other options: 'inmemory','boltdb'
|
|
|
|
# DB type options. Uncomment those you need in case you want to switch DB type.
|
|
|
|
LevelDBOptions:
|
|
|
|
DataDirectoryPath: "./chains/mainnet.neofs"
|
|
|
|
# BoltDBOptions:
|
|
|
|
# FilePath: "./chains/mainnet.bolt"
|
2022-12-06 19:35:37 +00:00
|
|
|
P2P:
|
|
|
|
Addresses:
|
|
|
|
- ":40333" # in form of "[host]:[port][:announcedPort]"
|
|
|
|
DialTimeout: 3s
|
|
|
|
ProtoTickInterval: 2s
|
|
|
|
PingInterval: 30s
|
|
|
|
PingTimeout: 90s
|
|
|
|
MaxPeers: 100
|
|
|
|
AttemptConnPeers: 20
|
|
|
|
MinPeers: 5
|
2022-10-06 15:57:04 +00:00
|
|
|
Relay: true
|
2022-12-06 09:29:12 +00:00
|
|
|
Consensus:
|
|
|
|
Enabled: false
|
|
|
|
UnlockWallet:
|
|
|
|
Path: "/cn_wallet.json"
|
|
|
|
Password: "pass"
|
2022-10-06 15:57:04 +00:00
|
|
|
Oracle:
|
|
|
|
Enabled: false
|
|
|
|
AllowedContentTypes:
|
|
|
|
- application/json
|
|
|
|
RPC:
|
|
|
|
Enabled: true
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":40332"
|
2022-10-06 15:57:04 +00:00
|
|
|
MaxGasInvoke: 15
|
|
|
|
EnableCORSWorkaround: false
|
|
|
|
TLSConfig:
|
|
|
|
Enabled: false
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":40331"
|
2022-10-06 15:57:04 +00:00
|
|
|
CertFile: serv.crt
|
|
|
|
KeyFile: serv.key
|
|
|
|
Prometheus:
|
|
|
|
Enabled: false
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2112"
|
2022-10-06 15:57:04 +00:00
|
|
|
Pprof:
|
|
|
|
Enabled: false
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2113"
|