github.com/cryptoecc/eth-ecc@v0.0.3/LVE_config.toml (about)

     1  [Eth]
     2  SyncMode = "fast"
     3  
     4  [Node]
     5  DataDir = "/home/lvminer3/ETHEREUM/SMIN/LVE" 
     6  IPCPath = "geth.ipc"
     7  HTTPPort = 8545
     8  HTTPVirtualHosts = ["localhost"]
     9  HTTPModules = ["net", "web3", "eth", "shh"]
    10  WSPort = 8546
    11  WSModules = ["net", "web3", "eth", "shh"]
    12  NoUSB = true
    13  
    14  [Node.P2P]
    15  MaxPeers = 25
    16  NoDiscovery = false
    17  StaticNodes = []
    18  TrustedNodes = []
    19  ListenAddr = "172.26.16.141:30303"
    20  EnableMsgEvents = false
    21