BitShares Forum

Main => General Discussion => Topic started by: skystone on July 29, 2014, 06:59:29 am

Title: where is my balance?
Post by: skystone on July 29, 2014, 06:59:29 am
got some problems and need your help!
1、creat a unregistered acc named acc-a
2、export wallet
3、receive some funds
4、register acc-a and acc-b
5、import the wallet from step 2
 it turns out that there is only a unregistered acc-a, without any balance.
the public key of registered acc-a and unregistered acc-a is the same.
questions: 1、why can't i get my balance at acc-a?
                2、will i get acc-b back? should there be a root wallet key to get all the registered acc back?
Thank you all!
Title: Re: where is my balance?
Post by: vikram on July 30, 2014, 12:20:02 am
got some problems and need your help!
1、creat a unregistered acc named acc-a
2、export wallet
3、receive some funds
4、register acc-a and acc-b
5、import the wallet from step 2
 it turns out that there is only a unregistered acc-a, without any balance.
the public key of registered acc-a and unregistered acc-a is the same.
questions: 1、why can't i get my balance at acc-a?
                2、will i get acc-b back? should there be a root wallet key to get all the registered acc back?
Thank you all!

Use command 'wallet_rescan_blockchain' in console to get acc-a balance back.

If acc-b is not in backup, wait for next version it will have a wallet_account_recover command.
Title: Re: where is my balance?
Post by: skystone on July 30, 2014, 04:48:46 am
got some problems and need your help!
1、creat a unregistered acc named acc-a
2、export wallet
3、receive some funds
4、register acc-a and acc-b
5、import the wallet from step 2
 it turns out that there is only a unregistered acc-a, without any balance.
the public key of registered acc-a and unregistered acc-a is the same.
questions: 1、why can't i get my balance at acc-a?
                2、will i get acc-b back? should there be a root wallet key to get all the registered acc back?
Thank you all!

Use command 'wallet_rescan_blockchain' in console to get acc-a balance back.

If acc-b is not in backup, wait for next version it will have a wallet_account_recover command.
awesome! the balance is back! and i'm looking forward to the next version!
Thx ag!