Skip to content

Instantly share code, notes, and snippets.

@josepajay
Created April 25, 2018 09:41
Show Gist options
  • Save josepajay/b9b8aa49a20052cbe7cf08cf7a99f0f7 to your computer and use it in GitHub Desktop.
Save josepajay/b9b8aa49a20052cbe7cf08cf7a99f0f7 to your computer and use it in GitHub Desktop.
Parity Tracing on logs
parity --tracing on --pruning "fast" -l sync=trace --chain="ropsten" --jsonrpc-apis="eth","personal","traces" --base-path="/data/parity_tracing"
2018-04-25 15:09:31 main INFO parity::run Starting Parity/v1.9.6-stable-014d0ac-20180420/x86_64-linux-gnu/rustc1.25.0
2018-04-25 15:09:31 main INFO parity::run Keys path /data/parity_tracing/keys/Ropsten
2018-04-25 15:09:31 main INFO parity::run DB path /data/parity_tracing/chains/test/db/ae90623718e47d66
2018-04-25 15:09:31 main INFO parity::run Path to dapps /data/parity_tracing/dapps
2018-04-25 15:09:31 main INFO parity::run State DB configuration: fast +Trace
2018-04-25 15:09:31 main INFO parity::run Operating mode: active
2018-04-25 15:09:31 main WARN parity::run Warning: Warp Sync is disabled because tracing is turned on.
2018-04-25 15:09:31 main INFO ethcore::service Configured for Ropsten using Ethash engine
2018-04-25 15:09:33 IO Worker #0 TRACE sync == Connected 0: Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:33 IO Worker #0 TRACE sync Sending status to 0, protocol version 2
2018-04-25 15:09:33 IO Worker #0 TRACE sync == Connected 6: Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:33 IO Worker #0 TRACE sync Sending status to 6, protocol version 2
2018-04-25 15:09:33 IO Worker #2 TRACE sync New peer 0 (protocol: 2, network: 3, difficulty: Some(7977265987772912), latest:7bf9…9d8c, genesis:4194…4a2d, snapshot:Some(2930000))
2018-04-25 15:09:33 IO Worker #2 DEBUG sync Connected 0:Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:33 IO Worker #2 TRACE sync 0 <- GetForkHeader: at 641350
2018-04-25 15:09:33 IO Worker #2 TRACE sync New peer 6 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2760000))
2018-04-25 15:09:33 IO Worker #2 DEBUG sync Connected 6:Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync 6 <- GetForkHeader: at 641350
2018-04-25 15:09:33 IO Worker #0 TRACE sync 0 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:33 IO Worker #0 TRACE sync 0 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:33 IO Worker #1 TRACE sync 6 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:33 IO Worker #1 TRACE sync 6 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:33 IO Worker #1 TRACE sync 6: Confirmed peer
2018-04-25 15:09:33 IO Worker #1 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:33 IO Worker #2 TRACE sync == Connected 8: Parity/v1.8.10-stable-6c50f90-20180219/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync Sending status to 8, protocol version 2
2018-04-25 15:09:33 IO Worker #0 TRACE sync == Connected 10: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:33 IO Worker #0 TRACE sync Sending status to 10, protocol version 2
2018-04-25 15:09:33 IO Worker #2 TRACE sync == Connected 9: Parity/v1.9.4-beta-6f21a32-20180228/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync Sending status to 9, protocol version 2
2018-04-25 15:09:33 IO Worker #1 TRACE sync == Connected 12: Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:33 IO Worker #1 TRACE sync Sending status to 12, protocol version 2
2018-04-25 15:09:33 IO Worker #2 TRACE sync == Connected 5: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync Sending status to 5, protocol version 2
2018-04-25 15:09:33 IO Worker #1 TRACE sync 0 Ignoring transactions from unconfirmed/unknown peer
2018-04-25 15:09:33 IO Worker #1 TRACE sync 00 -> Transactions (1471 entries)
2018-04-25 15:09:33 IO Worker #0 TRACE sync == Connected 2: Parity/v1.9.7-stable-7919629-20180423/x86_64-linux-gnu/rustc1.25.0
2018-04-25 15:09:33 IO Worker #0 TRACE sync Sending status to 2, protocol version 2
2018-04-25 15:09:33 IO Worker #1 TRACE sync 0: Confirmed peer
2018-04-25 15:09:33 IO Worker #1 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Idle
2018-04-25 15:09:33 IO Worker #0 TRACE sync New peer 8 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2930000))
2018-04-25 15:09:33 IO Worker #0 DEBUG sync Connected 8:Parity/v1.8.10-stable-6c50f90-20180219/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:33 IO Worker #0 TRACE sync 8 <- GetForkHeader: at 641350
2018-04-25 15:09:33 IO Worker #2 TRACE sync == Connected 3: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync Sending status to 3, protocol version 2
2018-04-25 15:09:33 IO Worker #1 TRACE sync New peer 10 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2415000))
2018-04-25 15:09:33 IO Worker #1 DEBUG sync Connected 10:Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:33 IO Worker #1 TRACE sync 10 <- GetForkHeader: at 641350
2018-04-25 15:09:33 IO Worker #2 TRACE sync New peer 9 (protocol: 2, network: 3, difficulty: Some(7977190383229476), latest:8a22…b7f8, genesis:4194…4a2d, snapshot:Some(2815000))
2018-04-25 15:09:33 IO Worker #2 DEBUG sync Connected 9:Parity/v1.9.4-beta-6f21a32-20180228/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:33 IO Worker #2 TRACE sync 9 <- GetForkHeader: at 641350
2018-04-25 15:09:34 IO Worker #2 TRACE sync 09 <- Transactions (127 entries)
2018-04-25 15:09:34 IO Worker #2 DEBUG sync Sent up to 127 transactions to 1 peers.
2018-04-25 15:09:34 IO Worker #1 TRACE sync New peer 12 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2930000))
2018-04-25 15:09:34 IO Worker #1 DEBUG sync Connected 12:Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:34 IO Worker #1 TRACE sync 12 <- GetForkHeader: at 641350
2018-04-25 15:09:34 IO Worker #0 TRACE sync 06 -> Transactions (1413 entries)
2018-04-25 15:09:34 IO Worker #2 TRACE sync 8 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #2 TRACE sync 8: Returning cached fork header
2018-04-25 15:09:34 IO Worker #2 TRACE sync 8 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #2 TRACE sync New peer 5 (protocol: 2, network: 3, difficulty: Some(7977265958040557), latest:9cab…68fa, genesis:4194…4a2d, snapshot:Some(2950000))
2018-04-25 15:09:34 IO Worker #2 DEBUG sync Connected 5:Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:34 IO Worker #2 TRACE sync 5 <- GetForkHeader: at 641350
2018-04-25 15:09:34 IO Worker #1 TRACE sync New peer 2 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2575000))
2018-04-25 15:09:34 IO Worker #1 DEBUG sync Connected 2:Parity/v1.9.7-stable-7919629-20180423/x86_64-linux-gnu/rustc1.25.0
2018-04-25 15:09:34 IO Worker #1 TRACE sync 2 <- GetForkHeader: at 641350
2018-04-25 15:09:34 IO Worker #2 TRACE sync 10 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #2 TRACE sync 10: Returning cached fork header
2018-04-25 15:09:34 IO Worker #2 TRACE sync 10 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #0 TRACE sync 9 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #0 TRACE sync 9: Returning cached fork header
2018-04-25 15:09:34 IO Worker #0 TRACE sync 9 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #1 TRACE sync New peer 3 (protocol: 2, network: 3, difficulty: Some(4257017320899464), latest:5a6e…9228, genesis:4194…4a2d, snapshot:Some(0))
2018-04-25 15:09:34 IO Worker #1 DEBUG sync Connected 3:Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2018-04-25 15:09:34 IO Worker #1 TRACE sync 3 <- GetForkHeader: at 641350
2018-04-25 15:09:34 IO Worker #2 TRACE sync 12 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #2 TRACE sync 12: Returning cached fork header
2018-04-25 15:09:34 IO Worker #2 TRACE sync 12 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #1 TRACE sync 8: Confirmed peer
2018-04-25 15:09:34 IO Worker #1 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:34 IO Worker #2 TRACE sync 10: Confirmed peer
2018-04-25 15:09:34 IO Worker #2 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:34 IO Worker #0 TRACE sync 9: Confirmed peer
2018-04-25 15:09:34 IO Worker #0 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Idle
2018-04-25 15:09:34 IO Worker #0 TRACE sync 12: Confirmed peer
2018-04-25 15:09:34 IO Worker #0 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:34 IO Worker #2 TRACE sync 3 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #2 TRACE sync 3: Returning cached fork header
2018-04-25 15:09:34 IO Worker #2 TRACE sync 3 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #1 TRACE sync 2 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:34 IO Worker #1 TRACE sync 2: Returning cached fork header
2018-04-25 15:09:34 IO Worker #1 TRACE sync 2 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:34 IO Worker #1 TRACE sync 2: Confirmed peer
2018-04-25 15:09:34 IO Worker #1 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:34 IO Worker #1 TRACE sync 3: Confirmed peer
2018-04-25 15:09:34 IO Worker #1 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Idle
2018-04-25 15:09:35 IO Worker #1 TRACE sync 12 <- Transactions (157 entries)
2018-04-25 15:09:35 IO Worker #1 TRACE sync 10 <- Transactions (157 entries)
2018-04-25 15:09:35 IO Worker #1 DEBUG sync Sent up to 157 transactions to 2 peers.
2018-04-25 15:09:35 IO Worker #1 TRACE sync 5 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:35 IO Worker #1 TRACE sync 5: Returning cached fork header
2018-04-25 15:09:35 IO Worker #1 TRACE sync 5 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:35 IO Worker #1 TRACE sync 5: Confirmed peer
2018-04-25 15:09:35 IO Worker #1 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Idle
2018-04-25 15:09:36 IO Worker #2 TRACE sync 09 <- Transactions (30 entries)
2018-04-25 15:09:36 IO Worker #2 TRACE sync 06 <- Transactions (12 entries)
2018-04-25 15:09:36 IO Worker #2 DEBUG sync Sent up to 30 transactions to 2 peers.
2018-04-25 15:09:36 IO Worker #1 TRACE sync 08 -> Transactions (2002 entries)
2018-04-25 15:09:36 IO Worker #1 TRACE sync 10 -> Transactions (1379 entries)
2018-04-25 15:09:37 IO Worker #2 INFO network Public node URL: enode://533e5572bed316e2b7a50ed67524a438334dfcee03c4a1134bb7662c99d80c8b82ccd319e27261a43d11f61a98e3f886fdcdf82059991c1dba7049cc1e535ad7@192.168.1.57:30303
2018-04-25 15:09:37 IO Worker #1 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:37 IO Worker #1 TRACE sync 03 <- Transactions (793 entries)
2018-04-25 15:09:37 IO Worker #1 TRACE sync 02 <- Transactions (793 entries)
2018-04-25 15:09:37 IO Worker #1 DEBUG sync Sent up to 793 transactions to 3 peers.
2018-04-25 15:09:38 IO Worker #1 TRACE sync 12 <- Transactions (64 entries)
2018-04-25 15:09:38 IO Worker #1 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:38 IO Worker #1 TRACE sync 05 <- Transactions (793 entries)
2018-04-25 15:09:38 IO Worker #1 TRACE sync 08 <- Transactions (15 entries)
2018-04-25 15:09:38 IO Worker #1 DEBUG sync Sent up to 793 transactions to 4 peers.
2018-04-25 15:09:38 IO Worker #2 TRACE sync 12 -> Transactions (2673 entries)
2018-04-25 15:09:38 IO Worker #3 TRACE sync 00 -> Transactions (6 entries)
2018-04-25 15:09:38 IO Worker #1 TRACE sync 02 -> Transactions (2164 entries)
2018-04-25 15:09:39 IO Worker #1 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:39 IO Worker #1 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:39 IO Worker #1 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:39 IO Worker #1 DEBUG sync Sent up to 64 transactions to 3 peers.
2018-04-25 15:09:39 IO Worker #2 TRACE sync == Connected 32: Geth/v1.7.2-stable-ee498061/linux-amd64/go1.9.3
2018-04-25 15:09:39 IO Worker #2 TRACE sync Sending status to 32, protocol version 63
2018-04-25 15:09:39 IO Worker #2 TRACE sync New peer 32 (protocol: 63, network: 1, difficulty: Some(74317824), latest:23f5…1d3d, genesis:c23b…1b71, snapshot:None)
2018-04-25 15:09:39 IO Worker #2 TRACE sync Peer 32 genesis hash mismatch (ours: 4194…4a2d, theirs: c23b…1b71)
2018-04-25 15:09:39 IO Worker #0 TRACE sync 10 -> Transactions (2 entries)
2018-04-25 15:09:39 IO Worker #3 TRACE sync 09 -> Transactions (64 entries)
2018-04-25 15:09:39 IO Worker #2 TRACE sync == Connected 38: Ghbc/v1.8.0-unstable-04de49e3/linux-amd64/go1.8.4
2018-04-25 15:09:39 IO Worker #2 TRACE sync Sending status to 38, protocol version 63
2018-04-25 15:09:39 IO Worker #1 TRACE sync == Connected 36: Geth/v1.7.16-governed-87929e02/linux-amd64/go1.9.2
2018-04-25 15:09:39 IO Worker #1 TRACE sync Sending status to 36, protocol version 63
2018-04-25 15:09:39 IO Worker #0 TRACE sync == Disconnecting 32: Geth/v1.7.2-stable-ee498061/linux-amd64/go1.9.3
2018-04-25 15:09:40 IO Worker #0 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:40 IO Worker #0 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:40 IO Worker #0 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:40 IO Worker #0 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:40 IO Worker #0 DEBUG sync Sent up to 64 transactions to 4 peers.
2018-04-25 15:09:40 IO Worker #0 TRACE sync New peer 36 (protocol: 63, network: 20180109, difficulty: Some(4911295917154), latest:1eb8…1f24, genesis:bd8e…141a, snapshot:None)
2018-04-25 15:09:40 IO Worker #0 TRACE sync Peer 36 genesis hash mismatch (ours: 4194…4a2d, theirs: bd8e…141a)
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Disconnecting 36: Geth/v1.7.16-governed-87929e02/linux-amd64/go1.9.2
2018-04-25 15:09:40 IO Worker #2 TRACE sync New peer 38 (protocol: 63, network: 301333, difficulty: Some(110101366300059960), latest:a3cb…3ad2, genesis:e2a3…5011, snapshot:None)
2018-04-25 15:09:40 IO Worker #2 TRACE sync Peer 38 genesis hash mismatch (ours: 4194…4a2d, theirs: e2a3…5011)
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Disconnecting 38: Ghbc/v1.8.0-unstable-04de49e3/linux-amd64/go1.8.4
2018-04-25 15:09:40 IO Worker #2 TRACE sync == Connected 31: Geth/v1.8.3-unstable-84f367c7/linux-amd64/go1.8
2018-04-25 15:09:40 IO Worker #2 TRACE sync Sending status to 31, protocol version 63
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Connected 34: Geth/v1.7.3-stable/linux-amd64/go1.9.2
2018-04-25 15:09:40 IO Worker #1 TRACE sync Sending status to 34, protocol version 63
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Connected 40: Geth/1482748266Node/v1.5.5-stable-ff07d548/linux/go1.7.3
2018-04-25 15:09:40 IO Worker #1 TRACE sync Sending status to 40, protocol version 63
2018-04-25 15:09:40 IO Worker #2 TRACE sync == Connected 26: Geth/AIX Network/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2018-04-25 15:09:40 IO Worker #2 TRACE sync Sending status to 26, protocol version 63
2018-04-25 15:09:40 IO Worker #2 TRACE sync == Connected 46: Geth/v1.8.3-unstable-933972d1/linux-amd64/go1.10
2018-04-25 15:09:40 IO Worker #2 TRACE sync Sending status to 46, protocol version 63
2018-04-25 15:09:40 IO Worker #2 TRACE sync == Connected 37: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2018-04-25 15:09:40 IO Worker #2 TRACE sync Sending status to 37, protocol version 63
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Connected 45: Parity/v1.11.0-unstable-a60d0e440-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:40 IO Worker #3 TRACE sync Sending status to 45, protocol version 2
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Disconnecting 45: Parity/v1.11.0-unstable-a60d0e440-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Connected 35: Geth/v1.8.2-stable-b8b9f7f4/linux-amd64/go1.9.4
2018-04-25 15:09:40 IO Worker #3 TRACE sync Sending status to 35, protocol version 63
2018-04-25 15:09:40 IO Worker #0 TRACE sync 12 -> Transactions (1 entries)
2018-04-25 15:09:40 IO Worker #0 TRACE sync New peer 31 (protocol: 63, network: 1, difficulty: Some(44600464121), latest:95b3…3ad2, genesis:4ab8…9c7d, snapshot:None)
2018-04-25 15:09:40 IO Worker #0 TRACE sync Peer 31 genesis hash mismatch (ours: 4194…4a2d, theirs: 4ab8…9c7d)
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Disconnecting 31: Geth/v1.8.3-unstable-84f367c7/linux-amd64/go1.8
2018-04-25 15:09:40 IO Worker #2 TRACE sync New peer 34 (protocol: 63, network: 1, difficulty: Some(1016012), latest:a2d5…d354, genesis:320f…b347, snapshot:None)
2018-04-25 15:09:40 IO Worker #2 TRACE sync Peer 34 genesis hash mismatch (ours: 4194…4a2d, theirs: 320f…b347)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 34: Geth/v1.7.3-stable/linux-amd64/go1.9.2
2018-04-25 15:09:40 IO Worker #3 TRACE sync New peer 40 (protocol: 63, network: 1, difficulty: Some(942707022024), latest:5b11…3cf4, genesis:4a00…3990, snapshot:None)
2018-04-25 15:09:40 IO Worker #3 TRACE sync Peer 40 genesis hash mismatch (ours: 4194…4a2d, theirs: 4a00…3990)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 40: Geth/1482748266Node/v1.5.5-stable-ff07d548/linux/go1.7.3
2018-04-25 15:09:40 IO Worker #3 TRACE sync New peer 26 (protocol: 63, network: 1016, difficulty: Some(126059020950), latest:9c6f…6eba, genesis:675b…88d7, snapshot:None)
2018-04-25 15:09:40 IO Worker #3 TRACE sync Peer 26 genesis hash mismatch (ours: 4194…4a2d, theirs: 675b…88d7)
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Disconnecting 26: Geth/AIX Network/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Connected 48: Pirl/v1.8.1-premium-masternode-stablev3-824f23e3/linux-amd64/go1.10
2018-04-25 15:09:40 IO Worker #0 TRACE sync Sending status to 48, protocol version 63
2018-04-25 15:09:40 IO Worker #2 TRACE sync New peer 46 (protocol: 63, network: 11470, difficulty: Some(597035), latest:f232…af28, genesis:3576…9a57, snapshot:None)
2018-04-25 15:09:40 IO Worker #2 TRACE sync Peer 46 genesis hash mismatch (ours: 4194…4a2d, theirs: 3576…9a57)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 46: Geth/v1.8.3-unstable-933972d1/linux-amd64/go1.10
2018-04-25 15:09:40 IO Worker #1 TRACE sync New peer 37 (protocol: 63, network: 633732, difficulty: Some(474590), latest:50fd…7534, genesis:3e0b…e97f, snapshot:None)
2018-04-25 15:09:40 IO Worker #1 TRACE sync Peer 37 genesis hash mismatch (ours: 4194…4a2d, theirs: 3e0b…e97f)
2018-04-25 15:09:40 IO Worker #3 TRACE sync == Disconnecting 37: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Connected 25: Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:40 IO Worker #1 TRACE sync Sending status to 25, protocol version 2
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Connected 44: Gsoil/v1.6.7-MMF-6d29146c/linux-amd64/go1.7.4
2018-04-25 15:09:40 IO Worker #1 TRACE sync Sending status to 44, protocol version 63
2018-04-25 15:09:40 IO Worker #0 TRACE sync New peer 48 (protocol: 63, network: 3125659152, difficulty: Some(12655452097102846100), latest:7cfe…45bf, genesis:29a7…a273, snapshot:None)
2018-04-25 15:09:40 IO Worker #0 TRACE sync Peer 48 genesis hash mismatch (ours: 4194…4a2d, theirs: 29a7…a273)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 48: Pirl/v1.8.1-premium-masternode-stablev3-824f23e3/linux-amd64/go1.10
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Connected 43: geth-node-finder/uiuc-24(research-scan.sprai.org)/v1.7.3-stable-066328ae/linux-amd64/go1.9.5
2018-04-25 15:09:40 IO Worker #0 TRACE sync Sending status to 43, protocol version 63
2018-04-25 15:09:40 IO Worker #2 TRACE sync New peer 35 (protocol: 63, network: 123, difficulty: Some(44248131583), latest:5186…f368, genesis:1ef7…799a, snapshot:None)
2018-04-25 15:09:40 IO Worker #2 TRACE sync Peer 35 genesis hash mismatch (ours: 4194…4a2d, theirs: 1ef7…799a)
2018-04-25 15:09:40 IO Worker #2 TRACE sync == Disconnecting 35: Geth/v1.8.2-stable-b8b9f7f4/linux-amd64/go1.9.4
2018-04-25 15:09:40 IO Worker #0 TRACE sync New peer 25 (protocol: 2, network: 3, difficulty: Some(7977266003755620), latest:a913…ab20, genesis:4194…4a2d, snapshot:Some(2815000))
2018-04-25 15:09:40 IO Worker #0 DEBUG sync Connected 25:Parity/v1.9.5-stable-ff821da-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:40 IO Worker #0 TRACE sync 25 <- GetForkHeader: at 641350
2018-04-25 15:09:40 IO Worker #3 TRACE sync New peer 44 (protocol: 63, network: 42, difficulty: Some(117346598053509762), latest:418e…3834, genesis:40cb…a001, snapshot:None)
2018-04-25 15:09:40 IO Worker #3 TRACE sync Peer 44 genesis hash mismatch (ours: 4194…4a2d, theirs: 40cb…a001)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 44: Gsoil/v1.6.7-MMF-6d29146c/linux-amd64/go1.7.4
2018-04-25 15:09:40 IO Worker #1 TRACE sync == Connected 42: Parity/v1.8.10-stable-6c50f90-20180219/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:40 IO Worker #1 TRACE sync Sending status to 42, protocol version 2
2018-04-25 15:09:40 IO Worker #2 TRACE sync New peer 43 (protocol: 63, network: 1, difficulty: Some(17179869184), latest:d4e5…8fa3, genesis:d4e5…8fa3, snapshot:None)
2018-04-25 15:09:40 IO Worker #2 TRACE sync Peer 43 genesis hash mismatch (ours: 4194…4a2d, theirs: d4e5…8fa3)
2018-04-25 15:09:40 IO Worker #0 TRACE sync == Disconnecting 43: geth-node-finder/uiuc-24(research-scan.sprai.org)/v1.7.3-stable-066328ae/linux-amd64/go1.9.5
2018-04-25 15:09:40 IO Worker #0 TRACE sync 25 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:40 IO Worker #0 TRACE sync 25: Returning cached fork header
2018-04-25 15:09:40 IO Worker #0 TRACE sync 25 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:41 IO Worker #1 TRACE sync 12 <- Transactions (39 entries)
2018-04-25 15:09:41 IO Worker #1 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:41 IO Worker #1 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:41 IO Worker #1 DEBUG sync Sent up to 64 transactions to 3 peers.
2018-04-25 15:09:41 IO Worker #2 TRACE sync New peer 42 (protocol: 2, network: 7762959, difficulty: Some(15204909362290552648), latest:7f59…7e5c, genesis:4eba…52e9, snapshot:Some(2325000))
2018-04-25 15:09:41 IO Worker #2 TRACE sync Status packet from expired session 42:Parity/v1.8.10-stable-6c50f90-20180219/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:41 IO Worker #0 TRACE sync == Disconnecting 42: Parity/v1.8.10-stable-6c50f90-20180219/x86_64-linux-gnu/rustc1.24.0
2018-04-25 15:09:41 IO Worker #0 TRACE sync 09 -> Transactions (64 entries)
2018-04-25 15:09:42 IO Worker #3 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:42 IO Worker #3 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:42 IO Worker #3 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:42 IO Worker #3 DEBUG sync Sent up to 64 transactions to 3 peers.
2018-04-25 15:09:42 IO Worker #2 TRACE sync 25 Ignoring transactions from unconfirmed/unknown peer
2018-04-25 15:09:42 IO Worker #2 TRACE sync 25 -> Transactions (2869 entries)
2018-04-25 15:09:42 IO Worker #2 TRACE sync 25: Confirmed peer
2018-04-25 15:09:42 IO Worker #2 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Idle
2018-04-25 15:09:42 IO Worker #1 TRACE sync == Connected 62: Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:42 IO Worker #1 TRACE sync Sending status to 62, protocol version 2
2018-04-25 15:09:42 IO Worker #0 TRACE sync == Disconnecting 62: Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:42 IO Worker #3 TRACE sync 25 -> Transactions (27 entries)
2018-04-25 15:09:43 IO Worker #2 TRACE sync 12 <- Transactions (64 entries)
2018-04-25 15:09:43 IO Worker #2 TRACE sync 03 <- Transactions (64 entries)
2018-04-25 15:09:43 IO Worker #2 DEBUG sync Sent up to 64 transactions to 2 peers.
2018-04-25 15:09:44 IO Worker #3 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:44 IO Worker #3 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:44 IO Worker #3 TRACE sync 02 <- Transactions (64 entries)
2018-04-25 15:09:44 IO Worker #3 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:44 IO Worker #3 DEBUG sync Sent up to 64 transactions to 4 peers.
2018-04-25 15:09:44 IO Worker #1 TRACE sync 12 -> Transactions (1 entries)
2018-04-25 15:09:45 IO Worker #2 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:45 IO Worker #2 DEBUG sync Sent up to 64 transactions to 1 peers.
2018-04-25 15:09:45 IO Worker #2 TRACE sync 09 -> Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 TRACE sync 25 <- Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 TRACE sync 03 <- Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 TRACE sync 02 <- Transactions (64 entries)
2018-04-25 15:09:46 IO Worker #1 DEBUG sync Sent up to 64 transactions to 5 peers.
2018-04-25 15:09:46 IO Worker #2 TRACE sync 12 -> Transactions (1 entries)
2018-04-25 15:09:47 IO Worker #2 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:47 IO Worker #2 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:47 IO Worker #2 DEBUG sync Sent up to 64 transactions to 2 peers.
2018-04-25 15:09:48 IO Worker #1 TRACE sync 25 <- Transactions (30 entries)
2018-04-25 15:09:48 IO Worker #1 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:48 IO Worker #1 DEBUG sync Sent up to 64 transactions to 2 peers.
2018-04-25 15:09:49 IO Worker #0 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:49 IO Worker #0 DEBUG sync Sent up to 64 transactions to 1 peers.
2018-04-25 15:09:49 IO Worker #1 TRACE sync 00 -> Transactions (2 entries)
2018-04-25 15:09:50 IO Worker #1 TRACE sync == Connected 57: Parity/v1.11.0-unstable-a60d0e440-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:50 IO Worker #1 TRACE sync Sending status to 57, protocol version 2
2018-04-25 15:09:50 IO Worker #2 TRACE sync == Disconnecting 57: Parity/v1.11.0-unstable-a60d0e440-20180321/x86_64-linux-gnu/rustc1.24.1
2018-04-25 15:09:50 IO Worker #1 TRACE sync 09 -> Transactions (64 entries)
2018-04-25 15:09:50 IO Worker #1 TRACE sync 05 -> Transactions (3063 entries)
2018-04-25 15:09:50 IO Worker #1 TRACE sync 05 -> Transactions (6 entries)
2018-04-25 15:09:50 IO Worker #1 TRACE sync 05 -> Transactions (1 entries)
2018-04-25 15:09:50 IO Worker #1 TRACE sync 05 -> Transactions (8 entries)
2018-04-25 15:09:51 IO Worker #3 TRACE sync 03 <- Transactions (64 entries)
2018-04-25 15:09:51 IO Worker #3 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:51 IO Worker #3 DEBUG sync Sent up to 64 transactions to 2 peers.
2018-04-25 15:09:51 IO Worker #2 TRACE sync 05 -> Transactions (28 entries)
2018-04-25 15:09:51 IO Worker #1 TRACE sync 10 -> Transactions (14 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync 25 <- Transactions (13 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync 02 <- Transactions (64 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync 06 <- Transactions (64 entries)
2018-04-25 15:09:52 IO Worker #2 DEBUG sync Sent up to 64 transactions to 5 peers.
2018-04-25 15:09:52 IO Worker #2 TRACE sync 09 -> Transactions (64 entries)
2018-04-25 15:09:52 IO Worker #2 TRACE sync == Connected 65: Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:52 IO Worker #2 TRACE sync Sending status to 65, protocol version 2
2018-04-25 15:09:52 IO Worker #3 TRACE sync New peer 65 (protocol: 2, network: 3, difficulty: Some(8154281915785519), latest:97af…4627, genesis:4194…4a2d, snapshot:Some(0))
2018-04-25 15:09:52 IO Worker #3 DEBUG sync Connected 65:Parity/v1.9.2-beta-0feb0bb-20180201/x86_64-linux-gnu/rustc1.23.0
2018-04-25 15:09:52 IO Worker #3 TRACE sync 65 <- GetForkHeader: at 641350
2018-04-25 15:09:53 IO Worker #0 TRACE sync 65 -> GetBlockHeaders (number: 641350, max: 1, skip: 0, reverse:false)
2018-04-25 15:09:53 IO Worker #0 TRACE sync 65: Returning cached fork header
2018-04-25 15:09:53 IO Worker #0 TRACE sync 65 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:53 IO Worker #1 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:53 IO Worker #1 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:53 IO Worker #1 TRACE sync 06 <- Transactions (64 entries)
2018-04-25 15:09:53 IO Worker #1 DEBUG sync Sent up to 64 transactions to 3 peers.
2018-04-25 15:09:53 IO Worker #2 TRACE sync 65: Confirmed peer
2018-04-25 15:09:53 IO Worker #2 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Idle
2018-04-25 15:09:53 IO Worker #2 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Idle
2018-04-25 15:09:53 IO Worker #2 TRACE sync Starting round (last imported count = None, last started = 2953152, block = 2953152
2018-04-25 15:09:53 IO Worker #2 TRACE sync Starting sync with better chain
2018-04-25 15:09:53 IO Worker #2 TRACE sync 65 <- GetBlockHeaders: 256 entries starting from a913…ab20, set = NewBlocks
2018-04-25 15:09:53 IO Worker #3 TRACE sync 65 -> GetBlockHeaders (hash: a913…ab20, max: 128, skip: 0, reverse:false)
2018-04-25 15:09:53 IO Worker #3 TRACE sync 65 -> GetBlockHeaders: returned 1 entries
2018-04-25 15:09:53 IO Worker #0 TRACE sync 65 -> BlockHeaders (1 entries), state = Blocks, set = NewBlocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Header already in chain 2953152 (a913…ab20), state = ChainHead
2018-04-25 15:09:53 IO Worker #0 TRACE sync Received 1 subchain heads, proceeding to download
2018-04-25 15:09:53 IO Worker #0 TRACE sync Imported 0 of 0
2018-04-25 15:09:53 IO Worker #0 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync 65 <- GetBlockHeaders: 128 entries starting from a913…ab20, set = NewBlocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping busy peer 65
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:53 IO Worker #0 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:54 IO Worker #3 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:54 IO Worker #3 DEBUG sync Sent up to 64 transactions to 1 peers.
2018-04-25 15:09:55 IO Worker #3 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:55 IO Worker #3 TRACE sync 02 <- Transactions (64 entries)
2018-04-25 15:09:55 IO Worker #3 TRACE sync 05 <- Transactions (64 entries)
2018-04-25 15:09:55 IO Worker #3 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:55 IO Worker #3 DEBUG sync Sent up to 64 transactions to 4 peers.
2018-04-25 15:09:55 IO Worker #2 TRACE sync 65 Ignoring transactions while syncing
2018-04-25 15:09:55 IO Worker #2 TRACE sync 65 -> BlockHeaders (1 entries), state = Blocks, set = NewBlocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Header already in chain 2953152 (a913…ab20)
2018-04-25 15:09:55 IO Worker #2 TRACE sync New head a913…ab20
2018-04-25 15:09:55 IO Worker #2 TRACE sync New header: a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20
2018-04-25 15:09:55 IO Worker #2 TRACE sync Inserted 1 headers
2018-04-25 15:09:55 IO Worker #2 TRACE sync Drained 0 blocks, new head :Some(ac7c0aac93c67f4f6f313b94fe7dc7bd638547eed94cc4b072d20965fc573ceb)
2018-04-25 15:09:55 IO Worker #2 TRACE sync Imported 0 of 0
2018-04-25 15:09:55 IO Worker #2 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync 65 <- GetBlockBodies: 1 entries starting from Some(a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20), set = NewBlocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping busy peer 65
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #1 TRACE sync 0 Ignoring transactions while syncing
2018-04-25 15:09:55 IO Worker #0 TRACE sync 65 -> BlockBodies (1 entries), set = NewBlocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Got body a913…ab20
2018-04-25 15:09:55 IO Worker #0 TRACE sync Drained 1 blocks, new head :Some(a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20)
2018-04-25 15:09:55 IO Worker #0 TRACE sync Block already in chain a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20
2018-04-25 15:09:55 IO Worker #0 TRACE sync Imported 0 of 1
2018-04-25 15:09:55 IO Worker #0 TRACE sync Sync round complete
2018-04-25 15:09:55 IO Worker #0 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Starting round (last imported count = Some(0), last started = 2953152, block = 2953152
2018-04-25 15:09:55 IO Worker #0 TRACE sync Searching common header from the last round 2953151 (ac7c…3ceb)
2018-04-25 15:09:55 IO Worker #0 TRACE sync Starting sync with better chain
2018-04-25 15:09:55 IO Worker #0 TRACE sync 65 <- GetBlockHeaders: 256 entries starting from ac7c…3ceb, set = NewBlocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping busy peer 65
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #0 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync 65 -> BlockHeaders (1 entries), state = Blocks, set = NewBlocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Header already in chain 2953151 (ac7c…3ceb), state = ChainHead
2018-04-25 15:09:55 IO Worker #3 TRACE sync Received 1 subchain heads, proceeding to download
2018-04-25 15:09:55 IO Worker #3 TRACE sync Imported 0 of 0
2018-04-25 15:09:55 IO Worker #3 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync 65 <- GetBlockHeaders: 128 entries starting from ac7c…3ceb, set = NewBlocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping busy peer 65
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #3 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync 65 -> BlockHeaders (2 entries), state = Blocks, set = NewBlocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Header already in chain 2953151 (ac7c…3ceb)
2018-04-25 15:09:55 IO Worker #2 TRACE sync Header already in chain 2953152 (a913…ab20)
2018-04-25 15:09:55 IO Worker #2 TRACE sync New head ac7c…3ceb
2018-04-25 15:09:55 IO Worker #2 TRACE sync New header: ac7c0aac93c67f4f6f313b94fe7dc7bd638547eed94cc4b072d20965fc573ceb
2018-04-25 15:09:55 IO Worker #2 TRACE sync New header: a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20
2018-04-25 15:09:55 IO Worker #2 TRACE sync Inserted 2 headers
2018-04-25 15:09:55 IO Worker #2 TRACE sync Drained 0 blocks, new head :Some(0b44c0b72ccdc9e165c13a242f2745c235305c4bd56e61298444fcba2f94d34a)
2018-04-25 15:09:55 IO Worker #2 TRACE sync Imported 0 of 0
2018-04-25 15:09:55 IO Worker #2 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync 65 <- GetBlockBodies: 2 entries starting from Some(ac7c0aac93c67f4f6f313b94fe7dc7bd638547eed94cc4b072d20965fc573ceb), set = NewBlocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping busy peer 65
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:55 IO Worker #2 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #0 TRACE sync 09 <- Transactions (64 entries)
2018-04-25 15:09:56 IO Worker #0 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:56 IO Worker #0 TRACE sync 08 <- Transactions (64 entries)
2018-04-25 15:09:56 IO Worker #0 TRACE sync 65 <- Transactions (2886 entries)
2018-04-25 15:09:56 IO Worker #0 TRACE sync 06 <- Transactions (64 entries)
2018-04-25 15:09:56 IO Worker #0 DEBUG sync Sent up to 2886 transactions to 5 peers.
2018-04-25 15:09:56 IO Worker #1 TRACE sync 65 -> BlockBodies (2 entries), set = NewBlocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Got body ac7c…3ceb
2018-04-25 15:09:56 IO Worker #1 TRACE sync Got body a913…ab20
2018-04-25 15:09:56 IO Worker #1 TRACE sync Drained 2 blocks, new head :Some(a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20)
2018-04-25 15:09:56 IO Worker #1 TRACE sync Block already in chain ac7c0aac93c67f4f6f313b94fe7dc7bd638547eed94cc4b072d20965fc573ceb
2018-04-25 15:09:56 IO Worker #1 TRACE sync Block already in chain a9133faea702aa0390b4da5ed1b936a07aefe70e2ff56afd5c51d82cc565ab20
2018-04-25 15:09:56 IO Worker #1 TRACE sync Imported 0 of 2
2018-04-25 15:09:56 IO Worker #1 TRACE sync Sync round complete
2018-04-25 15:09:56 IO Worker #1 TRACE sync Considering peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, latest=97af…4627, have_latest=false, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Syncing with peer 65, force=false, td=Some(8154281915785519), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Starting round (last imported count = Some(0), last started = 2953151, block = 2953152
2018-04-25 15:09:56 IO Worker #1 TRACE sync Searching common header from the last round 2953150 (0b44…d34a)
2018-04-25 15:09:56 IO Worker #1 TRACE sync Starting sync with better chain
2018-04-25 15:09:56 IO Worker #1 TRACE sync 65 <- GetBlockHeaders: 256 entries starting from 0b44…d34a, set = NewBlocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Syncing with peers: 11 active, 11 confirmed, 11 total
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 12, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 10, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 5, force=false, td=Some(7977265958040557), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 9, force=false, td=Some(7977190383229476), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 6, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 0, force=false, td=Some(7977265987772912), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 25, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 2, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping busy peer 65
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 3, force=false, td=Some(4257017320899464), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #1 TRACE sync Skipping peer 8, force=false, td=Some(7977266003755620), our td=7977266003755620, state=Blocks
2018-04-25 15:09:56 IO Worker #3 TRACE sync 5 Ignoring transactions while syncing
2018-04-25 15:09:57 IO Worker #1 TRACE sync 00 <- Transactions (64 entries)
2018-04-25 15:09:57 IO Worker #1 TRACE sync 10 <- Transactions (64 entries)
2018-04-25 15:09:57 IO Worker #1 DEBUG sync Sent up to 64 transactions to 2 peers.
2018-04-25 15:09:57 IO Worker #3 INFO import Syncing #2953152 a913…ab20 0 blk/s 0 tx/s 0 Mgas/s 0+ 0 Qed #2953150 11/25 peers 382 KiB chain 65 MiB db 0 bytes queue 21 KiB sync RPC: 0 conn, 0 req/s, 0 µs
2018-04-25 15:09:57 IO Worker #0 TRACE sync 0 Ignoring transactions while syncing
^C2018-04-25 15:09:57 main INFO parity::run Finishing work, please wait...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment