BitShares Forum

Main => Technical Support => Topic started by: bitcoinerS on October 16, 2015, 08:50:27 am

Title: Bitshares 2: stuck in loading balance claims..
Post by: bitcoinerS on October 16, 2015, 08:50:27 am
I am having troubles importing my Bitshares 1 wallet.
UI has been showing: loading balance claims for many hours and no balance or accounts show up...
(https://www.dropbox.com/s/8r0yaxn5wd03pfw/loading%20balance%20claims.png?dl=0)
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: fundomatic on October 16, 2015, 09:15:56 am
I am having troubles importing my Bitshares 1 wallet.
UI has been showing: loading balance claims for many hours and no balance or accounts show up...
(https://www.dropbox.com/s/8r0yaxn5wd03pfw/loading%20balance%20claims.png?dl=0)

I had a similar problem on my old computer. UI had "blockchain out of synch" message all the time it was open.
My newer computer was in sync and loaded balances with no problem.

Also, it was mentioned that a large number of keys to import might take some time.
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: bitcoinerS on October 16, 2015, 10:05:22 am
I am having troubles importing my Bitshares 1 wallet.
UI has been showing: loading balance claims for many hours and no balance or accounts show up...
(https://www.dropbox.com/s/8r0yaxn5wd03pfw/loading%20balance%20claims.png?dl=0)

I had a similar problem on my old computer. UI had "blockchain out of synch" message all the time it was open.
My newer computer was in sync and loaded balances with no problem.

Also, it was mentioned that a large number of keys to import might take some time.

My UI has no sync problems. How long can an import take? It has been 7-8 hours..
This is a nearly new pc.
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: wolfinger1 on October 16, 2015, 12:08:01 pm
My claim took almost 18 hours but I just let it spin in the background and this morning, VOILA! Very frustrating to be honest but in the end, success. Stay calm, breathe, avoid throwing your computer through a window and hang in there.
Title: Re: PLEASE HELP! Bitshares 2: stuck in loading balance claims..
Post by: bitcoinerS on October 19, 2015, 04:34:17 pm
Still having problem getting my bitshares keys imported.

My import has been going on for over 48 hours now.. it just keeps spinning and says loading balance claims.
There is seems to be no problem with syncing blockchain or any other problems..

How long can it take???

What directory are wallet files in bitshares 2?
Title: Re: PLEASE HELP! Bitshares 2: stuck in loading balance claims..
Post by: roadscape on October 19, 2015, 06:44:10 pm
Still having problem getting my bitshares keys imported.

My import has been going on for over 48 hours now.. it just keeps spinning and says loading balance claims.
There is seems to be no problem with syncing blockchain or any other problems..

How long can it take???

What directory are wallet files in bitshares 2?

On linux, I launch the CLI wallet using bitshares-2 as the working directory, and in this directory is where wallet.json appears.

There might be some relevant information here:
https://github.com/bitshares/bitshares-2/wiki/Import%20BitShares-0.9.3c%20wallets%20into%20BitShares%202.0%20CLI%20wallet
http://docs.bitshares.eu/migration/howto-importing-wallet.html#cli-wallet
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: cube on October 19, 2015, 06:54:48 pm
It seems like you are using a GUI or webwallet.  If your bts1 has ton of balance keys, using the CLI wallet is the only practical way.  The others are just too slow.
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: bitcoinerS on October 19, 2015, 07:13:06 pm

Ok. Now I tried to import with cli, but getting an error.

Quote
import_accounts <keys-file> <pass>
...
10 assert_exception: Assert Exception
!is_locked():
    {}
    th_a  wallet.cpp:2594 import_accounts
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: roadscape on October 19, 2015, 07:24:31 pm
Is your wallet unlocked?

set_password my-secret-pass
unlock my-secret-pass
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: xeroc on October 20, 2015, 05:44:33 am
easiest would be to first try another browser: chrome, firefox, safari ..
Title: Re: Bitshares 2: stuck in loading balance claims..
Post by: cube on October 20, 2015, 07:37:43 am
easiest would be to first try another browser: chrome, firefox, safari ..

I think javascript (in any browser) is still way too slow as compared to native compiled cli client and wallet.  This becomes significant when one has a huge amount of keys to import.