Author Topic: Incomplete transaction history [RESOLVED]  (Read 1733 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
check in console "getinfo" .. if you have connections to the network ..
if not, check your personal firewalls and similar blockers

Offline fubly

  • Newbie
  • *
  • Posts: 9
  • this is fubly
    • View Profile
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

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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 ;-)

Offline idealist

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
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

Offline idealist

  • Jr. Member
  • **
  • Posts: 35
    • View Profile
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.
« Last Edit: September 08, 2014, 05:34:55 pm by bytemaster »