BitShares Forum

Main => General Discussion => Topic started by: Saleh on July 20, 2014, 07:13:30 am

Title: Pending for a long time after I transfered some bts to myself
Post by: Saleh on July 20, 2014, 07:13:30 am
I voted for some delegates, and then transfer some bts to myself. After almost 1 hour still shows me "Pending" in Recent Transactions.

Pending    bitcoiner bitcoiner hha 100 BTSX  0.1 BTSX
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: xeroc on July 20, 2014, 10:38:06 am
wallet_clear_pending_transactions

wait ... check if the transaction is still pending .. if not .. retry
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: networker on July 20, 2014, 11:39:38 am
wallet_clear_pending_transactions

wait ... check if the transaction is still pending .. if not .. retry

After I use this command,  the transaction history disappear and my balance is still zero.  All of my BTS disappear!!!
What happened? Will I lose my BTS?
I just send my BTS from one of my accounts to another and it's in pending state.
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: bitmeat on July 20, 2014, 11:46:46 am
wallet_clear_pending_transactions

wait ... check if the transaction is still pending .. if not .. retry

After I use this command,  the transaction history disappear and my balance is still zero.  All of my BTS disappear!!!
What happened? Will I lose my BTS?
I just send my BTS from one of my accounts to another and it's in pending state.

I had a similar problem with someone I was sending to. We have 3 transactions missing from our ledger when we do wallet_account_transaction_history. He is missing 1 on the receiving end, I am missing 2 on the sending.

However the total amount seems to be correct. But it is still worrysome, especially if exchanges are using this and transactions disappear from the ledger, they won't be able to tell where it came from.

That said, you should also try to rescan from the console type:

Code: [Select]

wallet_rescan_blockchain


Restart/Rinse/Repeat.
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: networker on July 20, 2014, 11:52:25 am
I still can't find my BTS sent to another account after I run wallet_rescan_blockchain
When I run wallet_account_transaction_history there is no transaction about pending state.
BTS balance just disappear. How can I find it back?
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: xeroc on July 20, 2014, 12:05:40 pm
You could also trx runnimg the deamon manually with --resync-blockchain
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: networker on July 20, 2014, 12:08:03 pm
How to do it in a windows wallet?
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: xeroc on July 20, 2014, 12:14:40 pm
quit/kill the wallet and delete the chain folder (only chain) in the .BitSharesX directory .. then restart wallet .. should start resync the chain ..
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: networker on July 20, 2014, 12:39:25 pm
I deleted chain folder. After resync the chain,  my account's balance is still zero.
My account is networker. I send all of my bts to another account yuanbao
BTS disappear after I run wallet_clear_pending_transactions command when I found transaction in pending state.
Can anyone help me?  I lost over 200000 BTS :'(
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: bitmeat on July 20, 2014, 12:43:19 pm
I deleted chain folder. After resync the chain,  my account's balance is still zero.
My account is networker. I send all of my bts to another account yuanbao
BTS disappear after I run wallet_clear_pending_transactions command when I found transaction in pending state.
Can anyone help me?  I lost over 200000 BTS :'(

I hope you exported your wallet before you deleted anything. There are some nasty glitches as I pointed out in my other thread... I hope Invictus will debug and figure out it's just a bug in the UI, but the network is fine. It is worrysome that some transactions can disappear from the ledger. Until that's fixed, we won't see an exchange willing to work with BTSX, since they won't be able to tell who it came from.
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: xeroc on July 20, 2014, 01:05:23 pm
Very strange .. no balance .. no tx ..

Could you create a new wallet (wallet_create) and import your btc/pts key to a new account in that wallet, rescan and check balance and txs?
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: networker on July 20, 2014, 02:02:36 pm
solved

https://bitsharestalk.org/index.php?topic=5767.msg78479#msg78479
Title: Re: Pending for a long time after I transfered some bts to myself
Post by: sfinder on July 21, 2014, 06:17:32 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

Title: Re: Pending for a long time after I transfered some bts to myself
Post by: Saleh on July 22, 2014, 07:44:17 am
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

Awesome, also works for me. Thanks very much