diff --git a/ethereumj-studio/src/main/resources/system.properties b/ethereumj-studio/src/main/resources/system.properties index 1b89ae78..8c885a6f 100644 --- a/ethereumj-studio/src/main/resources/system.properties +++ b/ethereumj-studio/src/main/resources/system.properties @@ -9,12 +9,12 @@ peer.discovery.ip.list = poc-7.ethdev.com:30303,\ 185.43.109.23:30303 # Peer Server Zero (poc-6.ethdev.com) -peer.active.ip = 23.22.211.45 -peer.active.port = 992 +peer.active.ip = poc-8.ethdev.com +peer.active.port = 30303 # Peer for server to listen for incoming # connections -peer.listen.port = 40304 +peer.listen.port = 10101 # specify if the mechanism # to discover more and more @@ -24,12 +24,12 @@ peer.listen.port = 40304 # the peer window will show # only what retrieved by active # peer [true/false] -peer.discovery = false +peer.discovery = true # number of workers that # tastes the peers for being # online [1..10] -peer.discovery.workers = 1 +peer.discovery.workers = 3 # connection timeout for trying to # connect to a peer [seconds] @@ -130,7 +130,7 @@ max.blocks.ask = 120 max.blocks.queued = 40000 # project version auto copied during build phase -project.version = 0.7.9 +project.version = 0.7.14 # hello phrase will be included in # the hello message of the peer