BitShares Forum

Main => Technical Support => Topic started by: oakmaster on October 07, 2015, 12:06:56 am

Title: transaction not found
Post by: oakmaster on October 07, 2015, 12:06:56 am
I am missing a transaction i put a bid of 10 bitusd for bts on 8/27 and I had the 3000 plus bts in my wallet now there's a red flag in the corner saying transaction not found I put the transaction number in the block explorer it shows my bid for 9.99 and bts coming from a few wallets that equal 1.5 bts but all there other 3000 something is gone this is what the red flag details say maybe someone can help I have no clue on what this thing says all i no it says record valid transaction not found thanks to who can help
getStackTrace@app.js:30:5176
 ○ request@app.js:36:12339
 ○ get_transaction@app.js:34:22967
 ○ app.js:32:12396
 ○ e@app.js:5:43602
 ○ f@app.js:5:43690
 ○ app.js:6:11125
 ○ app.js:9:32969
 ○ fa@app.js:6:1072
 ○ v@app.js:5:94018
 ○ h@app.js:5:65056
 ○ app.js:5:86444
 ○ k@app.js:9:84719
 ○ app.js:9:84986
 ○ $broadcast@app.js:7:131
 ○ app.js:9:66187
 ○ i@app.js:6:46597
 ○ app.js:6:46769
 ○ $eval@app.js:6:83428
 ○ $digest@app.js:6:81942
 ○ $apply@app.js:6:83702
 ○ app.js:7:6233
 ○ g@app.js:5:16953
 ○ app.js:5:35954
10 assert_exception: Assert Exception
record.valid(): Transaction not found!
    {}
    bitshares  blockchain_api.cpp:288 bts::client::detail::client_impl::blockchain_get_transaction

    {"transaction_id_prefix":"","exact":false}
    bitshares  blockchain_api.cpp:290 bts::client::detail::client_impl::blockchain_get_transaction

    {}
    bitshares  common_api_client.cpp:1676 bts::rpc_stubs::common_api_client::blockchain_get_transaction
Title: Re: transaction not found
Post by: xeroc on October 07, 2015, 07:15:18 am
Are you using wallet.bitshares.org or the full client?
If you use the full client you can recover your transaction as described here:
http://wiki.bitshares.org/index.php/RecoveringFunds#Regenerate_account_transaction_keys
Title: Re: transaction not found
Post by: Chris4210 on October 08, 2015, 07:45:32 am
Hi Xeroc, i have similar problems with my client 0.9.3c on windows 7.

I upgraded from 0.9.2 to 0.9.3c . The blockchain stopped updating after the update so i decided to re scan the whole chain again. It took around 4 days for that.

Now i noticed that some funds are missing in the client. I also miss certain trades in the history at all. However i can find them on the blockchain.

I tried to follow your suggest link and did a full re scan on the fully load blockchain. No updates.

Here is a picture how it looks like in my wallet.

http://bit.ly/1Zf5RjH

Hope you can help me out here. I heard that with the 2.0 all blockchain transactions will be immigrated, so the money is still there, just my client does not show it correctly. right?

Thanks for your help
Title: Re: transaction not found
Post by: xeroc on October 08, 2015, 08:26:46 am
Hi Xeroc, i have similar problems with my client 0.9.3c on windows 7.

I upgraded from 0.9.2 to 0.9.3c . The blockchain stopped updating after the update so i decided to re scan the whole chain again. It took around 4 days for that.

Now i noticed that some funds are missing in the client. I also miss certain trades in the history at all. However i can find them on the blockchain.

I tried to follow your suggest link and did a full re scan on the fully load blockchain. No updates.

Here is a picture how it looks like in my wallet.

http://bit.ly/1Zf5RjH

Hope you can help me out here. I heard that with the 2.0 all blockchain transactions will be immigrated, so the money is still there, just my client does not show it correctly. right?

Thanks for your help


All you need to do is run

Code: [Select]
wallet_regenerate_keys ACCOUNT-NAME 10500in the console (account list -> advanced settings -> console)
then run rescan (which will take some time -- again -- sorry for that)

The reason for all of this is explained here:
http://wiki.bitshares.org/index.php/RecoveringFunds

.. and bts2 will not have this kind of issue ..
Title: Re: transaction not found
Post by: Chris4210 on October 08, 2015, 10:59:25 am
Thank you for the great help!  +5%

wallet_regenerate_keys ACCOUNT-NAME 10500

Did the trick for me. I see my full balances again and i also see my open orders and short positions.

I do not have the names yet, so let us see what happens after the rescanning of the wallet.
Title: Re: transaction not found
Post by: xeroc on October 08, 2015, 11:02:20 am
I do not have the names yet, so let us see what happens after the rescanning of the wallet.
In order to recover names there is another command
wallet_recover_accounts 10
Title: Re: transaction not found
Post by: oakmaster on October 09, 2015, 10:50:47 am
Are you using wallet.bitshares.org or the full client?
If you use the full client you can recover your transaction as described here:
http://wiki.bitshares.org/index.php/RecoveringFunds#Regenerate_account_transaction_keys
thank you this worked