-
Notifications
You must be signed in to change notification settings - Fork 21.3k
Description
I get the following
$ bin/ethereal.sh
2014/05/28 23:48:38 [CHAIN] Last known block height #0
2014/05/28 23:48:38 Last block: f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6
2014/05/28 23:48:38 Starting Ethereum GUI v0.5.0 RC11
2014/05/28 23:48:38 Ready and accepting connections
2014/05/28 23:48:38 [SERV] Retrieving seed nodes
2014/05/28 23:48:38 [SERV] Found DNS Go Peer: 94.242.229.217:30303
2014/05/28 23:48:38 [SERV] Adding peer (94.242.229.217:30303) 1 / 10
2014/05/28 23:48:39 [SERV] Found DNS Bootstrap Peer: 54.200.139.158:30303
2014/05/28 23:48:39 [SERV] Adding peer (54.200.139.158:30303) 2 / 10
2014/05/28 23:48:39 [GUI] Starting GUI
2014/05/28 23:48:39 Requesting blockchain f5232afe... from peer 94.242.229.217:30303
2014/05/28 23:48:39 [PEER] connected 94.242.229.217:30303 [Peer discovery | Block chain relaying | Transaction relaying]
2014/05/28 23:48:41 Not in chain: f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6
2014/05/28 23:48:41 Asking for block from f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6 (1 total) from 94.242.229.217:30303
2014/05/28 23:48:43 Not in chain: f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6
2014/05/28 23:48:43 Asking for block from f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6 (1 total) from 94.242.229.217:30303
... this is from commit 0b4c42d
Is there a way to select my peers? seem that 94.242.229.217:30303 and 54.200.139.158:30303 don't have f5232afe32aba6b366f8aa86a6939437c5e13d1fd71a0f51e77735d3456eb1a6
What are my options?