BitShares Forum

Main => General Discussion => Topic started by: kokojie on August 20, 2014, 03:52:07 pm

Title: How to adjust my delegate burn ratio after I have already registered?
Post by: kokojie on August 20, 2014, 03:52:07 pm
Say I want to adjust my delegate burn rate from 100% to 50%, how do I go about doing that?
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: maqifrnswa on August 20, 2014, 03:55:08 pm
After selecting your account in the GUI, go to "Edit" check the "delegate" box and change rate. You don't have to pay the delegate fee again, just a normal transaction fee.
Remember you can go down in pay rate, but you can't increase it.
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: kokojie on August 20, 2014, 03:56:51 pm
After selecting your account in the GUI, go to "Edit" check the "delegate" box and change rate. You don't have to pay the delegate fee again, just a normal transaction fee.
Remember you can go down in pay rate, but you can't increase it.

Hi, sorry I forgot to mention I'm running on ubuntu commandline (since I'm told it's not recommended to run in gui). How to do from command line?
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: maqifrnswa on August 20, 2014, 03:59:53 pm
I believe you have to "register" the account again, but you won't pay the delegate fee just a transaction fee (could someone else confirm that he won't pay delegate fee?) see below:

Code: [Select]
>> help wallet_account_register

Usage:
wallet_account_register <account_name> <pay_from_account> [public_data] [delegate_pay_rate]           Updates the data published about a given account
Updates the data published about a given account

Parameters:
  account_name (account_name, required): the account that will be updated
  pay_from_account (account_name, required): the account from which fees will be paid
  public_data (json_variant, optional, defaults to null): public data about the account
  delegate_pay_rate (uint32_t, optional, defaults to 255): A value between 0 and 100 for delegates, 255 for non delegates

Returns:
  signed_transaction

aliases: register
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: xeroc on August 20, 2014, 04:18:20 pm
I can remember a wallet_update_registration function but cant check atm
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: vikram on August 20, 2014, 11:02:53 pm
After selecting your account in the GUI, go to "Edit" check the "delegate" box and change rate. You don't have to pay the delegate fee again, just a normal transaction fee.
Remember you can go down in pay rate, but you can't increase it.

Hi, sorry I forgot to mention I'm running on ubuntu commandline (since I'm told it's not recommended to run in gui). How to do from command line?

Use wallet_account_update_registration command
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: kokojie on August 21, 2014, 01:12:39 pm
After selecting your account in the GUI, go to "Edit" check the "delegate" box and change rate. You don't have to pay the delegate fee again, just a normal transaction fee.
Remember you can go down in pay rate, but you can't increase it.

Hi, sorry I forgot to mention I'm running on ubuntu commandline (since I'm told it's not recommended to run in gui). How to do from command line?

Use wallet_account_update_registration command

Cool, it worked. Btw I noticed the transaction fee is now 0.5 BTSX? is  this forced or adjustable?
Title: Re: How to adjust my delegate burn ratio after I have already registered?
Post by: xeroc on August 21, 2014, 01:15:12 pm
Cool, it worked. Btw I noticed the transaction fee is now 0.5 BTSX? is  this forced or adjustable?
it will be adjustable by the delegates soon