You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
I have been using your fether-0.3.1-x86_64.AppImage for some time without any problems. Added a few tokens and all was great.
I decided to download latest version ( Parity-Fether-0.4.2.AppImage ) to catch up with latest ETH chain updates and so on and when trying to initialize the application I got the error:
OS: linux Arch: x64 Channel: undefined Error: connect ENOENT /home/modus/.config/fether/fether-parity-ipc.ipc
I am also attaching the log from /home/modus/.config/fether/fether.log
On terminal and besides the errors related to "fether-parity-ipc.ipc" archive I see the following later on
Stage 3 block verification failed for #9200000 (0x6ba9…eb8a) Error: Error(Block(InvalidDifficulty(Mismatch { expected: 2459689277719575, found: 2458589766091800 })), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
If I quit and restart the app, ETH main chain seems to be synced after some time (at least I see the balance) but the other tokens seems to be syncing forever and I cannot access them.
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
roabhi
changed the title
Parity Error on Star Up (Linux Mint x64 AppImage)
Parity Error on Start Up (Linux Mint x64 AppImage)
Jan 22, 2020
You are running an older version of Parity Ethereum that doesn't support the latest hardfork.
If you have loaded your wallet in fether or parity-ethereum in the past, the keystore files associated with wallet will be in your local filesystem in the directory described here: https://wiki.parity.io/Parity-Wallet#view-and-send-ether-and-tokens
you should be able to grab your keystore file and load it up into most other wallet software, given that you recall your password.
Edit: alternatively we will make a release in the next days which might solve your issue.
Hello,
I have been using your fether-0.3.1-x86_64.AppImage for some time without any problems. Added a few tokens and all was great.
I decided to download latest version ( Parity-Fether-0.4.2.AppImage ) to catch up with latest ETH chain updates and so on and when trying to initialize the application I got the error:
OS: linux Arch: x64 Channel: undefined Error: connect ENOENT /home/modus/.config/fether/fether-parity-ipc.ipc
I am also attaching the log from /home/modus/.config/fether/fether.log
On terminal and besides the errors related to "fether-parity-ipc.ipc" archive I see the following later on
Stage 3 block verification failed for #9200000 (0x6ba9…eb8a) Error: Error(Block(InvalidDifficulty(Mismatch { expected: 2459689277719575, found: 2458589766091800 })), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
If I quit and restart the app, ETH main chain seems to be synced after some time (at least I see the balance) but the other tokens seems to be syncing forever and I cannot access them.
Any help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: