Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Can't find any ETC peers #2907

Closed
niubbo1969 opened this issue Oct 26, 2016 · 9 comments
Closed

Can't find any ETC peers #2907

niubbo1969 opened this issue Oct 26, 2016 · 9 comments
Labels
M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.

Comments

@niubbo1969
Copy link

Why parity 1.3.9-0 don't start to download the blockchain?
I use the command:
parity --chain classic

sometimes i add --cache 1024

But not start Why?
Thanks

@niubbo1969 niubbo1969 reopened this Oct 26, 2016
@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. and removed A0-pleasereview 🤓 Pull request needs code review. labels Oct 27, 2016
@tomusdrw
Copy link
Collaborator

Can you post Parity log here? How many peers do you have?

@niubbo1969
Copy link
Author

When i start parity this is the result, i have changed the port because i have in a separated virtual machine another parity sincronized with ETH on port 30303.

2016-10-27 11:37:26 Starting Parity/v1.3.9-beta/x86_64-linux-gnu/rustc1.12.1
2016-10-27 11:37:26 Using state DB journalling strategy fast
2016-10-27 11:37:26 Configured for Ethereum Classic using Ethash engine
2016-10-27 11:37:26 Your chain is an alternative fork. TRANSACTIONS MAY BE REPLAYED ON THE MAINNET!
2016-10-27 11:37:26 Public node URL: enode://e69ccbd251fc0b8ef7bd9137ee7e5fd2f671238f6038e41d38c4cb6102fa62d399ae2efdea3e4fa8d020dbe5b5dc99908ecef03b069c7b64960c317643173c01@192.168.1.188:30304
2016-10-27 11:37:57 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 11:38:27 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 11:38:58 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 11:39:29 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 11:39:59 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 11:40:30 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:41:01 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:41:32 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:42:03 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:42:33 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:43:04 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:43:35 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:44:06 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:44:36 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:45:07 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:45:38 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:46:08 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:46:39 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:47:10 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 11:47:41 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync

@tomusdrw
Copy link
Collaborator

Ok, so you are not connected to any peers - this is why the sync process is not starting.
Make sure you follow all recommendations here:
https://github.com/ethcore/parity/wiki/FAQ#what-can-i-do-when-parity-has-trouble-getting-in-sync

Especially: time is synced, traffic allowed on 30303

If the problem persists please run with -lsync=trace and include the log here.

@niubbo1969
Copy link
Author

niubbo1969 commented Oct 27, 2016

I've sincronizing the time, and set the port 30303.
I start with parity --chain classic -l sync=trace
This is the bad result.

2016-10-27 14:55:13 main INFO parity::run Starting Parity/v1.3.9-beta/x86_64-linux-gnu/rustc1.12.1
2016-10-27 14:55:13 main INFO parity::run Using state DB journalling strategy fast
2016-10-27 14:55:13 main INFO ethcore::service Configured for Ethereum Classic using Ethash engine
2016-10-27 14:55:13 main WARN ethcore::service Your chain is an alternative fork. TRANSACTIONS MAY BE REPLAYED ON THE MAINNET!
2016-10-27 14:55:13 IO Worker #2 INFO network Public node URL: enode://e69ccbd251fc0b8ef7bd9137ee7e5fd2f671238f6038e41d38c4cb6102fa62d399ae2efdea3e4fa8d020dbe5b5dc99908ecef03b069c7b64960c317643173c01@192.168.1.188:30303
2016-10-27 14:55:43 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 14:56:13 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 14:56:43 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 14:57:14 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 4 KiB sync
2016-10-27 14:57:37 IO Worker #2 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:57:37 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 14:57:37 IO Worker #1 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:57:37 IO Worker #1 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 14:57:40 IO Worker #1 TRACE sync Timeout 0
2016-10-27 14:57:40 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:57:40 IO Worker #1 DEBUG sync Disconnected 0
2016-10-27 14:57:40 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 14:57:40 IO Worker #1 TRACE sync Sync complete
2016-10-27 14:57:40 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:57:44 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 14:58:15 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 14:58:36 IO Worker #0 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:58:36 IO Worker #2 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 14:58:36 IO Worker #2 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:58:36 IO Worker #2 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 14:58:40 IO Worker #3 TRACE sync Timeout 2
2016-10-27 14:58:40 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:58:40 IO Worker #3 DEBUG sync Disconnected 2
2016-10-27 14:58:40 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 14:58:40 IO Worker #3 TRACE sync Sync complete
2016-10-27 14:58:40 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:58:45 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 14:59:17 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 14:59:32 IO Worker #3 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:59:32 IO Worker #0 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 14:59:32 IO Worker #0 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:59:32 IO Worker #0 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 14:59:37 IO Worker #0 TRACE sync Timeout 3
2016-10-27 14:59:37 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:59:37 IO Worker #0 DEBUG sync Disconnected 3
2016-10-27 14:59:37 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 14:59:37 IO Worker #0 TRACE sync Sync complete
2016-10-27 14:59:37 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 14:59:48 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:00:18 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:00:49 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:01:20 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:01:50 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:02:21 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:02:51 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:03:22 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:03:52 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:04:03 IO Worker #1 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:04:03 IO Worker #1 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:04:03 IO Worker #1 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:04:03 IO Worker #1 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:04:07 IO Worker #1 TRACE sync Timeout 2
2016-10-27 15:04:07 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:04:07 IO Worker #1 DEBUG sync Disconnected 2
2016-10-27 15:04:07 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:04:07 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:04:07 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:04:23 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:04:54 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:05:24 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:05:55 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:06:26 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:06:57 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:07:27 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:07:46 IO Worker #1 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:07:46 IO Worker #3 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:07:46 IO Worker #3 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:07:46 IO Worker #3 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:07:49 IO Worker #3 TRACE sync Timeout 3
2016-10-27 15:07:49 IO Worker #3 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:07:49 IO Worker #3 DEBUG sync Disconnected 3
2016-10-27 15:07:49 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:07:49 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:07:49 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:07:58 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:08:29 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:08:37 IO Worker #1 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:08:37 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:08:37 IO Worker #0 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:08:37 IO Worker #0 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:08:40 IO Worker #2 TRACE sync Timeout 2
2016-10-27 15:08:40 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:08:40 IO Worker #2 DEBUG sync Disconnected 2
2016-10-27 15:08:40 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:08:40 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:08:40 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:08:59 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:09:30 IO Worker #1 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:09:30 IO Worker #1 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:09:30 IO Worker #1 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:09:30 IO Worker #1 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:09:30 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:09:33 IO Worker #2 TRACE sync Timeout 1
2016-10-27 15:09:33 IO Worker #2 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:09:33 IO Worker #2 DEBUG sync Disconnected 1
2016-10-27 15:09:33 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:09:33 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:09:33 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:10:01 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:10:26 IO Worker #1 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:10:26 IO Worker #0 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:10:26 IO Worker #0 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:10:26 IO Worker #0 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:10:29 IO Worker #0 TRACE sync Timeout 0
2016-10-27 15:10:29 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:10:29 IO Worker #0 DEBUG sync Disconnected 0
2016-10-27 15:10:29 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:10:29 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:10:29 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:10:32 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:11:03 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:11:24 IO Worker #1 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:11:24 IO Worker #1 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:11:24 IO Worker #1 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:11:24 IO Worker #1 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:11:28 IO Worker #2 TRACE sync Timeout 2
2016-10-27 15:11:28 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:11:28 IO Worker #2 DEBUG sync Disconnected 2
2016-10-27 15:11:28 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:11:28 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:11:28 IO Worker #0 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:11:34 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:12:04 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:12:35 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:13:06 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:13:37 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:14:08 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:14:39 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:15:10 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:15:41 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:16:12 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:16:37 IO Worker #3 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:16:37 IO Worker #3 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:16:37 IO Worker #3 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:16:37 IO Worker #3 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:16:40 IO Worker #0 TRACE sync Timeout 3
2016-10-27 15:16:40 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:16:40 IO Worker #0 DEBUG sync Disconnected 3
2016-10-27 15:16:40 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:16:40 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:16:40 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:16:43 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:17:14 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:17:45 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:18:16 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:18:28 IO Worker #0 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:18:28 IO Worker #3 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:18:28 IO Worker #3 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:18:28 IO Worker #3 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:18:31 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:18:31 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:18:31 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:18:31 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:18:31 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:18:31 IO Worker #0 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:18:47 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:19:17 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:19:25 IO Worker #3 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:19:25 IO Worker #1 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:19:25 IO Worker #1 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:19:25 IO Worker #1 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:19:28 IO Worker #3 TRACE sync Timeout 1
2016-10-27 15:19:28 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:19:28 IO Worker #3 DEBUG sync Disconnected 1
2016-10-27 15:19:28 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:19:28 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:19:28 IO Worker #0 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:19:48 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:20:19 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:20:50 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:21:20 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:21:51 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:21:57 IO Worker #1 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:21:57 IO Worker #2 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:21:57 IO Worker #2 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:21:57 IO Worker #2 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:22:00 IO Worker #3 TRACE sync Timeout 1
2016-10-27 15:22:00 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:22:00 IO Worker #3 DEBUG sync Disconnected 1
2016-10-27 15:22:00 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:22:00 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:22:00 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:22:22 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:22:53 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:23:24 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:23:55 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:24:25 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:24:48 IO Worker #3 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:24:48 IO Worker #3 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:24:48 IO Worker #3 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:24:48 IO Worker #3 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:24:52 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:24:52 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:24:52 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:24:52 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:24:52 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:24:52 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:24:55 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:25:26 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:25:46 IO Worker #3 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:25:46 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:25:46 IO Worker #0 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:25:46 IO Worker #0 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:25:49 IO Worker #3 TRACE sync Timeout 2
2016-10-27 15:25:49 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:25:49 IO Worker #3 DEBUG sync Disconnected 2
2016-10-27 15:25:49 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:25:49 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:25:49 IO Worker #0 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:25:56 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:26:27 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:26:57 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:27:18 IO Worker #3 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:27:18 IO Worker #3 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:27:18 IO Worker #3 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:27:18 IO Worker #3 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:27:21 IO Worker #0 TRACE sync Timeout 0
2016-10-27 15:27:21 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:27:21 IO Worker #0 DEBUG sync Disconnected 0
2016-10-27 15:27:21 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:27:21 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:27:21 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:27:28 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:27:58 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:28:12 IO Worker #3 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:28:12 IO Worker #3 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:28:12 IO Worker #3 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:28:12 IO Worker #3 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:28:16 IO Worker #2 TRACE sync Timeout 3
2016-10-27 15:28:16 IO Worker #2 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:28:16 IO Worker #2 DEBUG sync Disconnected 3
2016-10-27 15:28:16 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:28:16 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:28:16 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:28:28 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:28:58 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:29:09 IO Worker #3 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:29:09 IO Worker #0 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:29:09 IO Worker #0 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:29:09 IO Worker #0 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:29:13 IO Worker #3 TRACE sync Timeout 1
2016-10-27 15:29:13 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:29:13 IO Worker #3 DEBUG sync Disconnected 1
2016-10-27 15:29:13 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:29:13 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:29:13 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:29:29 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:30:00 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:30:08 IO Worker #3 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:30:08 IO Worker #1 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:30:08 IO Worker #1 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:30:08 IO Worker #1 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:30:12 IO Worker #0 TRACE sync Timeout 3
2016-10-27 15:30:12 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:30:12 IO Worker #0 DEBUG sync Disconnected 3
2016-10-27 15:30:12 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:30:12 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:30:12 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:30:30 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:31:01 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:31:32 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:32:02 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:32:33 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:33:03 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:33:33 IO Worker #0 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:33:33 IO Worker #2 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:33:33 IO Worker #2 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:33:33 IO Worker #2 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:33:34 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:33:36 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:33:36 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:33:36 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:33:36 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:33:36 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:33:36 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:34:06 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:34:37 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:35:08 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:35:38 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:36:09 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:36:39 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:37:10 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:37:41 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:38:12 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:38:43 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:39:14 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:39:19 IO Worker #2 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:39:19 IO Worker #0 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:39:19 IO Worker #0 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:39:19 IO Worker #0 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:39:23 IO Worker #3 TRACE sync Timeout 0
2016-10-27 15:39:23 IO Worker #3 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:39:23 IO Worker #3 DEBUG sync Disconnected 0
2016-10-27 15:39:23 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:39:23 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:39:23 IO Worker #2 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:39:45 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:40:16 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:40:17 IO Worker #2 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:40:17 IO Worker #3 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:40:17 IO Worker #3 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:40:17 IO Worker #3 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:40:20 IO Worker #3 TRACE sync Timeout 3
2016-10-27 15:40:20 IO Worker #3 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:40:20 IO Worker #3 DEBUG sync Disconnected 3
2016-10-27 15:40:20 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:40:20 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:40:20 IO Worker #2 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:40:47 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:41:14 IO Worker #1 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:41:14 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:41:14 IO Worker #1 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:41:14 IO Worker #1 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:41:17 IO Worker #2 TRACE sync Timeout 0
2016-10-27 15:41:17 IO Worker #2 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:41:17 IO Worker #2 DEBUG sync Disconnected 0
2016-10-27 15:41:17 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:41:17 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:41:17 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:41:18 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:41:49 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:42:20 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:42:50 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:43:21 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:43:48 IO Worker #1 TRACE sync == Connected 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:43:48 IO Worker #1 TRACE sync New peer 3 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:43:48 IO Worker #1 DEBUG sync Connected 3:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:43:48 IO Worker #1 TRACE sync 3 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:43:51 IO Worker #2 TRACE sync Timeout 3
2016-10-27 15:43:51 IO Worker #2 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:43:51 IO Worker #2 DEBUG sync Disconnected 3
2016-10-27 15:43:51 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:43:51 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:43:51 IO Worker #2 TRACE sync == Disconnecting 3: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:43:52 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:44:23 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:44:54 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:45:25 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:45:56 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:46:27 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:46:58 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:47:29 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:47:53 IO Worker #1 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:47:53 IO Worker #0 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:47:53 IO Worker #0 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:47:53 IO Worker #0 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:47:57 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:47:57 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:47:57 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:47:57 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:47:57 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:47:57 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:48:00 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:48:31 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:48:50 IO Worker #2 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:48:50 IO Worker #1 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:48:50 IO Worker #1 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:48:50 IO Worker #1 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:48:53 IO Worker #2 TRACE sync Timeout 2
2016-10-27 15:48:53 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:48:53 IO Worker #2 DEBUG sync Disconnected 2
2016-10-27 15:48:53 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:48:53 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:48:53 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:49:02 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:49:33 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:49:41 IO Worker #1 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:49:41 IO Worker #2 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:49:41 IO Worker #2 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:49:41 IO Worker #2 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:49:44 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:49:44 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:49:44 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:49:44 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:49:44 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:49:44 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:50:04 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:50:35 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:51:05 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:51:28 IO Worker #1 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:51:28 IO Worker #2 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:51:28 IO Worker #2 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:51:28 IO Worker #2 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:51:31 IO Worker #1 TRACE sync Timeout 0
2016-10-27 15:51:31 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:51:31 IO Worker #1 DEBUG sync Disconnected 0
2016-10-27 15:51:31 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:51:31 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:51:31 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:51:36 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:52:08 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:52:21 IO Worker #1 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:52:21 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:52:21 IO Worker #0 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:52:21 IO Worker #0 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:52:24 IO Worker #1 TRACE sync Timeout 2
2016-10-27 15:52:24 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:52:24 IO Worker #1 DEBUG sync Disconnected 2
2016-10-27 15:52:24 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:52:24 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:52:24 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:52:39 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:53:10 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:53:17 IO Worker #0 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:53:18 IO Worker #3 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:53:18 IO Worker #3 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:53:18 IO Worker #3 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:53:22 IO Worker #0 TRACE sync Timeout 2
2016-10-27 15:53:22 IO Worker #0 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:53:22 IO Worker #0 DEBUG sync Disconnected 2
2016-10-27 15:53:22 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:53:22 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:53:22 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:53:41 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:54:04 IO Worker #3 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:04 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:54:04 IO Worker #0 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:04 IO Worker #0 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:54:08 IO Worker #1 TRACE sync Timeout 2
2016-10-27 15:54:08 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:08 IO Worker #1 DEBUG sync Disconnected 2
2016-10-27 15:54:08 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:54:08 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:54:08 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:12 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:54:43 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:54:54 IO Worker #2 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:54 IO Worker #2 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:54:54 IO Worker #2 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:54 IO Worker #2 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:54:58 IO Worker #2 TRACE sync Timeout 2
2016-10-27 15:54:58 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:54:58 IO Worker #2 DEBUG sync Disconnected 2
2016-10-27 15:54:58 IO Worker #2 TRACE sync Syncing with 0/0 peers
2016-10-27 15:54:58 IO Worker #2 TRACE sync Sync complete
2016-10-27 15:54:58 IO Worker #1 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:55:14 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:55:43 IO Worker #2 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:55:43 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:55:43 IO Worker #1 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:55:43 IO Worker #1 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:55:45 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:55:47 IO Worker #1 TRACE sync Timeout 0
2016-10-27 15:55:47 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:55:47 IO Worker #1 DEBUG sync Disconnected 0
2016-10-27 15:55:47 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:55:47 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:55:47 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:56:16 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:56:31 IO Worker #2 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:56:31 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:56:31 IO Worker #1 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:56:31 IO Worker #1 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:56:34 IO Worker #0 TRACE sync Timeout 0
2016-10-27 15:56:34 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:56:34 IO Worker #0 DEBUG sync Disconnected 0
2016-10-27 15:56:34 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:56:34 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:56:34 IO Worker #2 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:56:47 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:57:18 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:57:20 IO Worker #0 TRACE sync == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:57:20 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:57:20 IO Worker #0 DEBUG sync Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:57:20 IO Worker #0 TRACE sync 2 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:57:24 IO Worker #0 TRACE sync Timeout 2
2016-10-27 15:57:24 IO Worker #0 TRACE sync == Disconnecting 2: unknown
2016-10-27 15:57:24 IO Worker #0 DEBUG sync Disconnected 2
2016-10-27 15:57:24 IO Worker #0 TRACE sync Syncing with 0/0 peers
2016-10-27 15:57:24 IO Worker #0 TRACE sync Sync complete
2016-10-27 15:57:24 IO Worker #2 TRACE sync == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:57:49 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:58:08 IO Worker #1 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:08 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:58:08 IO Worker #1 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:08 IO Worker #1 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:58:12 IO Worker #3 TRACE sync Timeout 0
2016-10-27 15:58:12 IO Worker #3 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:12 IO Worker #3 DEBUG sync Disconnected 0
2016-10-27 15:58:12 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 15:58:12 IO Worker #3 TRACE sync Sync complete
2016-10-27 15:58:12 IO Worker #1 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:19 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:58:50 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:58:59 IO Worker #2 TRACE sync == Connected 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:59 IO Worker #3 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:58:59 IO Worker #3 DEBUG sync Connected 1:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:58:59 IO Worker #3 TRACE sync 1 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 15:59:00 IO Worker #3 TRACE sync 1 -> GetBlockHeaders (number: 2422917, max: 192, skip: 0, reverse:false)
2016-10-27 15:59:00 IO Worker #3 TRACE sync -> GetBlockHeaders: returned 0 entries
2016-10-27 15:59:02 IO Worker #1 TRACE sync Timeout 1
2016-10-27 15:59:02 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:59:02 IO Worker #1 DEBUG sync Disconnected 1
2016-10-27 15:59:02 IO Worker #1 TRACE sync Syncing with 0/0 peers
2016-10-27 15:59:02 IO Worker #1 TRACE sync Sync complete
2016-10-27 15:59:02 IO Worker #1 TRACE sync == Disconnecting 1: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:59:21 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:59:51 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 15:59:56 IO Worker #3 TRACE sync == Connected 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:59:56 IO Worker #3 TRACE sync New peer 0 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
2016-10-27 15:59:56 IO Worker #3 DEBUG sync Connected 0:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 15:59:56 IO Worker #3 TRACE sync 0 <- GetBlockHeaders: 1 entries starting from 1920000
2016-10-27 16:00:00 IO Worker #3 TRACE sync == Disconnecting 0: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
2016-10-27 16:00:00 IO Worker #3 DEBUG sync Disconnected 0
2016-10-27 16:00:00 IO Worker #3 TRACE sync Syncing with 0/0 peers
2016-10-27 16:00:00 IO Worker #3 TRACE sync Sync complete
2016-10-27 16:00:22 IO Worker #2 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:00:53 IO Worker #1 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:01:24 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:01:55 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:02:26 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:02:56 IO Worker #0 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:03:27 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:03:58 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync
2016-10-27 16:04:29 IO Worker #3 INFO import 0/ 0/25 peers 3 MiB db 7 KiB chain 0 bytes queue 11 KiB sync

@tomusdrw
Copy link
Collaborator

Seems that no peers on ETC network can be found.
You should either wait some more time to pick up the peers.
Or specify different bootnodes manually using --bootnodes flag.

@niubbo1969
Copy link
Author

now i try to wait more time, but where i can found the node address for use the --bootnodes flag ?

@gavofyork
Copy link
Contributor

you'll need to ask around on ETC channels for their peers.

@gavofyork gavofyork changed the title blockchain ETC don't download Can't find any ETC peers Oct 28, 2016
@keivibi
Copy link

keivibi commented Oct 28, 2016

I had also the same issue. Tomasz Drwięga helped me on chat. So all the credit goes to him. :-)

Run parity with this command:
parity --chain=classic --bootnodes "enode://08c7ee6a4f861ff0664a49532bcc86de1363acd608999d1b76609bb9bc278649906f069057630fd9493924a368b5d1dc9b8f8bf13ac26df72512f6d1fabd8c95@45.32.7.81:30303","enode://e809c4a2fec7daed400e5e28564e23693b23b2cc5a019b612505631bbe7b9ccf709c1796d2a3d29ef2b045f210caf51e3c4f5b6d3587d43ad5d6397526fa6179@174.112.32.157:30303","enode://687be94c3a7beaa3d2fde82fa5046cdeb3e8198354e05b29d6e0d4e276713e3707ac10f784a7904938b06b46c764875c241b0337dd853385a4d8bfcbf8190647@95.183.51.229:30303","enode://6e538e7c1280f0a31ff08b382db5302480f775480b8e68f8febca0ceff81e4b19153c6f8bf60313b93bef2cc34d34e1df41317de0ce613a201d1660a788a03e2@52.206.67.235:30303","enode://ca5ae4eca09ba6787e29cf6d86f7634d07aae6b9e6317a59aff675851c0bf445068173208cf8ef7f5cd783d8e29b85b2fa3fa358124cf0546823149724f9bde1@138.68.1.16:30303","enode://217ebe27e89bf4fec8ce06509323ff095b1014378deb75ab2e5f6759a4e8750a3bd8254b8c6833136e4d5e58230d65ee8ab34a5db5abf0640408c4288af3c8a7@188.138.1.237:30303","enode://fa20444ef991596ce99b81652ac4e61de1eddc4ff21d3cd42762abd7ed47e7cf044d3c9ccddaf6035d39725e4eb372806787829ccb9a08ec7cb71883cb8c3abd@50.149.116.182:30303","enode://4bd6a4df3612c718333eb5ea7f817923a8cdf1bed89cee70d1710b45a0b6b77b2819846440555e451a9b602ad2efa2d2facd4620650249d8468008946887820a@71.178.232.20:30304","enode://921cf8e4c345fe8db913c53964f9cadc667644e7f20195a0b7d877bd689a5934e146ff2c2259f1bae6817b6585153a007ceb67d260b720fa3e6fc4350df25c7f@51.255.49.170:30303","enode://ffea3b01c000cdd89e1e9229fea3e80e95b646f9b2aa55071fc865e2f19543c9b06045cc2e69453e6b78100a119e66be1b5ad50b36f2ffd27293caa28efdd1b2@128.199.93.177:3030","enode://ee3da491ce6a155eb132708eb0e8d04b0637926ec0ae1b79e63fc97cb9fc3818f49250a0ae0d7f79ed62b66ec677f408c4e01741504dc7a051e274f1e803d454@91.121.65.179:40404","enode://48e063a6cf5f335b1ef2ed98126bf522cf254396f850c7d442fe2edbbc23398787e14cd4de7968a00175a82762de9cbe9e1407d8ccbcaeca5004d65f8398d759@159.203.255.59:30303"

The list of nodes is from:
https://github.com/ethereumproject/go-ethereum/blob/develop/cmd/utils/bootnodes.go#L26

You can put --cache-size MB to speed up the process if you want after --chain=classic

@niubbo1969
Copy link
Author

Thanks, now is started. :)
For the wallet ETC i can use the mist?
Because i've see the new wallet is jaxx, but is different, i've changed the wallet address after the hard fork and i prefer use ethereum wallet or mist.

Excuse for the out of topic.
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M4-core ⛓ Core client code / Rust. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

4 participants