bitshares1-core
bitshares1-core copied to clipboard
RPC call similar to VOTE that will claim the yield on all accounts.
It should merely withdraw a transaction fee from each unspent balance and have no deposits that require scanning.
What should it do if the yield would be really small? I think it shouldn't claim the yield on any balance if that yield would be smaller than some user-specified minimum argument, which defaults to 2x the transaction fee.
Closing, since #817 is a duplicate and already closed.
#817 was closed for being a duplicate. We still do not have a command for withdrawing all yield.
What's the use case? Wouldn't that just hurt someone by setting them back to the beginning of the yield curve?
It's not clear to me that doing this would be strictly negative for someone, since, if all else is equal between two balances, the first one to claim yield will get more than the second one to claim. Since expected yield can decrease in this way, it seems handy for a person to be able to lock in their current expected yield by claiming it in all in one transaction.
@bytemaster can further comment on the motivation.