github.com/igggame/nebulas-go@v2.1.0+incompatible/testnet/conf/config.conf (about)

     1  # Neb configuration text file. Scheme is defined in neblet/pb/config.proto:Config.
     2  #
     3  
     4  network {
     5    # testnet seed
     6    seed:["/ip4/47.92.203.173/tcp/8680/ipfs/QmfSJ7JUnCEDP6LFyKkBUbpuDMETPbqMVZvPQy4keeyBDP","/ip4/47.89.180.5/tcp/8680/ipfs/QmTmnd5KXm4UFUquAJEGdrwj1cbJCHsTfPWAp5aKrKoRJK"]
     7    listen: ["0.0.0.0:8680"]
     8  }
     9  
    10  chain {
    11    # testnet chainID
    12    chain_id: 1001
    13    # testnet datadir, should be different with private chain
    14    datadir: "testnet/data.db"
    15    keydir: "keydir"
    16    # testnet genesis.conf
    17    genesis: "testnet/conf/genesis.conf"
    18    signature_ciphers: ["ECC_SECP256K1"]
    19    dynasty: "testnet/conf/dynasty.conf"
    20  }
    21  
    22  rpc {
    23      rpc_listen: ["127.0.0.1:8684"]
    24      http_listen: ["127.0.0.1:8685"]
    25      http_module: ["api","admin"]
    26  }
    27  
    28  app {
    29      log_level: "info"
    30      log_file: "testnet/logs"
    31      enable_crash_report: false
    32  }
    33  
    34  stats {
    35      enable_metrics: false
    36  }
    37  
    38  nbre {
    39      root_dir: "nbre"
    40      log_dir: "testnet/nbre/logs"
    41      data_dir: "testnet/nbre/nbre.db"
    42      nbre_path: "nbre/bin/nbre"
    43      admin_address: "n1UodK5h3o7yHFLHe9Vq4N3WZGUthsWm6j7"
    44      start_height: 1550000
    45      ipc_listen: "127.0.0.1"
    46      ipc_port: 8688
    47  }