BitShares Forum

Main => General Discussion => Topic started by: sfinder on July 20, 2014, 12:14:28 am

Title: [SOLVED] BIG PROBLEM. my 2000 BTSX are missing.......
Post by: sfinder on July 20, 2014, 12:14:28 am
2000less than balance list.. :'( :'( :'( :'( :'( :'( :'(
my account balance should be ***4,237btsx and not the one show as ***2,237
(http://i.imgur.com/EHj3Jby.png?1)

Quote
>> wallet_account_balance

ACCOUNT                         BALANCE                     
============================================================
chinese                         0.03329 BTSX               
tiger                           ***2,237.99915 BTSX       
BIG PROBLEM.  my following 2000 BTSX  are missing from my wallet

I transferred 1000btsx from "tiger" to "chinese " in the same wallet but almost 1 hour past and still showing pending .  and "duplicate" status in wallet_account_transaction_history

Quote
wallet_account_transaction_history chinese

2014-07-19T19:38:01 EXPIRED   tiger               chinese             1,000.00000 BTSX                                                    N/A                     0.00000 BTSX        8d7b6e8
2014-07-19T20:46:27 DUPLICATE tiger               chinese             1,000.00000 BTSX        mmmmm                                       N/A                     0.00000 BTSX        ad12f04

go to console and clear pending transactions

someone please track my above 2 transactions
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: laow on July 20, 2014, 12:54:21 am
a display problem?  try the command "wallet_account_balance" on console page.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 20, 2014, 12:56:31 am
a display problem?  try the command "wallet_account_balance" on console page.

it s not a display problem.

>> wallet_account_balance

ACCOUNT                         BALANCE                     
============================================================
chinese                         0.03329 BTSX               
tiger                           ***2,237.99915 BTSX       
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: clout on July 20, 2014, 01:24:20 am
did you rescan the blockchain
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: bitmeat on July 20, 2014, 01:24:44 am
a display problem?  try the command "wallet_account_balance" on console page.

it s not a display problem.

>> wallet_account_balance

ACCOUNT                         BALANCE                     
============================================================
chinese                         0.03329 BTSX               
tiger                           ***2,237.99915 BTSX     

Do you see anything when you type the following in the console?

Code: [Select]
wallet_get_pending_transaction_errors
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: toast on July 20, 2014, 02:04:47 am
try to clear pending transactions and then rescan
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: HackFisher on July 20, 2014, 02:46:16 am
Remember to backup/export you wallet, don't worry too much if you are sending it to yourself and as you have the private keys.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 20, 2014, 03:13:17 am
try to clear pending transactions and then rescan

Toast , it does not help........

Code: [Select]
>> wallet_get_pending_transaction_errors

[[
    "4f08f077ba69a027f972912197e8de643b7f10fa",{
      "code": 30007,
      "name": "duplicate_transaction",
      "message": "duplicate transaction",
      "stack": [{
          "context": {
            "level": "error",
            "file": "transaction_evaluation_state.cpp",
            "line": 189,
            "method": "bts::blockchain::transaction_evaluation_state::evaluate",
            "hostname": "",
            "thread_name": "bitshares",
            "timestamp": "20140720T031055.991233"
          },
          "format": "",
          "data": {
            "trx_id": "4f08f077ba69a027f972912197e8de643b7f10fa"
          }
        },{
          "context": {
            "level": "warn",
            "file": "transaction_evaluation_state.cpp",
            "line": 218,
            "method": "bts::blockchain::transaction_evaluation_state::evaluate",
            "hostname": "",
            "thread_name": "bitshares",
            "timestamp": "20140720T031055.991233"
          },
          "format": "",
          "data": {
            "trx": {
              "expiration": "20140720T045352",
              "delegate_slate_id": null,
              "operations": [{
                  "type": "register_account_op_type",
                  "data": {
                    "name": "rent",
                    "public_data": {
                      "gravatarID": ""
                    },
                    "owner_key": "BTSX753fFy9NfsEMM8rtrUz5hq7nPDb346vVYayxVQ62TDvkAgA3TT",
                    "active_key": "BTSX753fFy9NfsEMM8rtrUz5hq7nPDb346vVYayxVQ62TDvkAgA3TT",
                    "delegate_pay_rate": 255,
                    "meta_data": null
                  }
                },{
                  "type": "withdraw_op_type",
                  "data": {
                    "balance_id": "BTSXJ14EEhQwndNaP66zs1EWe7tvZp7m3SCaw",
                    "amount": 10015,
                    "claim_input_data": ""
                  }
                }
              ],
              "signatures": [
                "2032ad5a1640c769f412e913823abcbf6be61db5514dd5ded02e3552eb2cc830fb128549a08639516937c4e7618ea63ac584e4dce6de4cc2fd7c911c749cf866ad"
              ]
            }
          }
        }
      ]
    }
  ],[
    "56869170158582c54d63a0db0a363bb93598fe6e",{
      "code": 30007,
      "name": "duplicate_transaction",
      "message": "duplicate transaction",
      "stack": [{
          "context": {
            "level": "error",
            "file": "transaction_evaluation_state.cpp",
            "line": 189,
            "method": "bts::blockchain::transaction_evaluation_state::evaluate",
            "hostname": "",
            "thread_name": "bitshares",
            "timestamp": "20140720T031055.991233"
          },
          "format": "",
          "data": {
            "trx_id": "56869170158582c54d63a0db0a363bb93598fe6e"
          }
        },{
          "context": {
            "level": "warn",
            "file": "transaction_evaluation_state.cpp",
            "line": 218,
            "method": "bts::blockchain::transaction_evaluation_state::evaluate",
            "hostname": "",
            "thread_name": "bitshares",
            "timestamp": "20140720T031055.991233"
          },
          "format": "",
          "data": {
            "trx": {
              "expiration": "20140720T045224",
              "delegate_slate_id": null,
              "operations": [{
                  "type": "register_account_op_type",
                  "data": {
                    "name": "authorize",
                    "public_data": {
                      "gravatarID": ""
                    },
                    "owner_key": "BTSX5HMrmF8yA7YkQ92x2YmfHVug2pMnmgSvJLt7gWwGtLMn7zAomc",
                    "active_key": "BTSX5HMrmF8yA7YkQ92x2YmfHVug2pMnmgSvJLt7gWwGtLMn7zAomc",
                    "delegate_pay_rate": 255,
                    "meta_data": null
                  }
                },{
                  "type": "withdraw_op_type",
                  "data": {
                    "balance_id": "BTSXJ14EEhQwndNaP66zs1EWe7tvZp7m3SCaw",
                    "amount": 10015,
                    "claim_input_data": ""
                  }
                }
              ],
              "signatures": [
                "204d71a71f7b776c33b09cae6b55ef4049ce3b7e0808bd0e8698eb0221077f1afdf848f2fb9cd9ab064441e875c7b3528ed67a6b4f51e0c2d4fe047bc95f3cb843"
              ]
            }
          }
        }
      ]
    }
  ]
]
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: toast on July 20, 2014, 03:34:43 am
The transactions don't go away when you do wallet_clear_pending_transactions?

Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: bitmeat on July 20, 2014, 03:46:58 am
I'm experiencing the same problem... Please explain if I do wallet_account_transaction_history

I see my balance is 30K BTSX less than what's shown in the UI.

There were network issues and I had 30K BTSX pending transactions forever. I sent those to Simeon II, he claims he received total of 50K (20K confirmed + the misteriously missing 30K), but now I don't know if he has that 30K or not.

I don't see it in the console.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 20, 2014, 10:58:32 pm
The transactions don't go away when you do wallet_clear_pending_transactions?

pending transaction went away but real transaction did not show on the transaction history and my balance discrepancy as shown on the screenshot ...... :'( :'( :'( :'( :'( :'( :'( :'(

any fix ..... window client still a buggy release
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 20, 2014, 11:36:47 pm
getting following information . is it normal ?
Quote
--- syncing with p2p network, 1156 blocks left to fetch
Peer 218.15.23.248:52882 disconnected us: You offered us a block that we reject as invalid
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: toast on July 20, 2014, 11:38:45 pm
The transactions don't go away when you do wallet_clear_pending_transactions?

pending transaction went away but real transaction did not show on the transaction history and my balance discrepancy as shown on the screenshot ...... :'( :'( :'( :'( :'( :'( :'( :'(

any fix ..... window client still a buggy release

And you tried rescan?
At the end of the day our funds are safe, but you might have to wait for newer versions for your wallet to display the correct amount.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: puppies on July 20, 2014, 11:52:07 pm
have you tried backing up your wallet, deleting your data directory and restarting?  I can't get the BitSharesX binary to accept any command line arguments, but I am running it on Ubuntu. 

If you do this please ensure your wallet is 100% backed up for sure.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 20, 2014, 11:54:18 pm
i rescanned my wallet and did not help.

i am not able to see any successful transaction out of my wallet . all the transactions are showing as pending . must be something wrong with windows wallet 
The transactions don't go away when you do wallet_clear_pending_transactions?

pending transaction went away but real transaction did not show on the transaction history and my balance discrepancy as shown on the screenshot ...... :'( :'( :'( :'( :'( :'( :'( :'(

any fix ..... window client still a buggy release

And you tried rescan?
At the end of the day our funds are safe, but you might have to wait for newer versions for your wallet to display the correct amount.
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: liondani on July 21, 2014, 12:42:46 am
https://bitsharestalk.org/index.php?topic=.0
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: Simeon II on July 21, 2014, 12:46:20 am
https://bitsharestalk.org/index.php?topic=.0

Nice link dani try this one:

http://www.coxar.pwp.blueyonder.co.uk/
Title: Re: BIG PROBLEM. my 2000 BTSX are missing during the same wallet account transfer
Post by: sfinder on July 21, 2014, 06:22:44 pm
liondani post a solution that work for me +5% +5% +5% +5% +5% :P :P :P :P :P


1)wallet_delegate_set_block_production ALL false

2)wallet_rescan_blockchain


3) don't forget to set again:
wallet_delegate_set_block_production ALL true