shgraph.ethereumj-core.1.12.0-v0.5.0.source-code.ropsten.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ethereumj-core Show documentation
Show all versions of ethereumj-core Show documentation
Java implementation of the Ethereum protocol adapted to use for Hedera Smart Contract Service
The newest version!
peer.discovery = {
# List of the peers to start
# the search of the online peers
# values: [ip:port, ip:port, ip:port ...]
ip.list = [
"52.169.14.227:30303",
"13.84.180.240:30303",
"52.232.243.152:30303",
"192.81.208.223:30303",
"52.176.7.10:30303",
"52.176.100.77:30303"
]
}
peer.active = [
{url = "enode://6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f@52.232.243.152:30303"}
{url = "enode://94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09@192.81.208.223:30303"}
{url = "enode://30b7ab30a01c124a6cceca36863ece12c4f5fa68e3ba9b0b51407ccc002eeed3b3102d20a88f1c1d3c3154e2449317b8ef95090e77b312d5cc39354f86d5d606@52.176.7.10:30303"}
]
# Network id
peer.networkId = 3
# the folder resources/genesis
# contains several versions of
# genesis configuration according
# to the network the peer will run on
genesis = ropsten.json
database {
# place to save physical storage files
dir = database-ropsten
}