Skip to content

Instantly share code, notes, and snippets.

@Glamdring
Created August 9, 2017 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Glamdring/cc575d0998ecbf6c519a4d95ee5faaa3 to your computer and use it in GitHub Desktop.
Save Glamdring/cc575d0998ecbf6c519a4d95ee5faaa3 to your computer and use it in GitHub Desktop.
peer {
# Network id (=1 real network)
networkId = 3
# Port on which ethereumj will listen
# for incoming connections
listen.port = 30304
# Private key of the peer
# The key is generated by default on the first run and stored in the database folder
# If you have your own peer ID, specify its private key here
privateKey = 9feea28......
# Test peers
ip.list = [
"94.242.229.4:40404",
"94.242.229.203:30303",
"128.199.55.137:30303",
"52.169.94.142:30303"
]
}
sync.enabled = false
database {
# place to save physical storage files
# can be either absolute or relative path
dir = database1
}
# Blockchain settings (constants and algorithms) which are
# not described in the genesis file (like MINIMUM_DIFFICULTY or Mining algorithm)
# The possible named presets are:
# - main : the main network (Frontier-Homestead-...)
# - ropsten: Ropsten test network
# - testnet: Ethercamp test network
# - olympic: pre-Frontier Olympic network
# For custom network settings please refer to 'blockchain.config.class'
blockchain.config.name = ropsten
# the folder resources/genesis
# contains several versions of
# genesis configuration according
# to the network the peer will run on
genesis = ropsten.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment