Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gavofyork/be4f5d094b615f4d007099a4db4bdef7 to your computer and use it in GitHub Desktop.

Select an option

Save gavofyork/be4f5d094b615f4d007099a4db4bdef7 to your computer and use it in GitHub Desktop.
➜ polkadot git:(ark-poc1-compat) cargo run --release -- -d /tmp/poc-1 --telemetry --name "Sixty-nine" --chain=poc-1 --log network=debug
Finished release [optimized] target(s) in 0.46s
Running `target/release/polkadot -d /tmp/poc-1 --telemetry --name Sixty-nine --chain=poc-1 --log network=debug`
2018-07-05 11:57:48 main INFO polkadot_cli Parity ·:· Polkadot
2018-07-05 11:57:48 main INFO polkadot_cli version 0.2.0
2018-07-05 11:57:48 main INFO polkadot_cli by Parity Technologies, 2017, 2018
2018-07-05 11:57:48 main INFO polkadot_cli Chain specification: PoC-1 Testnet
2018-07-05 11:57:48 main INFO polkadot_cli Node name: Sixty-nine
2018-07-05 11:57:48 main INFO polkadot_cli Starting (heavy)
2018-07-05 11:57:48 main INFO polkadot_service Best block: #0
2018-07-05 11:57:48 INFO substrate_telemetry Connected to telemetry server: ws://telemetry.polkadot.io:1024
2018-07-05 11:57:48 DEBUG network Listening at V4(0.0.0.0:30333)
2018-07-05 11:57:48 main INFO polkadot Idle (0 peers), best: #0 (6c5a…71cc)
2018-07-05 11:57:48 IO Worker #0 INFO network Public node URL: enode://c433a0c1967652914f81631ee3a4b8cf55481cbca3455273d2317a23ded09d10806d873c7e5bc0a5efe53a49f927f2c827a598129aa4691b4d9acd2a1dd95da7@192.168.1.138:30333
2018-07-05 11:57:49 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 0 pending + 31 started
2018-07-05 11:57:49 IO Worker #1 DEBUG network Hello: parity-polkadot/0.1.0 v5 0x051b…66bd [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:57:49 IO Worker #3 DEBUG network Hello: parity-polkadot/0.1.0 v5 0xc831…a582 [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:57:49 IO Worker #2 DEBUG network Hello: parity-polkadot/0.1.0 v5 0xa93a…cf50 [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:57:50 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:51 IO Worker #2 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:52 IO Worker #1 DEBUG network Connecting peers: 0 sessions, 23 pending + 7 started
2018-07-05 11:57:52 IO Worker #2 DEBUG network Hello: Parity/v1.10.6-stable-bc0d134bb-20180605/x86_64-linux-gnu/rustc1.26.1 v5 0xa978…cda2 []
2018-07-05 11:57:53 IO Worker #0 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:53 main INFO polkadot Idle (0 peers), best: #0 (6c5a…71cc)
2018-07-05 11:57:54 IO Worker #2 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:55 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 0 pending + 29 started
2018-07-05 11:57:56 IO Worker #0 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:57 IO Worker #1 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:58 main INFO polkadot Idle (0 peers), best: #0 (6c5a…71cc)
2018-07-05 11:57:58 IO Worker #2 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:57:59 IO Worker #1 DEBUG network Connecting peers: 0 sessions, 23 pending + 11 started
2018-07-05 11:58:00 IO Worker #1 DEBUG network Connecting peers: 0 sessions, 5 pending + 24 started
2018-07-05 11:58:01 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:58:02 IO Worker #0 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:58:03 IO Worker #0 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
2018-07-05 11:58:03 main INFO polkadot Idle (0 peers), best: #0 (6c5a…71cc)
2018-07-05 11:58:04 IO Worker #2 DEBUG network Connecting peers: 0 sessions, 23 pending + 6 started
^C% ➜ polkadot git:(ark-poc1-compat) cargo run --release -- -d /tmp/poc-1 --telemetry --name "Sixty-nine" --chain=poc-1 --log network=trace
Finished release [optimized] target(s) in 0.46s
Running `target/release/polkadot -d /tmp/poc-1 --telemetry --name Sixty-nine --chain=poc-1 --log network=trace`
2018-07-05 11:58:08 main INFO polkadot_cli Parity ·:· Polkadot
2018-07-05 11:58:08 main INFO polkadot_cli version 0.2.0
2018-07-05 11:58:08 main INFO polkadot_cli by Parity Technologies, 2017, 2018
2018-07-05 11:58:08 main INFO polkadot_cli Chain specification: PoC-1 Testnet
2018-07-05 11:58:08 main INFO polkadot_cli Node name: Sixty-nine
2018-07-05 11:58:08 main INFO polkadot_cli Starting (heavy)
2018-07-05 11:58:09 main INFO polkadot_service Best block: #0
2018-07-05 11:58:09 INFO substrate_telemetry Connected to telemetry server: ws://telemetry.polkadot.io:1024
2018-07-05 11:58:09 DEBUG network Listening at V4(0.0.0.0:30333)
2018-07-05 11:58:09 main INFO polkadot Idle (0 peers), best: #0 (6c5a…71cc)
2018-07-05 11:58:09 IO Worker #0 INFO network Public node URL: enode://c433a0c1967652914f81631ee3a4b8cf55481cbca3455273d2317a23ded09d10806d873c7e5bc0a5efe53a49f927f2c827a598129aa4691b4d9acd2a1dd95da7@192.168.1.138:30333
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xa93a…cf50: Connecting to V4(104.211.54.233:30333)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Initiating session Some(0xa93a29fa68d965452bf0ff8c1910f5992fe2273a72a1ee8d3a3482f68512a61974211ba32bb33f051ceb1530b8ba3527fc36224ba6b9910329025e6d9153cf50)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 TRACE network connection register; token=Token(0)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x051b…66bd: Connecting to V4(104.211.48.51:30333)
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Initiating session Some(0x051b18f63a316c4c5fef4631f8c550ae0adba179153588406fac3e5bbbbf534ebeda1bf475dceda27a531f6cdef3846ab6a010a269aa643a1fec7bff51af66bd)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 TRACE network connection register; token=Token(1)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xc831…a582: Connecting to V4(104.211.48.247:30333)
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Initiating session Some(0xc831ec9011d2c02d2c4620fc88db6d897a40d2f88fd75f47b9e4cf3b243999acb6f01b7b7343474650b34eeb1363041a422a91f1fc3850e43482983ee15aa582)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 TRACE network connection register; token=Token(2)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xc348…6d82: Connecting to V4(84.214.44.77:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 3: Initiating session Some(0xc34836a00e9ecc0f38f4b812fa7097cc818215ce597bc82e9b8a7b66ae69c1248cfa0e5c924e265d68016d5fe54912f76a983d69c6809b71f3dec5cd8d896d82)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 3: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(3)
2018-07-05 11:58:10 TRACE network connection register; token=Token(3)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x74ce…4fa4: Connecting to V4(110.86.28.66:10010)
2018-07-05 11:58:10 IO Worker #3 TRACE network 4: Initiating session Some(0x74ce25c068aa26c91ffc87740e927e49401338e75930ab28b9798f7bc98f2e942213afa91ccf0648bd01866dbf76f8e3afd0aec021908ea6dd973e6847bf4fa4)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 4: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(4)
2018-07-05 11:58:10 TRACE network connection register; token=Token(4)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x4f07…1e02: Connecting to V4(78.46.49.102:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 5: Initiating session Some(0x4f07d2c802897b2dd8ec661b267813ae0c2e000cbe7ead58718941fa0d045897e8da316f9ebfe30990fcb1cbaa3ea826c6dece5c4145a5682f6e5a4d6d1c1e02)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 5: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(5)
2018-07-05 11:58:10 TRACE network connection register; token=Token(5)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xb98d…a210: Connecting to V4(35.176.207.236:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 6: Initiating session Some(0xb98d043fc20fd15fa4bdaf434d45e790de37283cb89d3937c5d1e0c69f15073f1fb44923bed1c230310e1305e26e51d60fd46255d8d4ce622b9d621d0aa2a210)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 6: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(6)
2018-07-05 11:58:10 TRACE network connection register; token=Token(6)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x541e…fe1b: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 7: Initiating session Some(0x541ec180ac527dbbf0fed4c449b00854443e90e970672a187a23f8e7026236adcadfeb5e9531a05fd8545eea9e556b9ab60a85a6f7d48d0215c3c79c09dbfe1b)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 7: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(7)
2018-07-05 11:58:10 TRACE network connection register; token=Token(7)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x0684…fce7: Connecting to V4(96.241.215.63:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 8: Initiating session Some(0x068471e90d22cdbf12136ef3e6f38aae46f91153c7f62da00377188fbc442b27a8ee388b12563f3044897a792bc4d73d15f3328f6a302b8e5013f73364f1fce7)
2018-07-05 11:58:10 IO Worker #1 TRACE network Hup: 7
2018-07-05 11:58:10 IO Worker #1 TRACE network Connection closed: 7
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 8: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(8)
2018-07-05 11:58:10 TRACE network connection register; token=Token(8)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x3fa8…dcc9: Connecting to V4(75.188.75.253:30399)
2018-07-05 11:58:10 TRACE network connection deregister; token=7
2018-07-05 11:58:10 IO Worker #3 TRACE network 7: Initiating session Some(0x3fa8667441d056d82dca7a4836cd6901fd1bfc7fe853ab2fdef1717330547e9247353350aeff8fe372c54f6447e0b5ef9cecaf954f94f59ed166ff60e85adcc9)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 7: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(7)
2018-07-05 11:58:10 TRACE network connection register; token=Token(7)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xcc94…5e07: Connecting to V4(35.178.134.90:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 9: Initiating session Some(0xcc943429393b197d43752875a99bf039df717aa581d6e5b3fb5ac73ac46c9fb5fe7e7e5284ba57363e560475ea1be164745ab4514e888b8cefdc176b2bc55e07)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 9: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(9)
2018-07-05 11:58:10 TRACE network connection register; token=Token(9)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xabc9…f969: Connecting to V4(10.255.0.59:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 10: Initiating session Some(0xabc9b204df7e87f27d0c67f77144e9158c7cea5b3cf6991b10f2a70d4646a7033da7d71d82a6476669f9a6249aa418348dabbc25a9fdaba91396c84403a4f969)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 10: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(10)
2018-07-05 11:58:10 TRACE network connection register; token=Token(10)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xacfc…bbd3: Connecting to V4(85.130.87.72:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 11: Initiating session Some(0xacfcc8380dfbf7e16cf7860da6a7b0c8c7785057891e85c4ae94868ca71072f7639b7a5dd944f0bd4a5f893730c5257ab26487de3f69dc70e5956020174abbd3)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 11: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(11)
2018-07-05 11:58:10 TRACE network connection register; token=Token(11)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x8370…a53e: Connecting to V4(87.2.203.119:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 12: Initiating session Some(0x83704a57c02d4709cbbf1d9cb947eb6416042ee5f758a95224afb0df74b949335c07b2a0b4414d2e2411b43b70b031a50930e4eefab642f8273867d3e689a53e)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 12: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(12)
2018-07-05 11:58:10 TRACE network connection register; token=Token(12)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x442f…309c: Connecting to V4(183.89.54.211:55888)
2018-07-05 11:58:10 IO Worker #3 TRACE network 13: Initiating session Some(0x442fc49fc2006932265f3c246f8f0c6c1b22d3af2439c8f6687eb3dc43445db264335307b9dc62bb138b235932e972c8ca694f4511504586231c0c2f5114309c)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 13: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(13)
2018-07-05 11:58:10 TRACE network connection register; token=Token(13)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x91b4…467d: Connecting to V4(2.95.208.85:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 14: Initiating session Some(0x91b4e0d98282137210a185d0e9224f9994b3a53c4c95188cffd8db2694acc377704dfa05434486443c39c02075f92654f63cbf2ad96176c60ff2db1ebbd0467d)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 14: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(14)
2018-07-05 11:58:10 TRACE network connection register; token=Token(14)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x2d3d…f287: Connecting to V4(110.79.11.29:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 15: Initiating session Some(0x2d3d48cd602072bfde129fc0df00add1578330aa1326f8df6ad4d04feec39f00059c8626fb7e925d217d488d64bac4952dd7ebf5220db5734bed1a73c618f287)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 15: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(15)
2018-07-05 11:58:10 TRACE network connection register; token=Token(15)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x8472…616d: Connecting to V4(91.127.114.171:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 16: Initiating session Some(0x84729c4484d8add61abdaba44d977d1db6fe96c73d819b34dc6a8733bbbb5bd149dffe2c9c94bfc0cb320d37ad5e0833637e366d26cffffa65be549f7593616d)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 16: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(16)
2018-07-05 11:58:10 TRACE network connection register; token=Token(16)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x197f…6c03: Connecting to V4(24.20.3.36:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 17: Initiating session Some(0x197f21a6d7662f937f08e6c0a37f34a87b93cb58c173820f185aedf664b66e5182aa7a4b0f7f88fd1d0b65e39753299484c09cde6a4844de6a33f96ab6156c03)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 17: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(17)
2018-07-05 11:58:10 TRACE network connection register; token=Token(17)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xe1d6…a664: Connecting to V4(71.90.98.119:30399)
2018-07-05 11:58:10 IO Worker #3 TRACE network 18: Initiating session Some(0xe1d6ea032e61e1cc43163812c53e681003fa40c2a90e3357adafb82f0a57d86a89b47f63161149fb3f85134a024d5847cc6cf8f04449123b494e2a4c5018a664)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 18: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(18)
2018-07-05 11:58:10 TRACE network connection register; token=Token(18)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x6c04…160c: Connecting to V4(96.94.119.181:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 19: Initiating session Some(0x6c043a7ad2e245e618fd96b0be0464c975b3d30d7c41a9b834fe7589cf58d3f55e4da2bbb11d77a39f693b591c2802fb258abe3bb13d3b3384b808782d99160c)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 19: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(19)
2018-07-05 11:58:10 TRACE network connection register; token=Token(19)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x1076…4fa7: Connecting to V4(107.194.6.72:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 20: Initiating session Some(0x1076e8815dfa53d68ed1f3e5d24e2d7c3b8ea36e61abf5eb4398cca8455fbd1019509ebf33f365985ba976560e4658dba3085cc0bbe5fe84731d22ba638c4fa7)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 20: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(20)
2018-07-05 11:58:10 TRACE network connection register; token=Token(20)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xcd57…a655: Connecting to V4(67.177.27.156:30388)
2018-07-05 11:58:10 IO Worker #3 TRACE network 21: Initiating session Some(0xcd57cb327f4aa7cd93a3adec8b155a102090b65c55850c222de61600dda5fd6ace7f6b7eed703eaa5b3a8d0a8507c4a2b876b5bfc29eef988652bbdb42b4a655)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 21: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(21)
2018-07-05 11:58:10 TRACE network connection register; token=Token(21)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x4106…4414: Connecting to V4(24.16.228.166:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 22: Initiating session Some(0x410645e052d49d6c78d76de5765bf9fb8643b724b14de713c030dd8c03cfde63fdee17304bd98f97917c8ea69552fec061d9c347812d5a2250a2ebad20274414)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 22: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(22)
2018-07-05 11:58:10 TRACE network connection register; token=Token(22)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x777e…4a8e: Connecting to V4(178.135.82.222:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 23: Initiating session Some(0x777e6be1aa78bc41f618b5e0887ddb019f1041f374f97dbf41bd8656843485477fff9a0cef8e463a44bc30e371f3bb268812eeab23eea6aa86b54eee75bf4a8e)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 23: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(23)
2018-07-05 11:58:10 TRACE network connection register; token=Token(23)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xe3fd…73bf: Connecting to V4(73.131.116.19:30399)
2018-07-05 11:58:10 IO Worker #3 TRACE network 24: Initiating session Some(0xe3fd0cd0ba3ab730d8e3bb519f93f8755fc68023518046dfa61e5823c6a180587abec67758ba09ec53a4259d1258710cc820b248a616ab15dae9b3c4a41973bf)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 24: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(24)
2018-07-05 11:58:10 TRACE network connection register; token=Token(24)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xa564…9928: Connecting to V4(113.88.13.112:30304)
2018-07-05 11:58:10 IO Worker #3 TRACE network 25: Initiating session Some(0xa564af8adaa406861c236a299be01943abbc1bcf11955fd1db82806631014d026057609e93cf9c63c62e8efecfcbc15a199c3219795d889d8f11e7780ae49928)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 25: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(25)
2018-07-05 11:58:10 TRACE network connection register; token=Token(25)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x611f…79cb: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 26: Initiating session Some(0x611f4cf5ffff6c2647a88f6225e1532d30f4a07fc04574ddf5a7173915c3c5e52b7e2477392f5994b52af3992d82db366a58e36b42ee7a5d903c4db2b87d79cb)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 26: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(26)
2018-07-05 11:58:10 TRACE network connection register; token=Token(26)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x0ae1…81aa: Connecting to V4(50.232.191.52:30303)
2018-07-05 11:58:10 IO Worker #0 TRACE network Hup: 26
2018-07-05 11:58:10 IO Worker #3 TRACE network 27: Initiating session Some(0x0ae1048b4b4c6484aa39fb56b5edb7ca3cd7787189c18926cf5ff5e07c12ebda292713e9dd195649e43284366cecb97e99266baefe48cb06747a9842b99081aa)
2018-07-05 11:58:10 IO Worker #0 TRACE network Connection closed: 26
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 27: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(27)
2018-07-05 11:58:10 TRACE network connection register; token=Token(27)
2018-07-05 11:58:10 TRACE network connection deregister; token=26
2018-07-05 11:58:10 IO Worker #3 TRACE network 0x37f8…83f0: Connecting to V4(191.255.92.234:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 26: Initiating session Some(0x37f8c1c485e0fff99e2494399738005210dafcc25f7720dc857b8674f241e0a3836ef8f2ca1fa6b8ab30324be02bd78ecb783902c8eeda57fc6d719e3dde83f0)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 26: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(26)
2018-07-05 11:58:10 TRACE network connection register; token=Token(26)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0xd14c…91a6: Connecting to V4(121.129.162.238:30303)
2018-07-05 11:58:10 IO Worker #3 TRACE network 28: Initiating session Some(0xd14ccd94e9ba2471383dc15669a597eef459ea4102ea78af5e69ec0b7d302d30788a7179a53a18b0f6cd6a603f2541301ec2fc8f7932bf15b0135f875d7b91a6)
2018-07-05 11:58:10 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:10 IO Worker #3 TRACE network 28: Sending 307 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:10 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 0 pending + 31 started
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(28)
2018-07-05 11:58:10 TRACE network connection register; token=Token(28)
2018-07-05 11:58:10 IO Worker #1 TRACE network Hup: 12
2018-07-05 11:58:10 IO Worker #0 TRACE network Hup: 12
2018-07-05 11:58:10 IO Worker #0 TRACE network Connection closed: 12
2018-07-05 11:58:10 IO Worker #1 TRACE network Connection closed: 12
2018-07-05 11:58:10 TRACE network connection deregister; token=12
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Wrote 307 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Wrote 307 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Wrote 307 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 64 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 128 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 210 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Received handshake ack from "104.211.54.233:30333"
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Sending 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Wrote 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 64 of 210 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 128 of 210 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 210 of 210 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Received handshake ack from "104.211.48.247:30333"
2018-07-05 11:58:10 IO Worker #2 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Sending 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Wrote 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 64 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 128 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 210 of 210 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Received handshake ack from "104.211.48.51:30333"
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Sending 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Wrote 160 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #1 TRACE network Hup: 15
2018-07-05 11:58:10 IO Worker #1 TRACE network Connection closed: 15
2018-07-05 11:58:10 TRACE network connection deregister; token=15
2018-07-05 11:58:10 IO Worker #2 TRACE network Hup: 26
2018-07-05 11:58:10 IO Worker #3 TRACE network Hup: 26
2018-07-05 11:58:10 IO Worker #2 TRACE network Connection closed: 26
2018-07-05 11:58:10 IO Worker #3 TRACE network Connection closed: 26
2018-07-05 11:58:10 TRACE network connection deregister; token=26
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 64 of 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 128 of 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #1 DEBUG network Hello: parity-polkadot/0.1.0 v5 0xa93a…cf50 [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 IO Worker #1 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Sending 64 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Wrote 64 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #1 TRACE network compressed 289 to 206
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Sending 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Wrote 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 128 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Read 64 of 128 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Read 128 of 128 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 DEBUG network Hello: parity-polkadot/0.1.0 v5 0xc831…a582 [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 IO Worker #3 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Sending 64 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Wrote 64 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network compressed 289 to 206
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Sending 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Wrote 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 64 of 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 128 of 128 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #1 DEBUG network Hello: parity-polkadot/0.1.0 v5 0x051b…66bd [SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 IO Worker #1 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Sending 64 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network compressed 289 to 206
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Sending 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Wrote 64 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Wrote 256 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Sending 64 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Expect to read 304 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 64 of 304 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 128 of 304 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 256 of 304 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 304 of 304 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Wrote 64 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #2 TRACE network compressed 121 to 124
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Sending 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Wrote 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Sending 64 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 304 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 64 of 304 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 128 of 304 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 256 of 304 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 304 of 304 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Wrote 64 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network compressed 123 to 126
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Sending 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Wrote 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network compressed 1 to 3
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Sending 64 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 304 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 64 of 304 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 128 of 304 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 256 of 304 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 304 of 304 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Wrote 64 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network compressed 123 to 126
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Sending 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #2 TRACE network 1: Wrote 176 bytes
2018-07-05 11:58:10 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 64 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 128 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 256 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 512 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 1024 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 2048 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 4096 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 7168 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 8192 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 10048 of 84368 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 12928 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network Expect to read 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 64 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 128 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 256 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 512 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 1024 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 2048 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 4096 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 4288 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 8192 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 8608 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 11488 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 32 of 32 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network Expect to read 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 64 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 128 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 256 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 512 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 1024 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 2048 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 4096 of 84432 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 1: Read 4288 of 84432 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 8192 of 84432 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 8608 of 84432 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 11488 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 15808 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 15808 of 84368 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 15808 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 16384 of 84368 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 20128 of 84368 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 21568 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 16384 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 18688 of 84448 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 20128 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Read 21568 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 24448 of 84368 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 2: Read 27328 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 23008 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Read 25888 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 30208 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Read 32768 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 0: Read 34528 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 38848 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Read 30208 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 32768 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 33088 of 84368 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 37408 of 84368 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 2: Read 41728 of 84368 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 16384 of 84432 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 20128 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 1: Read 23008 of 84432 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 24448 of 84432 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 1: Read 28768 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 1: Read 32768 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 1: Read 33088 of 84432 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 1: Read 38848 of 84432 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 0: Read 43168 of 84448 bytes
2018-07-05 11:58:10 IO Worker #0 TRACE network 0: Read 44608 of 84448 bytes
2018-07-05 11:58:10 IO Worker #1 TRACE network 0: Read 47488 of 84448 bytes
2018-07-05 11:58:10 IO Worker #3 TRACE network 2: Read 44608 of 84368 bytes
2018-07-05 11:58:10 IO Worker #2 TRACE network 2: Read 47488 of 84368 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 1: Read 43168 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Read 46048 of 84432 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 1: Read 47488 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 2: Read 50368 of 84368 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 2: Read 53248 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Read 51808 of 84448 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 0: Read 53248 of 84448 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 0: Read 57568 of 84448 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 2: Read 56128 of 84368 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 0: Read 61888 of 84448 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 0: Read 64768 of 84448 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Read 65536 of 84448 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Read 67648 of 84448 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 2: Read 60448 of 84368 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 2: Read 61888 of 84368 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 0: Read 70528 of 84448 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Read 74848 of 84448 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 0: Read 77728 of 84448 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Read 82048 of 84448 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 0: Read 84448 of 84448 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 2: Read 63328 of 84368 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 65536 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 69088 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 71968 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 76288 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 80608 of 84368 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Read 83488 of 84368 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 2: Read 84368 of 84368 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network Expect to read 32 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:11 IO Worker #2 TRACE network compressed 2 to 4
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Sending 64 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Disabling peer 0
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:11 IO Worker #0 TRACE network 0: Wrote 64 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:11 TRACE network connection deregister; token=0
2018-07-05 11:58:11 IO Worker #1 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:11 IO Worker #3 TRACE network compressed 2 to 4
2018-07-05 11:58:11 IO Worker #3 TRACE network 2: Sending 64 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network Disabling peer 2
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:11 IO Worker #0 TRACE network 2: Wrote 64 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:11 TRACE network connection deregister; token=2
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Read 50368 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Read 54688 of 84432 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Read 57568 of 84432 bytes
2018-07-05 11:58:11 IO Worker #0 TRACE network 1: Read 60448 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Read 61888 of 84432 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 1: Read 65536 of 84432 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 1: Read 66208 of 84432 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network 1: Read 69088 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Read 76288 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Read 84432 of 84432 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network Expect to read 32 bytes
2018-07-05 11:58:11 IO Worker #3 TRACE network Packet 16 mapped to [100, 111, 116]:0, i=0, capabilities=[SessionCapabilityInfo { protocol: [100, 111, 116], version: 0, packet_count: 1, id_offset: 16 }]
2018-07-05 11:58:11 IO Worker #1 TRACE network compressed 2 to 4
2018-07-05 11:58:11 IO Worker #1 TRACE network 1: Sending 64 bytes
2018-07-05 11:58:11 IO Worker #1 TRACE network Disabling peer 1
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:11 IO Worker #3 TRACE network 1: Wrote 64 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:11 TRACE network connection deregister; token=1
2018-07-05 11:58:11 IO Worker #2 TRACE network 0x541e…fe1b: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Initiating session Some(0x541ec180ac527dbbf0fed4c449b00854443e90e970672a187a23f8e7026236adcadfeb5e9531a05fd8545eea9e556b9ab60a85a6f7d48d0215c3c79c09dbfe1b)
2018-07-05 11:58:11 IO Worker #2 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Sending 307 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Expect to read 210 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:11 TRACE network connection register; token=Token(1)
2018-07-05 11:58:11 IO Worker #2 TRACE network 0x611f…79cb: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:11 IO Worker #3 TRACE network Hup: 1
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Initiating session Some(0x611f4cf5ffff6c2647a88f6225e1532d30f4a07fc04574ddf5a7173915c3c5e52b7e2477392f5994b52af3992d82db366a58e36b42ee7a5d903c4db2b87d79cb)
2018-07-05 11:58:11 IO Worker #3 TRACE network Connection closed: 1
2018-07-05 11:58:11 IO Worker #2 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Sending 307 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Expect to read 210 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:11 TRACE network connection register; token=Token(2)
2018-07-05 11:58:11 TRACE network connection deregister; token=1
2018-07-05 11:58:11 IO Worker #2 TRACE network 0x8370…a53e: Connecting to V4(87.2.203.119:30303)
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Initiating session Some(0x83704a57c02d4709cbbf1d9cb947eb6416042ee5f758a95224afb0df74b949335c07b2a0b4414d2e2411b43b70b031a50930e4eefab642f8273867d3e689a53e)
2018-07-05 11:58:11 IO Worker #1 TRACE network Hup: 2
2018-07-05 11:58:11 IO Worker #1 TRACE network Connection closed: 2
2018-07-05 11:58:11 IO Worker #2 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:11 IO Worker #2 TRACE network 1: Sending 307 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Expect to read 210 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:11 TRACE network connection register; token=Token(1)
2018-07-05 11:58:11 IO Worker #2 TRACE network 0x2d3d…f287: Connecting to V4(110.79.11.29:30303)
2018-07-05 11:58:11 TRACE network connection deregister; token=2
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Initiating session Some(0x2d3d48cd602072bfde129fc0df00add1578330aa1326f8df6ad4d04feec39f00059c8626fb7e925d217d488d64bac4952dd7ebf5220db5734bed1a73c618f287)
2018-07-05 11:58:11 IO Worker #2 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:11 IO Worker #2 TRACE network 2: Sending 307 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Expect to read 210 bytes
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:11 TRACE network connection register; token=Token(2)
2018-07-05 11:58:11 IO Worker #2 TRACE network 0x37f8…83f0: Connecting to V4(191.255.92.234:30303)
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Initiating session Some(0x37f8c1c485e0fff99e2494399738005210dafcc25f7720dc857b8674f241e0a3836ef8f2ca1fa6b8ab30324be02bd78ecb783902c8eeda57fc6d719e3dde83f0)
2018-07-05 11:58:11 IO Worker #2 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:11 IO Worker #2 TRACE network 0: Sending 307 bytes
2018-07-05 11:58:11 IO Worker #2 TRACE network Expect to read 210 bytes
2018-07-05 11:58:11 IO Worker #2 DEBUG network Connecting peers: 0 sessions, 23 pending + 5 started
2018-07-05 11:58:11 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:11 TRACE network connection register; token=Token(0)
2018-07-05 11:58:11 IO Worker #1 TRACE network Hup: 1
2018-07-05 11:58:11 IO Worker #3 TRACE network Hup: 1
2018-07-05 11:58:11 IO Worker #1 TRACE network Connection closed: 1
2018-07-05 11:58:11 IO Worker #3 TRACE network Connection closed: 1
2018-07-05 11:58:11 TRACE network connection deregister; token=1
2018-07-05 11:58:11 IO Worker #3 TRACE network Hup: 2
2018-07-05 11:58:11 IO Worker #0 TRACE network Hup: 2
2018-07-05 11:58:11 IO Worker #2 TRACE network Hup: 0
2018-07-05 11:58:11 IO Worker #3 TRACE network Connection closed: 2
2018-07-05 11:58:11 IO Worker #0 TRACE network Connection closed: 2
2018-07-05 11:58:11 IO Worker #2 TRACE network Connection closed: 0
2018-07-05 11:58:11 TRACE network connection deregister; token=2
2018-07-05 11:58:11 TRACE network connection deregister; token=0
2018-07-05 11:58:12 IO Worker #3 TRACE network 0x541e…fe1b: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:12 IO Worker #3 TRACE network 0: Initiating session Some(0x541ec180ac527dbbf0fed4c449b00854443e90e970672a187a23f8e7026236adcadfeb5e9531a05fd8545eea9e556b9ab60a85a6f7d48d0215c3c79c09dbfe1b)
2018-07-05 11:58:12 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:12 IO Worker #3 TRACE network 0: Sending 307 bytes
2018-07-05 11:58:12 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:12 TRACE network connection register; token=Token(0)
2018-07-05 11:58:12 IO Worker #0 TRACE network Hup: 0
2018-07-05 11:58:12 IO Worker #3 TRACE network 0x611f…79cb: Connecting to V4(127.0.0.1:30303)
2018-07-05 11:58:12 IO Worker #0 TRACE network Connection closed: 0
2018-07-05 11:58:12 IO Worker #3 TRACE network 2: Initiating session Some(0x611f4cf5ffff6c2647a88f6225e1532d30f4a07fc04574ddf5a7173915c3c5e52b7e2477392f5994b52af3992d82db366a58e36b42ee7a5d903c4db2b87d79cb)
2018-07-05 11:58:12 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:12 IO Worker #3 TRACE network 2: Sending 307 bytes
2018-07-05 11:58:12 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:12 TRACE network connection register; token=Token(2)
2018-07-05 11:58:12 TRACE network connection deregister; token=0
2018-07-05 11:58:12 IO Worker #3 TRACE network 0x8370…a53e: Connecting to V4(87.2.203.119:30303)
2018-07-05 11:58:12 IO Worker #1 TRACE network Hup: 2
2018-07-05 11:58:12 IO Worker #1 TRACE network Connection closed: 2
2018-07-05 11:58:12 IO Worker #3 TRACE network 0: Initiating session Some(0x83704a57c02d4709cbbf1d9cb947eb6416042ee5f758a95224afb0df74b949335c07b2a0b4414d2e2411b43b70b031a50930e4eefab642f8273867d3e689a53e)
2018-07-05 11:58:12 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:12 IO Worker #3 TRACE network 0: Sending 307 bytes
2018-07-05 11:58:12 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(0)
2018-07-05 11:58:12 TRACE network connection register; token=Token(0)
2018-07-05 11:58:12 TRACE network connection deregister; token=2
2018-07-05 11:58:12 IO Worker #3 TRACE network 0x2d3d…f287: Connecting to V4(110.79.11.29:30303)
2018-07-05 11:58:12 IO Worker #3 TRACE network 2: Initiating session Some(0x2d3d48cd602072bfde129fc0df00add1578330aa1326f8df6ad4d04feec39f00059c8626fb7e925d217d488d64bac4952dd7ebf5220db5734bed1a73c618f287)
2018-07-05 11:58:12 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:12 IO Worker #3 TRACE network 2: Sending 307 bytes
2018-07-05 11:58:12 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(2)
2018-07-05 11:58:12 TRACE network connection register; token=Token(2)
2018-07-05 11:58:12 IO Worker #3 TRACE network 0x37f8…83f0: Connecting to V4(191.255.92.234:30303)
2018-07-05 11:58:12 IO Worker #3 TRACE network 1: Initiating session Some(0x37f8c1c485e0fff99e2494399738005210dafcc25f7720dc857b8674f241e0a3836ef8f2ca1fa6b8ab30324be02bd78ecb783902c8eeda57fc6d719e3dde83f0)
2018-07-05 11:58:12 IO Worker #3 TRACE network Sending handshake auth to "Unknown"
2018-07-05 11:58:12 IO Worker #3 TRACE network 1: Sending 307 bytes
2018-07-05 11:58:12 IO Worker #3 TRACE network Expect to read 210 bytes
2018-07-05 11:58:12 IO Worker #3 DEBUG network Connecting peers: 0 sessions, 23 pending + 5 started
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(1)
2018-07-05 11:58:12 TRACE network connection register; token=Token(1)
2018-07-05 11:58:12 IO Worker #0 TRACE network Hup: 0
2018-07-05 11:58:12 IO Worker #2 TRACE network Hup: 0
2018-07-05 11:58:12 IO Worker #0 TRACE network Connection closed: 0
2018-07-05 11:58:12 IO Worker #2 TRACE network Connection closed: 0
2018-07-05 11:58:12 TRACE network connection deregister; token=0
2018-07-05 11:58:12 IO Worker #1 TRACE network 5: Wrote 307 bytes
2018-07-05 11:58:12 TRACE network connection reregister; token=Token(5)
2018-07-05 11:58:12 IO Worker #3 TRACE network Hup: 2
2018-07-05 11:58:12 IO Worker #3 TRACE network Connection closed: 2
2018-07-05 11:58:12 TRACE network connection deregister; token=2
2018-07-05 11:58:12 IO Worker #1 TRACE network Hup: 1
2018-07-05 11:58:12 IO Worker #2 TRACE network Hup: 1
2018-07-05 11:58:12 IO Worker #1 TRACE network Connection closed: 1
2018-07-05 11:58:12 IO Worker #2 TRACE network Connection closed: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment