BitShares Forum

Main => General Discussion => Topic started by: bitmeat on July 10, 2014, 09:33:08 pm

Title: Dry Run 8 Delegate Payout Issues
Post by: bitmeat on July 10, 2014, 09:33:08 pm
So let's discuss pay outs here...

(http://i61.tinypic.com/2wd27wk.png)

I can't figure out why the payment is still not reflected in my account.

What can I do to help debug this issue?
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: puppies on July 10, 2014, 09:37:08 pm
First I would try wallet _ delegate _ set_ transaction _ scanning  true.  Followed by a wallet _ rescan_blockchain.  Then for safety set wallet _ delegate _ set _ transaction _ scanning false.
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: bitmeat on July 10, 2014, 09:37:58 pm
Details:

The 6,000 XTS and 35,000 XTS were created by doing wallet_delegate_withdraw_pay krabbypatty krabbypatty <amount>

When I do wallet_get_account krabbypatty I get this in the delegate_info section (pay_balance was higher prior to withdrawal):

Code: [Select]
...
"delegate_info": {
    "votes_for": 50998374857,
    "blocks_produced": 118,
    "blocks_missed": 1,
    "pay_rate": 100,
    "pay_balance": 23794904,
    "next_secret_hash": "e83f1bb35a28829c04303c90ff69b496b77e93a0",
    "last_block_num_produced": 13074
  },
...
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: bitmeat on July 10, 2014, 09:42:43 pm
First I would try wallet _ delegate _ set_ transaction _ scanning  true.  Followed by a wallet _ rescan_blockchain.  Then for safety set wallet _ delegate _ set _ transaction _ scanning false.

When I do that, it just hangs...
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: bytemaster on July 10, 2014, 09:46:52 pm
So let's discuss pay outs here...

(http://i61.tinypic.com/2wd27wk.png)

I can't figure out why the payment is still not reflected in my account.

What can I do to help debug this issue?

Right Click & Reload?
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: bitmeat on July 10, 2014, 10:05:41 pm
Nope. Same thing. I've even restarted it, as this happened before with regular transfers.
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: cass on July 10, 2014, 10:07:51 pm
First I would try wallet _ delegate _ set_ transaction _ scanning  true.  Followed by a wallet _ rescan_blockchain.  Then for safety set wallet _ delegate _ set _ transaction _ scanning false.

When I do that, it just hangs...

maybe it needs a few minutes to rescan ...
Title: Re: Dry Run 8 Delegate Payout Issues
Post by: bitmeat on July 10, 2014, 10:19:18 pm
Ok. noted that the rescan command did not generate output. So I think when that happens it's waiting for it to finish and when I hit enter again, it might have executed it twice. Perhaps that's what was confusing it.

I will only hit enter once and wait to see if it ever finishes, but been minutes now..

OK that was it! I refreshed and now balances are in.

So... moral of the story - synchronous commands in the command line will probably need some special handling so people don't call them twice.