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

How to skip bad block in parity at #4321234 #10738

Closed
sicute opened this issue Jun 11, 2019 · 2 comments
Closed

How to skip bad block in parity at #4321234 #10738

sicute opened this issue Jun 11, 2019 · 2 comments

Comments

@sicute
Copy link

sicute commented Jun 11, 2019

  • Parity Ethereum version: version Parity-Ethereum/v2.4.3-beta-33860c3-20190322/x86_64-linux-gnu/rustc1.32.0 with patch Clique engine for Rinkeby.

  • Operating system: Linux Ubuntu 16.04

  • Installation: built from source

  • Fully synchronized: no stuck at 4321234 almot 1 month

  • Network: Rinkeby

  • Restarted: yes
    I stuck sync at block 4321234 almost 1 month .
    how i skip that block.
    here log parity :

2019-06-11 07:23:45 UTC main INFO parity_ethereum::run Starting Parity-Ethereum/v2.5.0-beta-b52ac20-20190408/x86_64-linux-gnu/rustc1.33.0
2019-06-11 07:23:45 UTC main INFO parity_ethereum::run Keys path /mnt/eth2/rinkeby/keys/rinkeby
2019-06-11 07:23:45 UTC main INFO parity_ethereum::run DB path /mnt/eth2/rinkeby/chains/rinkeby/db/0d824504e4fa37a7
2019-06-11 07:23:45 UTC main INFO parity_ethereum::run State DB configuration: fast +Trace
2019-06-11 07:23:45 UTC main INFO parity_ethereum::run Operating mode: active
2019-06-11 07:23:45 UTC main INFO ethcore_service::service Configured for Rinkeby using Clique engine
2019-06-11 07:23:47 UTC main INFO parity_ws Listening for new connections on 0.0.0.0:8546.
2019-06-11 07:23:47 UTC jsonrpc-eventloop-0 WARN jsonrpc_ipc_server::server Removed existing file '/mnt/eth2/rinkeby/jsonrpc.ipc'.
2019-06-11 07:23:48 UTC jsonrpc-eventloop-0 WARN rpc eth_accounts is deprecated and will be removed in future versions: Account management is being phased out see #9997 for alternatives.
2019-06-11 07:23:50 UTC jsonrpc-eventloop-0 WARN rpc eth_signTransaction is deprecated and will be removed in future versions: Account management is being phased out see #9997 for alternatives.
2019-06-11 07:23:50 UTC jsonrpc-eventloop-0 DEBUG own_tx Signer: New entry (1) in confirmation queue.
2019-06-11 07:23:50 UTC jsonrpc-eventloop-0 TRACE own_tx Signer: (1) : SignTransaction(FilledTransactionRequest { from: 0x0a469f9fbf19c540db7d7bf90ebc1a78d983ee7a, used_default_from: false, to: Some(0xe386e3372e3d316ae063af50c38704ec6fba5149), gas_price: 105000000000, gas: 21000, value: 97795000000000000, data: [], nonce: Some(0), condition: None })
2019-06-11 07:23:50 UTC jsonrpc-eventloop-0 DEBUG own_tx Signer: New entry (2) in confirmation queue.
42, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 60, 109, 193, 245, 211, 33, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 38, 248, 208, 148, 204, 0, 0] }, v: 44, r: 86270604410812542822789883277150024443518820756972547530478748628407455720127, s: 648403913862529055648982762838122186356165719393176305828938061946718258816, hash: 0xe53644bda6ac3f7880d08a56438b3d8a2f7be46b3d91bd48a95e207b803ca3b2 }
[Tx 3] UnverifiedTransaction { unsigned: Transaction { nonce: 364, gas_price: 1000000000, gas: 6000000, action: Call(0x6a04d7937c24515bcb3c5b9f265323c935987daa), value: 0, data: [21, 95, 168, 44] }, v: 28, r: 38265006633114343472385095554601861705537029453714475550731097111090420871766, s: 37992618790202822085169877280935295644102249143130134863220409871933249841499, hash: 0xa5bb5d5451600310962f95cccd42963551c950d87048ea94563f43b07c7f79cb }
[Tx 4] UnverifiedTransaction { unsigned: Transaction { nonce: 56374, gas_price: 1000000000, gas: 300000, action: Call(0x2d369e236519eb095a968330303a4affcd083aff), value: 0, data: [159, 57, 21, 68, 1, 0, 36, 60, 25, 93, 13, 32, 20, 58, 52, 36, 33, 92, 60, 4, 26, 33, 50, 3, 21, 33, 97, 1, 44, 93, 31, 101, 55, 15, 6, 25] }, v: 28, r: 4801072415769547914186167084138033554965062243369205544084547923569539380904, s: 704755583251262303184810294171578485845684982220376197464292466973050022906, hash: 0xbebcde90a9f479d131d9e882349fa49f4495b4c54608fac0ecbe9b2c52727729 }

2019-06-11 07:47:50 UTC IO Worker #3 INFO import Syncing #4321234 0x1a9d…5590 0.00 blk/s 0.0 tx/s 0.0 Mgas/s 0+ 0 Qed #4321502 16/200 peers 859 KiB chain 11 MiB db 0 bytes queue 2 MiB sync RPC: 0 conn, 1 req/s, 43 µs
^C

@AC0DEM0NK3Y
Copy link

AC0DEM0NK3Y commented Jun 13, 2019

I believe this is because of the Petersburg hardfork on Rinkeby at that block. You need 2.4.6 https://github.com/paritytech/parity-ethereum/releases/tag/v2.4.6

Make sure you backup your chain first just in case.

@dvdplm
Copy link
Collaborator

dvdplm commented Jun 28, 2019

@sicute I'll close this issue now in the hope that @AC0DEM0NK3Y 's advice was useful to you. Feel free to re-open if not.

@dvdplm dvdplm closed this as completed Jun 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants