BitShares Forum

Main => General Discussion => Topic started by: idealist on August 26, 2014, 03:10:41 pm

Title: Incomplete transaction history [RESOLVED]
Post by: idealist on August 26, 2014, 03:10:41 pm
On Mac OS 10.9.  BitShares-X 0.4.8-a

On "My Accounts", under the "Recent Transactions" section, it says "Updating transaction history..." in green.

At the bottom right of the window is says "transaction scanning progress is -100%"


The most recent transaction is missing from the list, but the balance for my account is correct.
Title: Re: Incomplete transaction history
Post by: idealist on September 08, 2014, 05:34:18 pm
Problem solved finally.  I had registered as a delegate, and that process turned off transaction scanning.

Transactions successfully rescanned by using

Code: [Select]
wallet_set_transaction_scanning true
The transactions show up now
Title: Re: Incomplete transaction history
Post by: xeroc on September 08, 2014, 05:38:21 pm
On Mac OS 10.9.  BitShares-X 0.4.8-a
That version is too old .. you need at least 0.4.12 to be on the right track.
As I am posting late (sorry) you might have already update ..

If so, check if your are synced with the network by going to the console and
typing: blockchain_is_synced

On "My Accounts", under the "Recent Transactions" section, it says "Updating
transaction history..." in green.
Yhea .. thats a GUI bug .. ignore it

At the bottom right of the window is says "transaction scanning progress is -100%"
that just says you have a delegate in your wallet and transaction scanning disabled.
You can reenable it by
wallet_set_transaction_scanning true

Quote
The most recent transaction is missing from the list, but the balance for my
account is correct.
will be corrected once the transactions are scanned.
Either you need to wait for the wallet to rescan the blockchain or you might
need to manually initiate a rescan by "rescan" in the console.

The status of the rescan is listed in "getinfo".

Good luck
and sorry for the delay :|


edit: damnit .. to slow ;-)
Title: Re: Incomplete transaction history [RESOLVED]
Post by: fubly on October 19, 2014, 09:25:34 am
Hi together,

I have the same problem with version 0.4.20 on mac osx, I have no delegates on my account yet and I also tried this command:

wallet_set_transaction_scanning true

but on the block explorer I saw only 5 days old blocks.

How can I fix this?

thx
Title: Re: Incomplete transaction history [RESOLVED]
Post by: xeroc on October 19, 2014, 10:09:41 am
check in console "getinfo" .. if you have connections to the network ..
if not, check your personal firewalls and similar blockers