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

     1  ProtocolConfiguration:
     2    Magic: 56753
     3    MaxTraceableBlocks: 200000
     4    TimePerBlock: 15s
     5    MemPoolSize: 50000
     6    StandbyCommittee:
     7      - 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
     8      - 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
     9      - 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
    10      - 02a7bc55fe8684e0119768d104ba30795bdcc86619e864add26156723ed185cd62
    11    ValidatorsCount: 4
    12    SeedList:
    13      - node_one:20333
    14      - node_two:20334
    15      - node_three:20335
    16      - node_four:20336
    17    VerifyTransactions: true
    18    P2PSigExtensions: false
    19  
    20  ApplicationConfiguration:
    21    SkipBlockVerification: false
    22    # LogPath could be set up in case you need stdout logs to some proper file.
    23    # LogPath: "./log/neogo.log"
    24    DBConfiguration:
    25      Type: "leveldb" #other options: 'inmemory','boltdb'
    26      # DB type options. Uncomment those you need in case you want to switch DB type.
    27      LevelDBOptions:
    28        DataDirectoryPath: "/chains/two"
    29    #    BoltDBOptions:
    30    #      FilePath: "./chains/privnet.bolt"
    31    P2P:
    32      Addresses:
    33        - ":20334" # in form of "[host]:[port][:announcedPort]"
    34      DialTimeout: 3s
    35      ProtoTickInterval: 2s
    36      PingInterval: 30s
    37      PingTimeout: 90s
    38      MaxPeers: 10
    39      AttemptConnPeers: 5
    40      MinPeers: 2
    41    Relay: true
    42    Oracle:
    43      Enabled: false
    44      AllowedContentTypes:
    45        - application/json
    46      Nodes:
    47        - http://node_one:30333
    48        - http://node_two:30334
    49        - http://node_three:30335
    50        - http://node_four:30336
    51      RequestTimeout: 5s
    52      UnlockWallet:
    53        Path: "/wallet2.json"
    54        Password: "two"
    55    P2PNotary:
    56      Enabled: false
    57      UnlockWallet:
    58        Path: "/notary_wallet.json"
    59        Password: "pass"
    60    RPC:
    61      Enabled: true
    62      MaxGasInvoke: 15
    63      EnableCORSWorkaround: false
    64      Addresses:
    65        - ":30334"
    66      SessionEnabled: true
    67    Prometheus:
    68      Enabled: true
    69      Addresses:
    70        - ":20002"
    71    Pprof:
    72      Enabled: false
    73      Addresses:
    74        - ":20012"
    75    Consensus:
    76      Enabled: true
    77      UnlockWallet:
    78        Path: "/wallet2.json"
    79        Password: "two"