github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/config/protocol.testnet.neofs.yml (about)

     1  ProtocolConfiguration:
     2    Magic: 735783775
     3    MaxTraceableBlocks: 2102400
     4    InitialGASSupply: 52000000
     5    TimePerBlock: 15s
     6    MemPoolSize: 50000
     7    StandbyCommittee:
     8    - 0337f5f45e5be5aeae4a919d0787fcb743656560949061d5b8b05509b85ffbfd53
     9    - 020b86534a9a264d28b79155b0ec36d555ed0068eb1b0c4d40c35cc7d2f04759b8
    10    - 02c2efdc01181b0bc14fc19e0acb12281396c8c9ffe64458d621d781a1ded436b7
    11    - 026f9b40a73f29787ef5b289ac845bc43c64680fdd42fc170b1171d3c57213a89f
    12    - 0272350def90715494b857315c9b9c70181739eeec52d777424fef2891c3396cad
    13    - 03a8cee2d3877bcce5b4595578714d77ca2d47673150b8b9cd4e391b7c73b6bda3
    14    - 0215e735a657f6e23478728d1d0718d516bf50c06c2abd92ec7c00eba2bd7a2552
    15    StateRootInHeader: false
    16    ValidatorsCount: 7
    17    SeedList:
    18    - morph1.t5.fs.neo.org:50333
    19    - morph2.t5.fs.neo.org:50333
    20    - morph3.t5.fs.neo.org:50333
    21    - morph4.t5.fs.neo.org:50333
    22    - morph5.t5.fs.neo.org:50333
    23    - morph6.t5.fs.neo.org:50333
    24    - morph7.t5.fs.neo.org:50333
    25    VerifyTransactions: true
    26    P2PSigExtensions: true
    27  
    28  ApplicationConfiguration:
    29    SkipBlockVerification: false
    30    # LogPath could be set up in case you need stdout logs to some proper file.
    31    # LogPath: "./log/neogo.log"
    32    DBConfiguration:
    33      Type: "leveldb" #other options: 'inmemory','boltdb'
    34      # DB type options. Uncomment those you need in case you want to switch DB type.
    35      LevelDBOptions:
    36        DataDirectoryPath: "./chains/testnet.neofs"
    37    #    BoltDBOptions:
    38    #      FilePath: "./chains/testnet.bolt"
    39    P2P:
    40      Addresses:
    41        - ":50333" # in form of "[host]:[port][:announcedPort]"
    42      DialTimeout: 3s
    43      ProtoTickInterval: 2s
    44      PingInterval: 30s
    45      PingTimeout: 90s
    46      MaxPeers: 100
    47      AttemptConnPeers: 20
    48      MinPeers: 5
    49    Relay: true
    50    Consensus:
    51      Enabled: false
    52      UnlockWallet:
    53        Path: "/cn_wallet.json"
    54        Password: "pass"
    55    Oracle:
    56      Enabled: false
    57      AllowedContentTypes:
    58        - application/json
    59    RPC:
    60      Enabled: true
    61      Addresses:
    62        - ":50332"
    63      EnableCORSWorkaround: false
    64      MaxGasInvoke: 100
    65      StartWhenSynchronized: false
    66      TLSConfig:
    67        Enabled: false
    68        Addresses:
    69          - ":50331"
    70        CertFile: server.crt
    71        KeyFile: server.key
    72    P2PNotary:
    73      Enabled: false
    74      UnlockWallet:
    75        Password: "pass"
    76        Path: "/notary_wallet.json"
    77    Prometheus:
    78      Enabled: false
    79      Addresses:
    80        - ":2112"
    81    Pprof:
    82      Enabled: false
    83      Addresses:
    84        - ":2113"