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

Genesis hash mismatch - Cannot Sync #7289

Closed
domgolonka opened this issue Dec 14, 2017 · 3 comments
Closed

Genesis hash mismatch - Cannot Sync #7289

domgolonka opened this issue Dec 14, 2017 · 3 comments
Labels
M2-config 📂 Chain specifications and node configurations. Z1-question 🙋‍♀️ Issue is a question. Closer should answer.
Milestone

Comments

@domgolonka
Copy link

domgolonka commented Dec 14, 2017

Before filing a new issue, please provide the following information.

I'm running:

  • Which Parity version?: 1.8.4
  • Which operating system?: MacOS
  • How installed?: NodeJS
  • Are you fully synchronized?: no
  • Did you try to restart the node?: yes

Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.

I am having issue with sync. I am getting 0/25 peers.

{
"name": "Development Chain",
"engine": {
"instantSeal": null
},
"params": {
"gasLimitBoundDivisor": "0x0400",
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID" : "0x16"
},
"genesis": {
"seal": {
"generic": "0x0"
},
"difficulty": "0x20000",
"author": "0x0000000000000000000000000000000000000000",
"timestamp": "0x00",
"parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"extraData": "0x",
"gasLimit": "0x6ACFC0"
},
"accounts": {
"0000000000000000000000000000000000000001": { "balance": "1", "builtin": { "name": "ecrecover", "pricing": { "linear": { "base": 3000, "word": 0 } } } },
"0000000000000000000000000000000000000002": { "balance": "1", "builtin": { "name": "sha256", "pricing": { "linear": { "base": 60, "word": 12 } } } },
"0000000000000000000000000000000000000003": { "balance": "1", "builtin": { "name": "ripemd160", "pricing": { "linear": { "base": 600, "word": 120 } } } },
"0000000000000000000000000000000000000004": { "balance": "1", "builtin": { "name": "identity", "pricing": { "linear": { "base": 15, "word": 3 } } } },
"0x0015248b433a62fb2d17e19163449616510926b6": { "balance": "1606938044258990275541962092341162602522202993782792835301376" },
"0x00248d782b4c27b5c6f42feb3f36918c24b211a5": { "balance": "1606938044258990275541962092341162602522202993782792835301376" },
"0x00660f1c570b9387b9fa57bbdf6804d82a9fdc53": { "balance": "1606938044258990275541962092341162602522202993782792835301376" },
"0x0089c3fb6a503c7a1eab2d35cfbfa746252aad15": { "balance": "1606938044258990275541962092341162602522202993782792835301376" },
"0x00b71117fff2739e83cadba788873adce169563b": { "balance": "1606938044258990275541962092341162602522202993782792835301376" },
"0x00f18cd3ea9a97828861ac9c965d09b94fce746e": { "balance": "1606938044258990275541962092341162602522202993782792835301376" }
}
}

> @protocol@0.5.4 devchain /Users/domzmac/Documents/webdev/melon
> parity --chain utils/chain/chainGenesis.json db kill & parity --chain utils/chain/chainGenesis.json --geth --jsonrpc-apis all & babel-node tests/beforeTests.js && killall parity && parity --chain utils/chain/chainGenesis.json --unlock 0x00248D782B4c27b5C6F42FEB3f36918C24b211A5,0x00660f1C570b9387B9fA57Bbdf6804d82a9FDC53,0x00b71117fff2739e83CaDBA788873AdCe169563B,0x0015248B433A62FB2d17E19163449616510926B6,0x00f18CD3EA9a97828861AC9C965D09B94fcE746E,0x0089C3fB6a503c7a1eAB2D35CfBFA746252aaD15 --password=utils/chain/password --force-ui --no-persistent-txqueue --jsonrpc-apis all --reseal-min-period 0 --gas-floor-target 6900000 -lsync=trace

Migrating database from version 9 to 12
Error removing database: Error { repr: Os { code: 66, message: "Directory not empty" } }
Migration finished
2017-12-14 10:11:07  Starting Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-macos/rustc1.22.1
2017-12-14 10:11:07  Keys path /Users/domzmac/Library/Application Support/io.parity.ethereum/keys/Development Chain
2017-12-14 10:11:07  DB path /Users/domzmac/Library/Application Support/io.parity.ethereum/chains/Development Chain/db/a14832221104f39c
2017-12-14 10:11:07  Path to dapps /Users/domzmac/Library/Application Support/io.parity.ethereum/dapps
2017-12-14 10:11:07  State DB configuration: fast
2017-12-14 10:11:07  Operating mode: active
2017-12-14 10:11:07  Configured for Development Chain using InstantSeal engine
2017-12-14 10:11:07  Updated conversion rate to Ξ1 = US$680.73 (174882290 wei/gas)
2017-12-14 10:11:08  Public node URL: enode://cf13ab6beb713514a21359553cc9932c122deb8b1f238a7d998a0ef79fd345fbeb7b163c496989079065d0f90441ddd780443e86a1628f26550f31200284ac0d@192.168.1.86:30303
2017-12-14 10:11:09  main INFO parity::run  Starting Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-macos/rustc1.22.1
2017-12-14 10:11:09  main INFO parity::run  Keys path /Users/domzmac/Library/Application Support/io.parity.ethereum/keys/Development Chain
2017-12-14 10:11:09  main INFO parity::run  DB path /Users/domzmac/Library/Application Support/io.parity.ethereum/chains/Development Chain/db/a14832221104f39c
2017-12-14 10:11:09  main INFO parity::run  Path to dapps /Users/domzmac/Library/Application Support/io.parity.ethereum/dapps
2017-12-14 10:11:09  main INFO parity::run  State DB configuration: fast
2017-12-14 10:11:09  main INFO parity::run  Operating mode: active
2017-12-14 10:11:09  Finishing work, please wait...
2017-12-14 10:11:09  main INFO ethcore::service  Configured for Development Chain using InstantSeal engine
2017-12-14 10:11:09  main INFO parity::run  Running without a persistent transaction queue.
2017-12-14 10:11:09   INFO miner  Updated conversion rate to Ξ1 = US$680.73 (174882290 wei/gas)
2017-12-14 10:11:09  IO Worker #1 INFO network  Public node URL: enode://cf13ab6beb713514a21359553cc9932c122deb8b1f238a7d998a0ef79fd345fbeb7b163c496989079065d0f90441ddd780443e86a1628f26550f31200284ac0d@192.168.1.86:30303
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Connected 0: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Sending status to 0, protocol version 63
2017-12-14 10:11:11  IO Worker #1 TRACE sync  New peer 0 (protocol: 63, network: 2934, difficulty: Some(17179869184), latest:d4e5…8fa3, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Peer 0 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 0: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 15: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 15, protocol version 63
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 4: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 4, protocol version 63
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 15 (protocol: 63, network: 511337, difficulty: Some(2610612871732), latest:7b7f…372f, genesis:6577…44e1, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 15 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Disconnecting 15: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #2 TRACE sync  New peer 4 (protocol: 63, network: 511337, difficulty: Some(2610612871732), latest:7b7f…372f, genesis:6577…44e1, snapshot:None)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Peer 4 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Disconnecting 4: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 24: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 24, protocol version 63
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Connected 21: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Sending status to 21, protocol version 63
2017-12-14 10:11:11  IO Worker #0 TRACE sync  New peer 24 (protocol: 63, network: 3, difficulty: Some(17179869184), latest:d4e5…8fa3, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 24: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 10:11:11  IO Worker #2 TRACE sync  New peer 21 (protocol: 63, network: 7002017, difficulty: Some(4479709826), latest:fdc3…4725, genesis:b913…d3df, snapshot:None)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Peer 21 genesis hash mismatch (ours: 236e…42a7, theirs: b913…d3df)
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Disconnecting 21: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Connected 1: Parity/v1.7.9-stable-12940e4-20171113/x86_64-linux-gnu/rustc1.21.0
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Sending status to 1, protocol version 2
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 13: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 13, protocol version 63
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Connected 12: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7.3
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Sending status to 12, protocol version 63
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 23: Geth/RONA/v1.7.3-unstable-0131bd6f/linux-amd64/go1.7.6
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 23, protocol version 63
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Connected 14: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Sending status to 14, protocol version 63
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Connected 17: Geth/v1.7.3-unstable-bedf6f40/linux-amd64/go1.9.2
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Sending status to 17, protocol version 63
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 16: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.8.3
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 16, protocol version 63
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 1 (protocol: 2, network: 76, difficulty: Some(7778149855176028), latest:5f95…b528, genesis:4fa5…2af5, snapshot:Some(1425000))
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 1 genesis hash mismatch (ours: 236e…42a7, theirs: 4fa5…2af5)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 1: Parity/v1.7.9-stable-12940e4-20171113/x86_64-linux-gnu/rustc1.21.0
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Connected 22: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.1
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Sending status to 22, protocol version 63
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Connected 2: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Sending status to 2, protocol version 63
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Connected 3: Geth/v1.5.9-stable/windows/go1.8.1
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Sending status to 3, protocol version 63
2017-12-14 10:11:11  IO Worker #2 TRACE sync  New peer 13 (protocol: 63, network: 42, difficulty: Some(235027593290), latest:780e…6b19, genesis:dc64…336f, snapshot:None)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Peer 13 genesis hash mismatch (ours: 236e…42a7, theirs: dc64…336f)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 13: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Connected 7: Geth/node1/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Sending status to 7, protocol version 63
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 12 (protocol: 63, network: 963252369, difficulty: Some(0), latest:07ca…db27, genesis:07ca…db27, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 12 genesis hash mismatch (ours: 236e…42a7, theirs: 07ca…db27)
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Disconnecting 12: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7.3
2017-12-14 10:11:11  IO Worker #1 TRACE sync  New peer 23 (protocol: 63, network: 53775, difficulty: Some(1), latest:cd11…b34b, genesis:cd11…b34b, snapshot:None)
2017-12-14 10:11:11  IO Worker #1 TRACE sync  Peer 23 genesis hash mismatch (ours: 236e…42a7, theirs: cd11…b34b)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 23: Geth/RONA/v1.7.3-unstable-0131bd6f/linux-amd64/go1.7.6
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Connected 6: Geth/v1.7.2-stable-1db4ecdc/windows-amd64/go1.9
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Sending status to 6, protocol version 63
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 14 (protocol: 63, network: 12345, difficulty: Some(3715468827), latest:97bc…2e1e, genesis:c0fd…1bee, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 14 genesis hash mismatch (ours: 236e…42a7, theirs: c0fd…1bee)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Disconnecting 14: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 17 (protocol: 63, network: 39999, difficulty: Some(130941611340), latest:058c…dd67, genesis:de5f…149e, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 17 genesis hash mismatch (ours: 236e…42a7, theirs: de5f…149e)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Disconnecting 17: Geth/v1.7.3-unstable-bedf6f40/linux-amd64/go1.9.2
2017-12-14 10:11:11  IO Worker #3 TRACE sync  == Connected 34: Geth/v1.7.0-unstable-3e0dbe0e/linux-amd64/go1.7.3
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Sending status to 34, protocol version 63
2017-12-14 10:11:11  IO Worker #2 TRACE sync  New peer 16 (protocol: 63, network: 82870892, difficulty: Some(2587505718701), latest:1f99…68b0, genesis:b925…7db9, snapshot:None)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: b925…7db9)
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Disconnecting 16: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.8.3
^C2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 34 (protocol: 63, network: 40734, difficulty: Some(974499867599), latest:16c7…13b7, genesis:8efc…fe3e, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 34 genesis hash mismatch (ours: 236e…42a7, theirs: 8efc…fe3e)
2017-12-14 10:11:11  IO Worker #2 TRACE sync  == Disconnecting 34: Geth/v1.7.0-unstable-3e0dbe0e/linux-amd64/go1.7.3
2017-12-14 10:11:11  IO Worker #3 TRACE sync  New peer 22 (protocol: 63, network: 1, difficulty: Some(17179869184), latest:d4e5…8fa3, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 10:11:11  IO Worker #3 TRACE sync  Peer 22 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 10:11:11  IO Worker #1 TRACE sync  == Disconnecting 22: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.1
2017-12-14 10:11:11  IO Worker #0 TRACE sync  == Connected 11: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 10:11:11  IO Worker #0 TRACE sync  Sending status to 11, protocol version 63
2017-12-14 10:11:11  main INFO parity::run  Finishing work, please wait...


@5chdn 5chdn added M2-config 📂 Chain specifications and node configurations. Z1-question 🙋‍♀️ Issue is a question. Closer should answer. labels Dec 14, 2017
@5chdn 5chdn added this to the 1.9 milestone Dec 14, 2017
@5chdn
Copy link
Contributor

5chdn commented Dec 14, 2017

Your client is connecting to other peers in different networks with the same ID. This is expected behaviour.

Try to randomize your networkId or run with --no-discovery.

@5chdn 5chdn closed this as completed Dec 14, 2017
@domgolonka
Copy link
Author

Tried doing both but still the same error:

protocol@0.5.4 devchain /Users/domzmac/Documents/webdev/melon

parity --chain utils/chain/chainGenesis.json db kill & parity --chain utils/chain/chainGenesis.json --geth --jsonrpc-apis all & babel-node tests/beforeTests.js && killall parity && parity --chain utils/chain/chainGenesis.json --unlock 0x00248D782B4c27b5C6F42FEB3f36918C24b211A5,0x00660f1C570b9387B9fA57Bbdf6804d82a9FDC53,0x00b71117fff2739e83CaDBA788873AdCe169563B,0x0015248B433A62FB2d17E19163449616510926B6,0x00f18CD3EA9a97828861AC9C965D09B94fcE746E,0x0089C3fB6a503c7a1eAB2D35CfBFA746252aaD15 --password=utils/chain/password --force-ui --no-persistent-txqueue --jsonrpc-apis all --reseal-min-period 0 --gas-floor-target 6900000 -lsync=trace --allow-ips=public --no-discovery

Migrating database from version 9 to 12
2017-12-14 12:00:34 Database deleted.
Migration finished
2017-12-14 12:00:34 Starting Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-macos/rustc1.22.1
2017-12-14 12:00:34 Keys path /Users/domzmac/Library/Application Support/io.parity.ethereum/keys/Development Chain
2017-12-14 12:00:34 DB path /Users/domzmac/Library/Application Support/io.parity.ethereum/chains/Development Chain/db/a14832221104f39c
2017-12-14 12:00:34 Path to dapps /Users/domzmac/Library/Application Support/io.parity.ethereum/dapps
2017-12-14 12:00:34 State DB configuration: fast
2017-12-14 12:00:34 Operating mode: active
2017-12-14 12:00:34 Configured for Development Chain using InstantSeal engine
2017-12-14 12:00:35 Public node URL: enode://cf13ab6beb713514a21359553cc9932c122deb8b1f238a7d998a0ef79fd345fbeb7b163c496989079065d0f90441ddd780443e86a1628f26550f31200284ac0d@192.168.1.86:30303
2017-12-14 12:00:36 Finishing work, please wait...
2017-12-14 12:00:36 main INFO parity::run Starting Parity/v1.8.4-beta-c74c8c1-20171211/x86_64-macos/rustc1.22.1
2017-12-14 12:00:36 main INFO parity::run Keys path /Users/domzmac/Library/Application Support/io.parity.ethereum/keys/Development Chain
2017-12-14 12:00:36 main INFO parity::run DB path /Users/domzmac/Library/Application Support/io.parity.ethereum/chains/Development Chain/db/a14832221104f39c
2017-12-14 12:00:36 main INFO parity::run Path to dapps /Users/domzmac/Library/Application Support/io.parity.ethereum/dapps
2017-12-14 12:00:36 main INFO parity::run State DB configuration: fast
2017-12-14 12:00:36 main INFO parity::run Operating mode: active
2017-12-14 12:00:36 main INFO ethcore::service Configured for Development Chain using InstantSeal engine
2017-12-14 12:00:36 main INFO parity::run Running without a persistent transaction queue.
2017-12-14 12:00:36 INFO miner Updated conversion rate to Ξ1 = US$679.04 (175317540 wei/gas)
2017-12-14 12:00:37 IO Worker #2 INFO network Public node URL: enode://cf13ab6beb713514a21359553cc9932c122deb8b1f238a7d998a0ef79fd345fbeb7b163c496989079065d0f90441ddd780443e86a1628f26550f31200284ac0d@192.168.1.86:30303
2017-12-14 12:00:37 IO Worker #2 TRACE sync == Connected 22: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:37 IO Worker #2 TRACE sync Sending status to 22, protocol version 63
2017-12-14 12:00:37 IO Worker #0 TRACE sync == Connected 27: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:37 IO Worker #0 TRACE sync Sending status to 27, protocol version 63
2017-12-14 12:00:37 IO Worker #2 TRACE sync == Connected 15: Parity/v1.9.0-nightly-5281e09-20171018/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:37 IO Worker #2 TRACE sync Sending status to 15, protocol version 2
2017-12-14 12:00:37 IO Worker #0 TRACE sync New peer 22 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:37 IO Worker #0 TRACE sync Peer 22 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:37 IO Worker #3 TRACE sync == Disconnecting 22: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:37 IO Worker #2 TRACE sync New peer 27 (protocol: 63, network: 4, difficulty: Some(2723398), latest:5f82…f127, genesis:6341…e177, snapshot:None)
2017-12-14 12:00:37 IO Worker #2 TRACE sync Peer 27 genesis hash mismatch (ours: 236e…42a7, theirs: 6341…e177)
2017-12-14 12:00:37 IO Worker #2 TRACE sync == Disconnecting 27: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:37 IO Worker #3 TRACE sync == Connected 4: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.3
2017-12-14 12:00:37 IO Worker #3 TRACE sync Sending status to 4, protocol version 63
2017-12-14 12:00:37 IO Worker #2 TRACE sync New peer 15 (protocol: 2, network: 401697, difficulty: Some(423786638916235999581896345971701834737126495), latest:fed6…2fcc, genesis:3b44…c9b4, snapshot:Some(1245000))
2017-12-14 12:00:37 IO Worker #2 TRACE sync Peer 15 genesis hash mismatch (ours: 236e…42a7, theirs: 3b44…c9b4)
2017-12-14 12:00:37 IO Worker #0 TRACE sync == Disconnecting 15: Parity/v1.9.0-nightly-5281e09-20171018/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:37 IO Worker #3 TRACE sync == Connected 10: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:37 IO Worker #3 TRACE sync Sending status to 10, protocol version 63
2017-12-14 12:00:37 IO Worker #3 TRACE sync == Connected 14: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:37 IO Worker #3 TRACE sync Sending status to 14, protocol version 63
2017-12-14 12:00:37 IO Worker #0 TRACE sync New peer 4 (protocol: 63, network: 858585, difficulty: Some(608745), latest:60cf…b1e1, genesis:c5e1…a17a, snapshot:None)
2017-12-14 12:00:37 IO Worker #0 TRACE sync Peer 4 genesis hash mismatch (ours: 236e…42a7, theirs: c5e1…a17a)
2017-12-14 12:00:37 IO Worker #3 TRACE sync == Disconnecting 4: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.3
2017-12-14 12:00:37 IO Worker #0 TRACE sync == Connected 30: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:37 IO Worker #0 TRACE sync Sending status to 30, protocol version 63
2017-12-14 12:00:37 IO Worker #2 TRACE sync New peer 10 (protocol: 63, network: 17185, difficulty: Some(5), latest:f142…0e5a, genesis:5622…7beb, snapshot:None)
2017-12-14 12:00:37 IO Worker #2 TRACE sync Peer 10 genesis hash mismatch (ours: 236e…42a7, theirs: 5622…7beb)
2017-12-14 12:00:37 IO Worker #1 TRACE sync == Disconnecting 10: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 14 (protocol: 63, network: 3, difficulty: Some(17179869184), latest:d4e5…8fa3, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 14 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Connected 6: Geth/RONA/v1.7.3-unstable-0131bd6f/linux-amd64/go1.7.6
2017-12-14 12:00:38 IO Worker #0 TRACE sync Sending status to 6, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 12: Parity/v1.8.2-unstable/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 12, protocol version 2
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 1: Ethereum(J)/v1.6.3/Linux/Release/Java/Dev
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 1, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 1 (protocol: 63, network: 3, difficulty: Some(7067896322076002), latest:231d…a27f, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 1 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 1: Ethereum(J)/v1.6.3/Linux/Release/Java/Dev
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 14: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 30 (protocol: 63, network: 7002017, difficulty: Some(4479709826), latest:fdc3…4725, genesis:b913…d3df, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 30 genesis hash mismatch (ours: 236e…42a7, theirs: b913…d3df)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 30: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 0: Geth/v3.5.0/linux/go1.8
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 0, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 8: GPG/v1.1.0-unstable-8c3bb451/linux/go1.7.3/pgc.minerpool.net
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 8, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 9: Gsoil/v1.6.7-MMF-6d29146c/linux-amd64/go1.7.4
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 9, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 20: Geth/identity/v1.6.7-unstable/linux-amd64/go1.8.3
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 20, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 21: Geth/v1.7.0-stable-6c6c7b2a/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 21, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 11: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 11, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 23: Geth/vquorum 2.0.0 (geth 1.7.2-stable)-3d91976f/linux-amd64/go1.7.3
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 23, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 3: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 3, protocol version 63
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 12 (protocol: 2, network: 12648430, difficulty: Some(293032118579764632180704262942222604382679265), latest:05e3…01bb, genesis:e130…50d3, snapshot:Some(860000))
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 12 genesis hash mismatch (ours: 236e…42a7, theirs: e130…50d3)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 12: Parity/v1.8.2-unstable/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 2: Geth/ecu-node-0002/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 2, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 24: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 24, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 18: Geth/v1.7.3-unstable-0131bd6f/freebsd-amd64/go1.9
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 18, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 28: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 28, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 19: Parity/v1.7.3-beta-083b69f-20170921/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 19, protocol version 2
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 7: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 7, protocol version 63
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 6 (protocol: 63, network: 53775, difficulty: Some(1), latest:cd11…b34b, genesis:cd11…b34b, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 6 genesis hash mismatch (ours: 236e…42a7, theirs: cd11…b34b)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 6: Geth/RONA/v1.7.3-unstable-0131bd6f/linux-amd64/go1.7.6
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 5: Geth/v1.7.3-unstable-e2a5beaf/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 5, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 25: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 25, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 26: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 26, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 29: Geth/ForusAppChain/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 29, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 0 (protocol: 63, network: 2, difficulty: Some(409150555483111), latest:9fb9…b3e1, genesis:0cd7…e303, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 0 genesis hash mismatch (ours: 236e…42a7, theirs: 0cd7…e303)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 0: Geth/v3.5.0/linux/go1.8
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 8 (protocol: 63, network: 1377959, difficulty: Some(223778692488314031), latest:500a…1b5e, genesis:0298…755d, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 8 genesis hash mismatch (ours: 236e…42a7, theirs: 0298…755d)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 8: GPG/v1.1.0-unstable-8c3bb451/linux/go1.7.3/pgc.minerpool.net
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 9 (protocol: 63, network: 42, difficulty: Some(85613464682488117), latest:be55…f475, genesis:40cb…a001, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 9 genesis hash mismatch (ours: 236e…42a7, theirs: 40cb…a001)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 9: Gsoil/v1.6.7-MMF-6d29146c/linux-amd64/go1.7.4
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 20 (protocol: 63, network: 101, difficulty: Some(35954782975), latest:bb3e…c53d, genesis:b2a5…6659, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 20 genesis hash mismatch (ours: 236e…42a7, theirs: b2a5…6659)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 20: Geth/identity/v1.6.7-unstable/linux-amd64/go1.8.3
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 21 (protocol: 63, network: 2342, difficulty: Some(188517862792), latest:cb59…7d8e, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 21 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 16: Geth/v1.8.0-unstable-3654aeaa/linux-amd64/go1.7.3
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 16, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 21: Geth/v1.7.0-stable-6c6c7b2a/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Connected 13: Geth/v1.8.0-unstable-049797d4/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #0 TRACE sync Sending status to 13, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 11 (protocol: 63, network: 33, difficulty: Some(73044065305), latest:4d1b…99d4, genesis:7d59…1cfc, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 11 genesis hash mismatch (ours: 236e…42a7, theirs: 7d59…1cfc)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 11: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 23 (protocol: 63, network: 963252369, difficulty: Some(3014656), latest:e40a…af5d, genesis:07ca…db27, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 23 genesis hash mismatch (ours: 236e…42a7, theirs: 07ca…db27)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 23: Geth/vquorum 2.0.0 (geth 1.7.2-stable)-3d91976f/linux-amd64/go1.7.3
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 19 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:38 IO Worker #1 TRACE sync Status packet from expired session 19:Parity/v1.7.3-beta-083b69f-20170921/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 19: Parity/v1.7.3-beta-083b69f-20170921/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 3 (protocol: 63, network: 88, difficulty: Some(3977028690901958859), latest:badc…2dac, genesis:406f…18af, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 3 genesis hash mismatch (ours: 236e…42a7, theirs: 406f…18af)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 3: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 24 (protocol: 63, network: 2222, difficulty: Some(1420390704757), latest:be16…5017, genesis:5a65…a73d, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: 5a65…a73d)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 24: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 2 (protocol: 63, network: 888, difficulty: Some(48788349344), latest:0885…0791, genesis:5e1f…90e0, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 2 genesis hash mismatch (ours: 236e…42a7, theirs: 5e1f…90e0)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 2: Geth/ecu-node-0002/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 31: Parity/v1.6.8-unstable/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 31, protocol version 2
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 18 (protocol: 63, network: 1234, difficulty: Some(1194007376), latest:062a…f5c6, genesis:d1a1…8725, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 18 genesis hash mismatch (ours: 236e…42a7, theirs: d1a1…8725)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 18: Geth/v1.7.3-unstable-0131bd6f/freebsd-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 28 (protocol: 63, network: 3552248, difficulty: Some(127333), latest:26f2…0b44, genesis:512a…01ac, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 28 genesis hash mismatch (ours: 236e…42a7, theirs: 512a…01ac)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 28: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 17: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 17, protocol version 2
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 7 (protocol: 63, network: 3552248, difficulty: Some(127333), latest:26f2…0b44, genesis:512a…01ac, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 7 genesis hash mismatch (ours: 236e…42a7, theirs: 512a…01ac)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 7: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 25 (protocol: 63, network: 82870892, difficulty: Some(2591559341287), latest:55b5…783c, genesis:b925…7db9, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 25 genesis hash mismatch (ours: 236e…42a7, theirs: b925…7db9)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 25: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 26 (protocol: 63, network: 6927, difficulty: Some(69855839430), latest:5d54…fe26, genesis:1ef6…e43c, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 26 genesis hash mismatch (ours: 236e…42a7, theirs: 1ef6…e43c)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 26: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 5 (protocol: 63, network: 2, difficulty: Some(160819931255511), latest:5a5a…ab72, genesis:54e8…5e50, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 5 genesis hash mismatch (ours: 236e…42a7, theirs: 54e8…5e50)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 5: Geth/v1.7.3-unstable-e2a5beaf/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 29 (protocol: 63, network: 42, difficulty: Some(357582336), latest:449b…0b6a, genesis:7585…f027, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 29 genesis hash mismatch (ours: 236e…42a7, theirs: 7585…f027)
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 29: Geth/ForusAppChain/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 31 (protocol: 2, network: 1, difficulty: Some(179581879924855628820), latest:f93f…c852, genesis:d4e5…8fa3, snapshot:Some(0))
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 31 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 31: Parity/v1.6.8-unstable/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 16 (protocol: 63, network: 1, difficulty: Some(6300466041), latest:5230…74fe, genesis:0710…774c, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: 0710…774c)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 16: Geth/v1.8.0-unstable-3654aeaa/linux-amd64/go1.7.3
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 17 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 17 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 17: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync New peer 13 (protocol: 63, network: 333333, difficulty: Some(55106264364), latest:6813…299d, genesis:5dd6…1784, snapshot:None)
2017-12-14 12:00:38 IO Worker #1 TRACE sync Peer 13 genesis hash mismatch (ours: 236e…42a7, theirs: 5dd6…1784)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 13: Geth/v1.8.0-unstable-049797d4/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 6: Geth/v1.7.3-stable/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 6, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 27: Parity/v1.7.2-beta-9f47909-20170918/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 27, protocol version 2
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 17: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 17, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 2: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 2, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 6 (protocol: 63, network: 888, difficulty: Some(4100767), latest:adae…ac18, genesis:dde1…0420, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 6 genesis hash mismatch (ours: 236e…42a7, theirs: dde1…0420)
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 27 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:38 IO Worker #2 TRACE sync Status packet from expired session 27:Parity/v1.7.2-beta-9f47909-20170918/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Disconnecting 27: Parity/v1.7.2-beta-9f47909-20170918/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 6: Geth/v1.7.3-stable/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 30: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 30, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 2 (protocol: 63, network: 4, difficulty: Some(2688906), latest:1d9d…fb7b, genesis:6341…e177, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 2 genesis hash mismatch (ours: 236e…42a7, theirs: 6341…e177)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 17 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 17 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 17: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 28: Geth/MatryxTestNode/v1.7.2-stable-1db4ecdc/windows-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 28, protocol version 63
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 30 (protocol: 63, network: 9, difficulty: Some(69302828711), latest:af79…7388, genesis:c85d…08dc, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 30 genesis hash mismatch (ours: 236e…42a7, theirs: c85d…08dc)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 30: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 29: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 29, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 24: Geth/v1.8.0-unstable-d95962cd/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 24, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 8: Geth/raflesia/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 8, protocol version 63
2017-12-14 12:00:38 IO Worker #0 TRACE sync == Connected 20: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:38 IO Worker #0 TRACE sync Sending status to 20, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Connected 22: Gubiq/v1.5.12-flux-440b5a22/linux/go1.8
2017-12-14 12:00:38 IO Worker #3 TRACE sync Sending status to 22, protocol version 63
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 7: Pirl/pirl.minerpool.net/v1.7.0-unstable-e58a0edb/linux-amd64/go1.8.3
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 7, protocol version 63
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 29 (protocol: 63, network: 858585, difficulty: Some(972861), latest:b286…9842, genesis:abc4…0514, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 29 genesis hash mismatch (ours: 236e…42a7, theirs: abc4…0514)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 29: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Connected 3: Geth/v1.7.2-stable/linux-amd64/go1.9.1
2017-12-14 12:00:38 IO Worker #2 TRACE sync Sending status to 3, protocol version 63
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 24 (protocol: 63, network: 858585, difficulty: Some(972861), latest:b286…9842, genesis:abc4…0514, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: abc4…0514)
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Disconnecting 24: Geth/v1.8.0-unstable-d95962cd/linux-amd64/go1.9.2
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 28 (protocol: 63, network: 628799, difficulty: Some(259853831712), latest:3393…bcf6, genesis:7d40…73a9, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 28 genesis hash mismatch (ours: 236e…42a7, theirs: 7d40…73a9)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 28: Geth/MatryxTestNode/v1.7.2-stable-1db4ecdc/windows-amd64/go1.9
2017-12-14 12:00:38 IO Worker #1 TRACE sync == Connected 5: Parity/v1.7.2-unstable/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:38 IO Worker #1 TRACE sync Sending status to 5, protocol version 2
2017-12-14 12:00:38 IO Worker #2 TRACE sync New peer 8 (protocol: 63, network: 1199, difficulty: Some(6048841900977), latest:2473…33c8, genesis:190c…4bf0, snapshot:None)
2017-12-14 12:00:38 IO Worker #2 TRACE sync Peer 8 genesis hash mismatch (ours: 236e…42a7, theirs: 190c…4bf0)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 8: Geth/raflesia/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:38 IO Worker #0 TRACE sync New peer 22 (protocol: 63, network: 88, difficulty: Some(3977028690901958859), latest:badc…2dac, genesis:406f…18af, snapshot:None)
2017-12-14 12:00:38 IO Worker #0 TRACE sync Peer 22 genesis hash mismatch (ours: 236e…42a7, theirs: 406f…18af)
2017-12-14 12:00:38 IO Worker #2 TRACE sync == Disconnecting 22: Gubiq/v1.5.12-flux-440b5a22/linux/go1.8
2017-12-14 12:00:38 IO Worker #3 TRACE sync New peer 20 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:38 IO Worker #3 TRACE sync Peer 20 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:38 IO Worker #3 TRACE sync == Disconnecting 20: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 7 (protocol: 63, network: 3125659152, difficulty: Some(2119627151753096846), latest:e4bc…915a, genesis:29a7…a273, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 7 genesis hash mismatch (ours: 236e…42a7, theirs: 29a7…a273)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 7: Pirl/pirl.minerpool.net/v1.7.0-unstable-e58a0edb/linux-amd64/go1.8.3
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 23: Geth/v1.6.0-stable-facc47cb/linux-amd64/go1.7.3
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 23, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync New peer 5 (protocol: 2, network: 64, difficulty: Some(587945635681875848), latest:c045…bf0d, genesis:4d7d…39b5, snapshot:Some(580000))
2017-12-14 12:00:39 IO Worker #0 TRACE sync Status packet from expired session 5:Parity/v1.7.2-unstable/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Disconnecting 5: Parity/v1.7.2-unstable/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 3 (protocol: 63, network: 43521, difficulty: Some(924435), latest:877d…7166, genesis:c06b…700d, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 3 genesis hash mismatch (ours: 236e…42a7, theirs: c06b…700d)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 3: Geth/v1.7.2-stable/linux-amd64/go1.9.1
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 25: Geth/v1.6.7-stable-6b7fe7aa/linux-amd64/go1.7.4
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 25, protocol version 63
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 0: gwhale/whale.minerpool.net/v1.6.8-stable-6fddab74/linux-amd64/go1.8.3
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 0, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 31: Geth/node1/v1.6.0-unstable-6742fc52/linux/go1.6.2
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 31, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 18: Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.8.1
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 18, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 19: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 19, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 21: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 21, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 15: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 15, protocol version 63
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 1: Geth/v4.1.1/linux/go1.8
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 1, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 23 (protocol: 63, network: 4, difficulty: Some(843969), latest:a954…2e71, genesis:6341…e177, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 23 genesis hash mismatch (ours: 236e…42a7, theirs: 6341…e177)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 23: Geth/v1.6.0-stable-facc47cb/linux-amd64/go1.7.3
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 9: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.2
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 9, protocol version 63
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 10: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 10, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 14: Geth/v3.5.0+86-db60074/linux/go1.8
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 14, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 26: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 26, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync New peer 25 (protocol: 63, network: 420, difficulty: Some(56547248830090680), latest:54b1…fcff, genesis:411b…dab5, snapshot:None)
2017-12-14 12:00:39 IO Worker #0 TRACE sync Peer 25 genesis hash mismatch (ours: 236e…42a7, theirs: 411b…dab5)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 25: Geth/v1.6.7-stable-6b7fe7aa/linux-amd64/go1.7.4
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 13: Geth/v1.7.0-unstable-8c037dc4/linux-amd64/go1.7.1
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 13, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 0 (protocol: 63, network: 30373, difficulty: Some(669913318617997211), latest:f6b4…f48c, genesis:331e…4ca8, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 0 genesis hash mismatch (ours: 236e…42a7, theirs: 331e…4ca8)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 0: gwhale/whale.minerpool.net/v1.6.8-stable-6fddab74/linux-amd64/go1.8.3
2017-12-14 12:00:39 IO Worker #3 TRACE sync New peer 31 (protocol: 63, network: 3853, difficulty: Some(62329328583), latest:a2ab…ae47, genesis:6e92…a660, snapshot:None)
2017-12-14 12:00:39 IO Worker #3 TRACE sync Peer 31 genesis hash mismatch (ours: 236e…42a7, theirs: 6e92…a660)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 31: Geth/node1/v1.6.0-unstable-6742fc52/linux/go1.6.2
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 19 (protocol: 63, network: 12345, difficulty: Some(3715468827), latest:97bc…2e1e, genesis:c0fd…1bee, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 19 genesis hash mismatch (ours: 236e…42a7, theirs: c0fd…1bee)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 19: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 18 (protocol: 63, network: 2073, difficulty: Some(6279252), latest:5cb1…43be, genesis:43b6…84c2, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 18 genesis hash mismatch (ours: 236e…42a7, theirs: 43b6…84c2)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 18: Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.8.1
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 12: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 12, protocol version 2
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 16: Geth/mynode-30324/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 16, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 21 (protocol: 63, network: 11917, difficulty: Some(617511), latest:2dd8…505b, genesis:5fd2…3eff, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 21 genesis hash mismatch (ours: 236e…42a7, theirs: 5fd2…3eff)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 21: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 15 (protocol: 63, network: 1, difficulty: Some(10765598720), latest:4168…16c2, genesis:4305…dda0, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 15 genesis hash mismatch (ours: 236e…42a7, theirs: 4305…dda0)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 15: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:39 IO Worker #3 TRACE sync New peer 1 (protocol: 63, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:None)
2017-12-14 12:00:39 IO Worker #3 TRACE sync Peer 1 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Disconnecting 1: Geth/v4.1.1/linux/go1.8
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 10 (protocol: 63, network: 1777, difficulty: Some(118923460154), latest:b2f9…e42f, genesis:506c…588c, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 10 genesis hash mismatch (ours: 236e…42a7, theirs: 506c…588c)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 10: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync New peer 9 (protocol: 63, network: 3, difficulty: Some(1378750139315), latest:1453…0549, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:39 IO Worker #0 TRACE sync Peer 9 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 9: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.2
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 14 (protocol: 63, network: 2, difficulty: Some(451768852552570), latest:a245…a4c3, genesis:0cd7…e303, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 14 genesis hash mismatch (ours: 236e…42a7, theirs: 0cd7…e303)
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Disconnecting 14: Geth/v3.5.0+86-db60074/linux/go1.8
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 4: Parity/v1.7.8-stable-d5fcf3b-20171025/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 4, protocol version 2
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 12 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 12 genesis hash mismatch (ours: 236e…42a7, theirs: d4e5…8fa3)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 12: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.19.0
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 26 (protocol: 63, network: 1, difficulty: Some(347210240), latest:289e…4fa7, genesis:1d91…3649, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 26 genesis hash mismatch (ours: 236e…42a7, theirs: 1d91…3649)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 26: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync New peer 13 (protocol: 63, network: 15, difficulty: Some(96520661077), latest:af4f…ec30, genesis:a0e5…e82e, snapshot:None)
2017-12-14 12:00:39 IO Worker #2 TRACE sync Peer 13 genesis hash mismatch (ours: 236e…42a7, theirs: a0e5…e82e)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 13: Geth/v1.7.0-unstable-8c037dc4/linux-amd64/go1.7.1
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 16 (protocol: 63, network: 1923, difficulty: Some(3147368), latest:dd47…f067, genesis:b485…a229, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: b485…a229)
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Disconnecting 16: Geth/mynode-30324/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync New peer 4 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:39 IO Worker #0 TRACE sync Status packet from expired session 4:Parity/v1.7.8-stable-d5fcf3b-20171025/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 4: Parity/v1.7.8-stable-d5fcf3b-20171025/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 17: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 17, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 29: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 29, protocol version 63
2017-12-14 12:00:39 IO Worker #3 TRACE sync New peer 17 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:39 IO Worker #3 TRACE sync Peer 17 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 17: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 4: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 4, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 29 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 29 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 29: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 27: Geth/eth-peer-dal09-1/v1.5.5-stable-ff07d548/linux/go1.6.2
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 27, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 1: Geth/v1.5.0-unstable-647025ed/linux/go1.8
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 1, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Connected 21: Geth/v1.5.8-stable-f58fb322/freebsd/go1.8
2017-12-14 12:00:39 IO Worker #0 TRACE sync Sending status to 21, protocol version 63
2017-12-14 12:00:39 IO Worker #0 TRACE sync New peer 4 (protocol: 63, network: 3, difficulty: Some(6878026678386973), latest:12ee…c6a6, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:39 IO Worker #0 TRACE sync Peer 4 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:39 IO Worker #0 TRACE sync == Disconnecting 4: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 2: Geth/v1.8.0-unstable-e37f7be9/linux-amd64/go1.9.2
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 2, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 20: Geth/v1.8.0-unstable-732f5468/linux-amd64/go1.9.2
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 20, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync New peer 27 (protocol: 63, network: 3336182481, difficulty: Some(42533255716883), latest:59db…248e, genesis:8ce2…3b33, snapshot:None)
2017-12-14 12:00:39 IO Worker #1 TRACE sync Peer 27 genesis hash mismatch (ours: 236e…42a7, theirs: 8ce2…3b33)
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Disconnecting 27: Geth/eth-peer-dal09-1/v1.5.5-stable-ff07d548/linux/go1.6.2
2017-12-14 12:00:39 IO Worker #3 TRACE sync == Connected 15: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:39 IO Worker #3 TRACE sync Sending status to 15, protocol version 63
2017-12-14 12:00:39 IO Worker #1 TRACE sync == Connected 11: GMC/v2.0.0-stable-d849d276/windows/go1.7.3
2017-12-14 12:00:39 IO Worker #1 TRACE sync Sending status to 11, protocol version 63
2017-12-14 12:00:39 IO Worker #2 TRACE sync == Connected 19: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:39 IO Worker #2 TRACE sync Sending status to 19, protocol version 2
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 21 (protocol: 63, network: 1, difficulty: Some(41983358215), latest:1a6a…932b, genesis:2720…2890, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 21 genesis hash mismatch (ours: 236e…42a7, theirs: 2720…2890)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 21: Geth/v1.5.8-stable-f58fb322/freebsd/go1.8
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 1 (protocol: 63, network: 87234, difficulty: Some(313262080), latest:07c8…48bf, genesis:bfe0…d32b, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 1 genesis hash mismatch (ours: 236e…42a7, theirs: bfe0…d32b)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 1: Geth/v1.5.0-unstable-647025ed/linux/go1.8
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 2 (protocol: 63, network: 48120, difficulty: Some(177327), latest:e9ae…b85a, genesis:8f7d…4a8d, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 2 genesis hash mismatch (ours: 236e…42a7, theirs: 8f7d…4a8d)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 2: Geth/v1.8.0-unstable-e37f7be9/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 20 (protocol: 63, network: 63459, difficulty: Some(56747), latest:58dd…e841, genesis:d9ca…41f6, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 20 genesis hash mismatch (ours: 236e…42a7, theirs: d9ca…41f6)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 20: Geth/v1.8.0-unstable-732f5468/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 15 (protocol: 63, network: 614, difficulty: Some(7351424), latest:6625…9b3f, genesis:6dd6…39c2, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 15 genesis hash mismatch (ours: 236e…42a7, theirs: 6dd6…39c2)
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Disconnecting 15: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 11 (protocol: 63, network: 7762959, difficulty: Some(876294297529185036), latest:1616…1f02, genesis:4eba…52e9, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 11 genesis hash mismatch (ours: 236e…42a7, theirs: 4eba…52e9)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 11: GMC/v2.0.0-stable-d849d276/windows/go1.7.3
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Connected 12: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #2 TRACE sync Sending status to 12, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 19 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5010000))
2017-12-14 12:00:40 IO Worker #0 TRACE sync Status packet from expired session 19:Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 19: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 10: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 10, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 13: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 13, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Connected 7: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:40 IO Worker #2 TRACE sync Sending status to 7, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 30: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 30, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 28: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7.3
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 28, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 25: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 25, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 18: Geth/v1.5.9-stable-a07539fb/linux/go1.7.3
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 18, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Connected 23: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #2 TRACE sync Sending status to 23, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 16: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 16, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 9: Geth/v1.5.9-stable/windows/go1.8.1
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 9, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 8: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 8, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 24: Geth/v1.8.0-unstable-e4c9fd29/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 24, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 12 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 12 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 12: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 10 (protocol: 63, network: 4, difficulty: Some(3935438160), latest:1e01…4638, genesis:df98…b134, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 10 genesis hash mismatch (ours: 236e…42a7, theirs: df98…b134)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 10: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 5: Geth/v1.7.0-unstable/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 5, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 7 (protocol: 63, network: 1199, difficulty: Some(6048841900977), latest:2473…33c8, genesis:190c…4bf0, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 7 genesis hash mismatch (ours: 236e…42a7, theirs: 190c…4bf0)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 7: Geth/v1.6.7-stable-ab5646c5/linux-amd64/go1.8.1
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 22: GPG/v1.1.0-unstable-96425337/windows/go1.8.3
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 22, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 30 (protocol: 63, network: 1, difficulty: Some(0), latest:4305…dda0, genesis:4305…dda0, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 30 genesis hash mismatch (ours: 236e…42a7, theirs: 4305…dda0)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 30: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 28 (protocol: 63, network: 963252369, difficulty: Some(0), latest:07ca…db27, genesis:07ca…db27, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 28 genesis hash mismatch (ours: 236e…42a7, theirs: 07ca…db27)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 28: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7.3
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 13 (protocol: 63, network: 15, difficulty: Some(4255039643), latest:2470…3cfa, genesis:6dd6…39c2, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 13 genesis hash mismatch (ours: 236e…42a7, theirs: 6dd6…39c2)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 13: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 16 (protocol: 63, network: 42, difficulty: Some(235751853595), latest:9867…18d3, genesis:dc64…336f, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: dc64…336f)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 16: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 25 (protocol: 63, network: 9, difficulty: Some(69302828711), latest:af79…7388, genesis:c85d…08dc, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 25 genesis hash mismatch (ours: 236e…42a7, theirs: c85d…08dc)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 25: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 18 (protocol: 63, network: 11199, difficulty: Some(246653919540845848), latest:f2b3…85b7, genesis:7fb3…7414, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 18 genesis hash mismatch (ours: 236e…42a7, theirs: 7fb3…7414)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 18: Geth/v1.5.9-stable-a07539fb/linux/go1.7.3
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 31: Parity/v1.8.2-unstable-1b6588c-20171025/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 31, protocol version 2
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 23 (protocol: 63, network: 76, difficulty: Some(7781209716303426), latest:9b92…e5a8, genesis:4fa5…2af5, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 23 genesis hash mismatch (ours: 236e…42a7, theirs: 4fa5…2af5)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 23: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 3: Geth/v4.1.2/linux/go1.8.5
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 3, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 14: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 14, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 9 (protocol: 63, network: 11199, difficulty: Some(246653919540845848), latest:f2b3…85b7, genesis:7fb3…7414, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 9 genesis hash mismatch (ours: 236e…42a7, theirs: 7fb3…7414)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 9: Geth/v1.5.9-stable/windows/go1.8.1
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 8 (protocol: 63, network: 511337, difficulty: Some(2611085785389), latest:19b7…9e79, genesis:6577…44e1, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 8 genesis hash mismatch (ours: 236e…42a7, theirs: 6577…44e1)
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Disconnecting 8: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 24 (protocol: 63, network: 7275, difficulty: Some(16218848508), latest:56a9…bb7b, genesis:78fc…a9f4, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: 78fc…a9f4)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 24: Geth/v1.8.0-unstable-e4c9fd29/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 5 (protocol: 63, network: 95518, difficulty: Some(1029172382), latest:e2b9…1ec2, genesis:a0e5…e82e, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 5 genesis hash mismatch (ours: 236e…42a7, theirs: a0e5…e82e)
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Disconnecting 5: Geth/v1.7.0-unstable/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 31 (protocol: 2, network: 1, difficulty: Some(181972320381976338295), latest:356d…3e27, genesis:d4e5…8fa3, snapshot:Some(5015000))
2017-12-14 12:00:40 IO Worker #2 TRACE sync Status packet from expired session 31:Parity/v1.8.2-unstable-1b6588c-20171025/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Disconnecting 31: Parity/v1.8.2-unstable-1b6588c-20171025/x86_64-linux-gnu/rustc1.20.0
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 22 (protocol: 63, network: 1377959, difficulty: Some(223778692488314031), latest:500a…1b5e, genesis:0298…755d, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 22 genesis hash mismatch (ours: 236e…42a7, theirs: 0298…755d)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 22: GPG/v1.1.0-unstable-96425337/windows/go1.8.3
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 3 (protocol: 63, network: 2, difficulty: Some(453100905104838), latest:6d5d…0d7f, genesis:0cd7…e303, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 3 genesis hash mismatch (ours: 236e…42a7, theirs: 0cd7…e303)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 3: Geth/v4.1.2/linux/go1.8.5
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 14 (protocol: 63, network: 9487, difficulty: Some(1268321397407), latest:ca6d…d36f, genesis:7b7d…a78d, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 14 genesis hash mismatch (ours: 236e…42a7, theirs: 7b7d…a78d)
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Disconnecting 14: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 5: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 5, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Connected 18: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:40 IO Worker #3 TRACE sync Sending status to 18, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 30: Geth/v1.8.0-unstable/linux-amd64/go1.9.1
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 30, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 5 (protocol: 63, network: 4514, difficulty: Some(505940), latest:6949…74ae, genesis:5e31…d69f, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 5 genesis hash mismatch (ours: 236e…42a7, theirs: 5e31…d69f)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 5: Geth/v1.7.1-stable-05101641/linux-amd64/go1.9
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 18 (protocol: 63, network: 88, difficulty: Some(3977028690901958859), latest:badc…2dac, genesis:406f…18af, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 18 genesis hash mismatch (ours: 236e…42a7, theirs: 406f…18af)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 18: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 30 (protocol: 63, network: 4514, difficulty: Some(505940), latest:6949…74ae, genesis:5e31…d69f, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 30 genesis hash mismatch (ours: 236e…42a7, theirs: 5e31…d69f)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 30: Geth/v1.8.0-unstable/linux-amd64/go1.9.1
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 17: Geth/eth-peer-dal09-7/v1.5.5-stable-ff07d548/linux/go1.6.2
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 17, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Connected 0: Geth/third-node/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:40 IO Worker #2 TRACE sync Sending status to 0, protocol version 63
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Connected 20: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #0 TRACE sync Sending status to 20, protocol version 63
2017-12-14 12:00:40 IO Worker #2 TRACE sync == Connected 19: Gnekonium/v1.6.6-stable-0459a75c/linux-amd64/go1.8.3
2017-12-14 12:00:40 IO Worker #2 TRACE sync Sending status to 19, protocol version 63
2017-12-14 12:00:40 IO Worker #1 TRACE sync == Connected 24: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:40 IO Worker #1 TRACE sync Sending status to 24, protocol version 63
2017-12-14 12:00:40 IO Worker #3 TRACE sync New peer 17 (protocol: 63, network: 3336182481, difficulty: Some(42533255716883), latest:59db…248e, genesis:8ce2…3b33, snapshot:None)
2017-12-14 12:00:40 IO Worker #3 TRACE sync Peer 17 genesis hash mismatch (ours: 236e…42a7, theirs: 8ce2…3b33)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 17: Geth/eth-peer-dal09-7/v1.5.5-stable-ff07d548/linux/go1.6.2
2017-12-14 12:00:40 IO Worker #1 TRACE sync New peer 0 (protocol: 63, network: 968574, difficulty: Some(1572864), latest:771e…563c, genesis:c23b…1b71, snapshot:None)
2017-12-14 12:00:40 IO Worker #1 TRACE sync Peer 0 genesis hash mismatch (ours: 236e…42a7, theirs: c23b…1b71)
2017-12-14 12:00:40 IO Worker #3 TRACE sync == Disconnecting 0: Geth/third-node/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:40 IO Worker #0 TRACE sync New peer 19 (protocol: 63, network: 1, difficulty: Some(72798727993212545), latest:613b…a85b, genesis:1a50…cb73, snapshot:None)
2017-12-14 12:00:40 IO Worker #0 TRACE sync Peer 19 genesis hash mismatch (ours: 236e…42a7, theirs: 1a50…cb73)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 19: Gnekonium/v1.6.6-stable-0459a75c/linux-amd64/go1.8.3
2017-12-14 12:00:40 IO Worker #2 TRACE sync New peer 20 (protocol: 63, network: 858585, difficulty: Some(972863), latest:ef2c…8359, genesis:abc4…0514, snapshot:None)
2017-12-14 12:00:40 IO Worker #2 TRACE sync Peer 20 genesis hash mismatch (ours: 236e…42a7, theirs: abc4…0514)
2017-12-14 12:00:40 IO Worker #0 TRACE sync == Disconnecting 20: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 22: Gnekonium/v1.6.6-stable-0459a75c/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 22, protocol version 63
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 24 (protocol: 63, network: 43521, difficulty: Some(924435), latest:877d…7166, genesis:c06b…700d, snapshot:None)
2017-12-14 12:00:41 IO Worker #1 TRACE sync Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: c06b…700d)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 24: Geth/v1.7.3-unstable/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 10: Geth/v1.7.3-unstable-3d88ecd6/linux-amd64/go1.7.4
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 10, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 28: Geth/bilur-3/v1.5.9-stable-a07539fb/linux/go1.7.3
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 28, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 25: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 25, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 9: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 9, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 23: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 23, protocol version 63
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 15: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 15, protocol version 63
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 26: Geth/v1.7.2-stable/linux-amd64/go1.9.1
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 26, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 13: Geth/v1.6.7-stable-6b7fe7aa/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 13, protocol version 63
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 12: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 12, protocol version 63
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 22 (protocol: 63, network: 1, difficulty: Some(72798727993212545), latest:613b…a85b, genesis:1a50…cb73, snapshot:None)
2017-12-14 12:00:41 IO Worker #2 TRACE sync Peer 22 genesis hash mismatch (ours: 236e…42a7, theirs: 1a50…cb73)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 22: Gnekonium/v1.6.6-stable-0459a75c/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 8: Geth/v1.8.0-unstable-e4c9fd29/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 8, protocol version 63
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 31: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 31, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 7: Geth/v1.8.0-unstable-049797d4/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 7, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 11: Geth/v1.7.2-stable/linux-amd64/go1.7.6
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 11, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 2: Geth/mynode-30300/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 2, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 25 (protocol: 63, network: 1, difficulty: Some(0), latest:4305…dda0, genesis:4305…dda0, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 25 genesis hash mismatch (ours: 236e…42a7, theirs: 4305…dda0)
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 25: Geth/v1.7.2-stable-0905eda4/linux-amd64/go1.7
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 28 (protocol: 63, network: 29071955, difficulty: Some(2098948777914), latest:0029…6cb1, genesis:6650…c158, snapshot:None)
2017-12-14 12:00:41 IO Worker #1 TRACE sync Peer 28 genesis hash mismatch (ours: 236e…42a7, theirs: 6650…c158)
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Disconnecting 28: Geth/bilur-3/v1.5.9-stable-a07539fb/linux/go1.7.3
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 26 (protocol: 63, network: 3, difficulty: Some(7067896322076002), latest:231d…a27f, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 26 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 26: Geth/v1.7.2-stable/linux-amd64/go1.9.1
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 9 (protocol: 63, network: 3642964, difficulty: Some(768899), latest:b463…13f6, genesis:f534…cd22, snapshot:None)
2017-12-14 12:00:41 IO Worker #2 TRACE sync Peer 9 genesis hash mismatch (ours: 236e…42a7, theirs: f534…cd22)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 9: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 10 (protocol: 63, network: 98765, difficulty: Some(192365454774), latest:ba94…0804, genesis:dd3f…7d0d, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 10 genesis hash mismatch (ours: 236e…42a7, theirs: dd3f…7d0d)
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 10: Geth/v1.7.3-unstable-3d88ecd6/linux-amd64/go1.7.4
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 16: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 16, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 15 (protocol: 63, network: 3552248, difficulty: Some(127333), latest:26f2…0b44, genesis:512a…01ac, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 15 genesis hash mismatch (ours: 236e…42a7, theirs: 512a…01ac)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 15: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 13 (protocol: 63, network: 420, difficulty: Some(56547248830090680), latest:54b1…fcff, genesis:411b…dab5, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 13 genesis hash mismatch (ours: 236e…42a7, theirs: 411b…dab5)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 13: Geth/v1.6.7-stable-6b7fe7aa/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 23 (protocol: 63, network: 3, difficulty: Some(1714759713130970), latest:2d3b…3c89, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 23 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 23: Geth/v1.6.1-stable-021c3c28/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 27: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 27, protocol version 2
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 21: Parity/v1.8.0-unstable/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 21, protocol version 2
2017-12-14 12:00:41 IO Worker #3 TRACE sync New peer 12 (protocol: 63, network: 82870892, difficulty: Some(2591567961430), latest:e771…30de, genesis:b925…7db9, snapshot:None)
2017-12-14 12:00:41 IO Worker #3 TRACE sync Peer 12 genesis hash mismatch (ours: 236e…42a7, theirs: b925…7db9)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 12: Gebc/v1.7.1-unstable-e0861d42/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 1: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 1, protocol version 2
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 3: Parity/v1.8.3-beta-b49c44a-20171114/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 3, protocol version 2
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 4: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.22.1
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 4, protocol version 2
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 8 (protocol: 63, network: 7275, difficulty: Some(16210328828), latest:82fb…8a75, genesis:78fc…a9f4, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 8 genesis hash mismatch (ours: 236e…42a7, theirs: 78fc…a9f4)
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Disconnecting 8: Geth/v1.8.0-unstable-e4c9fd29/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 7 (protocol: 63, network: 333333, difficulty: Some(55105867440), latest:4edf…54ed, genesis:5dd6…1784, snapshot:None)
2017-12-14 12:00:41 IO Worker #1 TRACE sync Peer 7 genesis hash mismatch (ours: 236e…42a7, theirs: 5dd6…1784)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 7: Geth/v1.8.0-unstable-049797d4/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 11 (protocol: 63, network: 1, difficulty: Some(145519), latest:594d…9af6, genesis:320f…b347, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 11 genesis hash mismatch (ours: 236e…42a7, theirs: 320f…b347)
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 31 (protocol: 63, network: 311, difficulty: Some(160993), latest:3c93…7aa6, genesis:f4af…1184, snapshot:None)
2017-12-14 12:00:41 IO Worker #1 TRACE sync Peer 31 genesis hash mismatch (ours: 236e…42a7, theirs: f4af…1184)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 11: Geth/v1.7.2-stable/linux-amd64/go1.7.6
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 31: Geth/v1.7.3-stable-4bb3c89d/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 2 (protocol: 63, network: 1923, difficulty: Some(3147368), latest:dd47…f067, genesis:b485…a229, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 2 genesis hash mismatch (ours: 236e…42a7, theirs: b485…a229)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 2: Geth/mynode-30300/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 21 (protocol: 2, network: 64, difficulty: Some(587945635681875848), latest:c045…bf0d, genesis:4d7d…39b5, snapshot:Some(580000))
2017-12-14 12:00:41 IO Worker #2 TRACE sync Status packet from expired session 21:Parity/v1.8.0-unstable/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 21: Parity/v1.8.0-unstable/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 27 (protocol: 2, network: 42, difficulty: Some(1674288607702158154271134373949669696100688924), latest:3d90…55b7, genesis:a3c5…2cb9, snapshot:Some(5065000))
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 27 genesis hash mismatch (ours: 236e…42a7, theirs: a3c5…2cb9)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 27: Parity/v1.8.2-beta-1b6588c-20171025/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 1 (protocol: 2, network: 1, difficulty: Some(181972439049142453774), latest:17da…d979, genesis:d4e5…8fa3, snapshot:Some(5010000))
2017-12-14 12:00:41 IO Worker #0 TRACE sync Status packet from expired session 1:Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 1: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 3 (protocol: 2, network: 1, difficulty: Some(181972439049142453774), latest:17da…d979, genesis:d4e5…8fa3, snapshot:Some(4960000))
2017-12-14 12:00:41 IO Worker #2 TRACE sync Status packet from expired session 3:Parity/v1.8.3-beta-b49c44a-20171114/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 3: Parity/v1.8.3-beta-b49c44a-20171114/x86_64-linux-gnu/rustc1.21.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 16 (protocol: 63, network: 88, difficulty: Some(3977028690901958859), latest:badc…2dac, genesis:406f…18af, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: 406f…18af)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 16: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 4 (protocol: 2, network: 42865, difficulty: Some(11996314563430764590937808410399556274553150), latest:2333…5fd6, genesis:3d7c…9fc9, snapshot:Some(30000))
2017-12-14 12:00:41 IO Worker #0 TRACE sync Status packet from expired session 4:Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.22.1
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 4: Parity/v1.7.9-unstable-12940e4-20171113/x86_64-linux-gnu/rustc1.22.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 4: Geth/limex1/v1.5.9-stable-a07539fb/linux/go1.7.4
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 4, protocol version 63
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 27: Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 27, protocol version 63
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Connected 28: Geth/v1.7.3-stable/linux-amd64/go1.7.6
2017-12-14 12:00:41 IO Worker #1 TRACE sync Sending status to 28, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 4 (protocol: 63, network: 99101217, difficulty: Some(49256441), latest:b1b2…4512, genesis:6e1d…73f4, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 4 genesis hash mismatch (ours: 236e…42a7, theirs: 6e1d…73f4)
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 4: Geth/limex1/v1.5.9-stable-a07539fb/linux/go1.7.4
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 27 (protocol: 63, network: 3, difficulty: Some(2244945975883744), latest:8421…c0fb, genesis:4194…4a2d, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 27 genesis hash mismatch (ours: 236e…42a7, theirs: 4194…4a2d)
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 27: Geth/v1.6.5-stable-cf87713d/linux-amd64/go1.8.1
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 28 (protocol: 63, network: 1, difficulty: Some(145519), latest:594d…9af6, genesis:320f…b347, snapshot:None)
2017-12-14 12:00:41 IO Worker #2 TRACE sync Peer 28 genesis hash mismatch (ours: 236e…42a7, theirs: 320f…b347)
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 28: Geth/v1.7.3-stable/linux-amd64/go1.7.6
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Connected 16: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #3 TRACE sync Sending status to 16, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 24: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 24, protocol version 63
2017-12-14 12:00:41 IO Worker #0 TRACE sync New peer 16 (protocol: 63, network: 4828, difficulty: Some(70367392032), latest:c7cd…aad6, genesis:506e…e2fa, snapshot:None)
2017-12-14 12:00:41 IO Worker #0 TRACE sync Peer 16 genesis hash mismatch (ours: 236e…42a7, theirs: 506e…e2fa)
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 8: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 8, protocol version 63
2017-12-14 12:00:41 IO Worker #1 TRACE sync == Disconnecting 16: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 26: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 26, protocol version 2
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 24 (protocol: 63, network: 88, difficulty: Some(3977042893784635246), latest:2278…352d, genesis:406f…18af, snapshot:None)
2017-12-14 12:00:41 IO Worker #1 TRACE sync Peer 24 genesis hash mismatch (ours: 236e…42a7, theirs: 406f…18af)
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Disconnecting 24: Gubiq/v1.5.12-flux-43a56777/linux/go1.8.1
2017-12-14 12:00:41 IO Worker #1 TRACE sync New peer 26 (protocol: 2, network: 12648430, difficulty: Some(553018055378369246420626364258316470980642915), latest:3a65…1438, genesis:1baf…e9bb, snapshot:Some(1620000))
2017-12-14 12:00:41 IO Worker #1 TRACE sync Status packet from expired session 26:Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #3 TRACE sync == Disconnecting 26: Parity/v1.7.0-beta-5f2cabd-20170727/x86_64-linux-gnu/rustc1.18.0
2017-12-14 12:00:41 IO Worker #2 TRACE sync New peer 8 (protocol: 63, network: 20150203, difficulty: Some(122123), latest:8ed9…a5ea, genesis:3b00…d3f8, snapshot:None)
2017-12-14 12:00:41 IO Worker #2 TRACE sync Peer 8 genesis hash mismatch (ours: 236e…42a7, theirs: 3b00…d3f8)
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Disconnecting 8: Geth/v1.8.0-unstable-43dd8e62/linux-amd64/go1.9.2
2017-12-14 12:00:41 IO Worker #0 TRACE sync == Connected 3: Geth/v1.7.3-unstable-479aa61f/linux-amd64/go1.9
2017-12-14 12:00:41 IO Worker #0 TRACE sync Sending status to 3, protocol version 63
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 14: Geth/v1.7.2-stable-1db4ecdc/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 14, protocol version 63
^C2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 22: Geth/v1.7.2-stable/linux-amd64/go1.7.3
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 22, protocol version 63
2017-12-14 12:00:41 main INFO parity::run Finishing work, please wait...
2017-12-14 12:00:41 IO Worker #2 TRACE sync == Connected 17: Gnekonium/v1.6.6-stable-0459a75c/linux-amd64/go1.8.3
2017-12-14 12:00:41 IO Worker #2 TRACE sync Sending status to 17, protocol version 63

@5chdn
Copy link
Contributor

5chdn commented Dec 14, 2017

If you do not have any other peers in your network you can try --mode offline.

If you have other peers in your network, you can add them to a reserved peers list and run your node with --reserved-only.

Hope this helps.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M2-config 📂 Chain specifications and node configurations. Z1-question 🙋‍♀️ Issue is a question. Closer should answer.
Projects
None yet
Development

No branches or pull requests

2 participants