Advertisement
Guest User

paritySyncError

a guest
Oct 28th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.67 KB | None | 0 0
  1. :~$ parity --chain=classic -l sync=trace
  2. 2016-10-28 14:54:02  main INFO parity::run  Starting Parity/v1.3.9-beta/x86_64-linux-gnu/rustc1.12.1
  3. 2016-10-28 14:54:02  main INFO parity::run  Using state DB journalling strategy fast
  4. 2016-10-28 14:54:02  main INFO ethcore::service  Configured for Ethereum Classic using Ethash engine
  5. 2016-10-28 14:54:02  main WARN ethcore::service  Your chain is an alternative fork. TRANSACTIONS MAY BE REPLAYED ON THE MAINNET!
  6. 2016-10-28 14:54:02  IO Worker #0 INFO network  Public node URL: enode://********@192.168.0.3:30303
  7. 2016-10-28 14:54:03  IO Worker #0 TRACE sync  == Connected 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
  8. 2016-10-28 14:54:03  IO Worker #1 TRACE sync  New peer 2 (protocol: 63, network: 1, difficulty: Some(43560344214573072300), latest:2cd0…554c, genesis:d4e5…8fa3)
  9. 2016-10-28 14:54:03  IO Worker #1 DEBUG sync  Connected 2:Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
  10. 2016-10-28 14:54:03  IO Worker #1 TRACE sync  2 <- GetBlockHeaders: 1 entries starting from 1920000
  11. 2016-10-28 14:54:07  IO Worker #2 TRACE sync  Timeout 2
  12. 2016-10-28 14:54:07  IO Worker #2 TRACE sync  == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
  13. 2016-10-28 14:54:07  IO Worker #2 DEBUG sync  Disconnected 2
  14. 2016-10-28 14:54:07  IO Worker #2 TRACE sync  Syncing with 0/0 peers
  15. 2016-10-28 14:54:07  IO Worker #2 TRACE sync  Sync complete
  16. 2016-10-28 14:54:07  IO Worker #0 TRACE sync  == Disconnecting 2: Geth/v1.4.10-stable-2af3ea16/linux/go1.4.2
  17. 2016-10-28 14:54:32  IO Worker #0 INFO import      0/ 0/25 peers      3 MiB db    7 KiB chain  0 bytes queue   11 KiB sync
  18. ^C2016-10-28 14:54:35  main INFO parity::run  Finishing work, please wait...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement