blockchain.config.name = "regtest" peer { discovery = { enabled = true ip.list = [ "localhost:30306", "localhost:30307" ] } active = [ { ip = 127.0.0.1 port = 30306 nodeId = 950a92f9cc7a6270e49094b0ece796ef2a9f6e6c5891c92ede82a1f7bb537ac7de261d01047b7ce0b3c87af46916176cf489d1bc1f67084f8de5d1a23bfd46c7 }, { ip = 127.0.0.1 port = 30307 nodeId = 27ff5188578640d7f29fe842448cc8caff234b8d9103bf03b56250935450aea733158e314708fc607067b3639f862097585d8f48fef561b5fd45bbd5a233f7bf } ] port = 30305 privateKey = bd3d20e480dfb1c9c07ba0bc8cf9052f89923d38b5128c5dbfc18d4eea3826af networkId = 456124 } genesis = rsk-dev.json database { dir = node1 reset = true } hello.phrase = Dev # miner options miner { server.enabled = true client.enabled = true minGasPrice = 0 # these are values used by MinerServer to set the notify flag on/off gasUnitInDollars = 0.001 minFeesNotifyInDollars = 30 # this string is computed to be eventually the address that get the miner reward coinbase.secret = monkey1 } rpc { providers : { web: { cors: "localhost", http: { enabled: true, bind_address: localhost, port: 4444, } } } modules = [ { name: "eth", version: "1.0", enabled: "true", }, { name: "net", version: "1.0", enabled: "true", }, { name: "rpc", version: "1.0", enabled: "true", }, { name: "web3", version: "1.0", enabled: "true", }, { name: "personal", version: "1.0", enabled: "true" }, { name: "mnr", version: "1.0", enabled: "true" } ] }