[Solved] How To Import Private Key from paper wallet to windows wallet?
-
@Radent newbies about 2 hours ago
Dear Dev and everyone…
I have problem with my wallet core. i want to send my balance from paper wallet to win wallet core. i try use Feathercoin Core version v0.9.3.1-ftcit-Standard (32-bit). I was try with in debug window -> console, with teks importprivkey <my privkey paperwallet>.
Respon from console is:
Safe mode: WARNING: Inconsistent checkpoint found! Stop enforcing checkpoints and notify developers to resolve the issue. (code -2)
What solution ?? can help Dev or everyone ?
Thanks
-
The probable cause is you have not fully sync with the blockchain,
or you need to “downgrade” your blockchain database by re-downloading it.
Back-up your wallet.dat file, rename your block chain directory.
Restart your wallet and let it resync. Copy in your wallet.dat, restart your wallet.
I’ll look for a fuller details tomorrow if you need more description of how to do that.
-
@wrapper said:
@Radent newbies about 2 hours ago
…
…
Respon from console is:Safe mode: WARNING: Inconsistent checkpoint found! Stop enforcing checkpoints and notify developers to resolve the issue. (code -2)
What solution ?? can help Dev or everyone ?
Thanks
I assume, that you didn’t use your Windows wallet quite a while.
We had a fork of the BC in March and your wallet followed the ‘wrong’ branch of the fork.
you need to re-sync the whole block chain in order to get to the right branch.
What to do:
!!! Only if your windows wallet does not contain any coins: !!!
Delete the directory %appdata%/feathercoin from your PC!!! Warning: if you have coins in your wallet, these coins will be lost when deleting the %appdata%/feathercoin directory!!! !!!
If you have coins in your windows wallet:
- copy the file ‘wallet.dat’ and ‘feathercoin.conf’ from your feathercoin config directory to a safe place. the config dir is '%appdata%/feathercoin
- delete the directories ‘blocks’ and ‘chainstate’ from the feathercoin config diretory.
- start your wallet again. It should start to syncronize with the block chain from the beginning, so it may take some hours until it is fully synchronized.
- check if the wallet contains your original FTC addresses.
- if not, stop the wallet and copy the file ‘wallet.dat’ back to it’s original place and start the wallet again.
- once the wallet is fully synchronized with the block chain use the ‘import private key’ command to import your paper wallet’s keys.
-
@wrapper :
my PC with windows 7. wallet qt was sync. my new wallet does not balance, but in my paper wallet have any coins.this is my wallet screenshoot below.
(https://drive.google.com/file/d/0B2zvPOQn-xWsZ1dtYmxwNVIwR1U/view?usp=sharing) -
@Radent said:
@wrapper :
my PC with windows 7. wallet qt was sync. my new wallet does not balance, but in my paper wallet have any coins.this is my wallet screenshoot below.
(https://drive.google.com/file/d/0B2zvPOQn-xWsZ1dtYmxwNVIwR1U/view?usp=sharing)I’m not an expert on paper wallets.
Did you back-up the “wallet.dat” file and re-sync the blockchain from scratch?
-