BitShares Forum

Main => General Discussion => Topic started by: maverica on August 26, 2014, 07:08:02 am

Title: Lost control my subaccounts [SOLVED]
Post by: maverica on August 26, 2014, 07:08:02 am
Hello,

During the latest upgrade I did not fully backup the latest version of the wallet therefore I had registered 4 subaccounts. Now when I created the wallet from json the accounts are not under my control if I do wallet_list_accounts they are not displayed however they are registered with the blockchain. Is there any way to remove them from the blockchain so I can register them again. The account names are

bitsharestalk1.bitsapphire
bitsharestalk2.bitsapphire
app1.bitsapphire
app2.bitsapphire
delegate.bitsapphire

Thanks in advance
Title: Re: Lost control my subaccounts
Post by: emski on August 26, 2014, 07:08:59 am
You can restore their keys provided that you used the same wallet to create them.
Do you still have control over bitsapphire ?
Title: Re: Lost control my subaccounts
Post by: maverica on August 26, 2014, 07:19:51 am
yes bitsapphire is fine and under control. How would I do that. Thanks again!
Title: Re: Lost control my subaccounts
Post by: emski on August 26, 2014, 07:23:17 am
One way is to change active key of each delegate.
https://github.com/BitShares/bitshares_toolkit/wiki/Subaccounts (https://github.com/BitShares/bitshares_toolkit/wiki/Subaccounts) , pay attention to "Creating Subaccounts"

The other is to use the wallet to recreate the keys. As far as I know new account keys are always the same, when created by older backup.
Title: Re: Lost control my subaccounts
Post by: xeroc on August 26, 2014, 07:25:35 am
You can rescan for the created accounts... its a command starting with wallet_ ... cant check .. i am mobile ... just male sute to have the original wallet
Title: Re: Lost control my subaccounts
Post by: maverica on August 26, 2014, 07:30:08 am
I did try wallet_rescan_blockchain that didnt make any changes.

As far as changing the keys of the delegates, how would I go for that? Should I take the private key of my wallet and then import that or what is the flow of action. Thanks for help
Title: Re: Lost control my subaccounts
Post by: xeroc on August 26, 2014, 02:10:28 pm
I did try wallet_rescan_blockchain that didnt make any changes.

As far as changing the keys of the delegates, how would I go for that? Should I take the private key of my wallet and then import that or what is the flow of action. Thanks for help

wallet_recover_accounts 100
Title: Re: Lost control my subaccounts
Post by: maverica on August 29, 2014, 09:20:04 pm
That did it, thanks!