github.com/igggame/nebulas-go@v2.1.0+incompatible/mainnet/conf/config.conf (about) 1 # Neb configuration text file. Scheme is defined in neblet/pb/config.proto:Config. 2 # 3 4 network { 5 # mainnet seed, please see wiki:https://github.com/nebulasio/wiki/blob/master/mainnet.md 6 seed:["/ip4/52.76.103.107/tcp/8680/ipfs/Qmbi1NVTYHkeuST2wS3B3aHiTLHDajHZpoZk5EDpAXt9H2","/ip4/52.56.55.238/tcp/8680/ipfs/QmVy9AHxBpd1iTvECDR7fvdZnqXeDhnxkZJrKsyuHNYKAh","/ip4/34.198.52.191/tcp/8680/ipfs/QmQK7W8wrByJ6So7rf84sZzKBxMYmc1i4a7JZsne93ysz5"] 7 listen: ["0.0.0.0:8680"] 8 } 9 10 chain { 11 # mainnet chainID 12 chain_id: 1 13 # mainnet datadir, should be different with private chain 14 datadir: "mainnet/data.db" 15 keydir: "keydir" 16 # mainnet genesis.conf 17 genesis: "mainnet/conf/genesis.conf" 18 # mainnet dynasty.conf 19 dynasty: "mainnet/conf/dynasty.conf" 20 21 signature_ciphers: ["ECC_SECP256K1"] 22 } 23 24 rpc { 25 rpc_listen: ["127.0.0.1:8684"] 26 http_listen: ["127.0.0.1:8685"] 27 http_module: ["api","admin"] 28 } 29 30 app { 31 log_level: "info" 32 log_file: "mainnet/logs" 33 enable_crash_report: false 34 } 35 36 stats { 37 enable_metrics: false 38 } 39 40 nbre { 41 root_dir: "nbre" 42 log_dir: "mainnet/nbre/logs" 43 data_dir: "mainnet/nbre/nbre.db" 44 nbre_path: "nbre/bin/nbre" 45 admin_address: "n1S9RrRPC46T9byYBS868YuZgzqGuiPCY1m" 46 start_height: 2307000 47 ipc_listen: "127.0.0.1" 48 ipc_port: 8688 49 } 50