I understand your joyful cries for a new coino, but I want to know how I can transfer my coins from an old wallet to a new one. Given the information I published earlier. The method proposed here does not work.
[img] omitted
Please describe the steps for transferring coins in the new wallet.
The error "
Cannot initialize keypool" occurs due to such as the old wallet having an address (with zero balance) which is nonexistent in the new Coino network; therefore, you have to import balances of each address individually.
1) Sync the old Coino wallet client, unlock wallet (To unlock wallet please see post# 203 for details, or see code below.)
Copy
{address}Click
In the Console, Type
walletpassphrase you_pass 500
dumpprivkey address
to unlock the wallet &
to get the
private_key2) Sync the new Coino wallet cient, unlock wallet by clicking
if it is locked
Click
Type importprivkey
private_key or as below:
importprivkey private_key
You are done. The balance should be imported but the
address won't show up until you restart it after you exit the new wallet client.
