BitShares Forum

Other => Graveyard => DevShares => Topic started by: iamabtsgirl on December 22, 2014, 07:48:11 pm

Title: I registered a 10% delegate but network charge me 598,811.88118 DVS
Post by: iamabtsgirl on December 22, 2014, 07:48:11 pm
it must be something wrong with DEV network. I registered a 10% delegate but network charge me  598,811.88118 DVS . please look into this issue. Thanks

Quote

dev (unlocked) >>> update_registration sunny.spring spring null 10
 TIMESTAMP           BLOCK     FROM                TO                  AMOUNT                  MEMO                                        FEE                 ID
========================================================================================================================================================================
|2014-12-22T09:23:47 PENDING   spring              sunny.spring        598,811.88118 DVS       Fee to promote sunny.spring to a delegate   0.50000 DVS         81ecc52b|
|                              spring              sunny.spring        0.00000 DVS             Update sunny.spring's public data                                       |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Title: Re: I registered a 10% delegate but network charge me 598,811.88118 DVS
Post by: Xeldal on December 22, 2014, 08:12:43 pm
The max block payout was increased to 500 DVS on DevShares.

but I think your right.  it should have only been a fee of 59,881.18811 @ 10%

Assuming they intended it to pay for the fee after 2 weeks of producing blocks like BitShares does.

With the current fee it will take you 20 weeks to recoup.  Was this intended?

Title: Re: I registered a 10% delegate but network charge me 598,811.88118 DVS
Post by: theoretical on December 22, 2014, 08:41:24 pm

Sounds like https://github.com/BitShares/bitshares/issues/1171 -- we increased the fee by x10 because we increased the reward by x10, but the calculation for the amount of the fee was already based on the reward, so the second x10 effectively made the payout 20 weeks instead of 2 weeks.

This should be fixed in the latest version, can you give us "about" RPC output and tell us what version you are running?
Title: Re: I registered a 10% delegate but network charge me 598,811.88118 DVS
Post by: Xeldal on December 22, 2014, 08:52:56 pm
Fee's for my delegate were x10 also
 
here's my about
Code: [Select]
"client_version": "v0.4.28-dev1",
  "bitshares_revision": "72c9c16dcaf09907a4c2e068fa3f947c2eefaac9",
  "bitshares_revision_age": "74 hours ago",
  "fc_revision": "594ef43f76a4c1e471e2d160d54f5cb4d88777db",
  "fc_revision_age": "7 days ago",
  "compile_date": "compiled on Dec 20 2014 at 15:16:19",
  "boost_version": "1.54",
Title: Re: I registered a 10% delegate but network charge me 598,811.88118 DVS
Post by: vikram on December 23, 2014, 10:24:22 pm
This should be fixed in the latest version, can you give us "about" RPC output and tell us what version you are running?

It only matters what version all the block signers are running--haven't yet tagged a version with the fee fix.