-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send bitcoin to owners #298
Comments
Interesting idea. Might be useful. Seems low priority for now, unless a On Sun, Dec 28, 2014 at 1:52 PM, dexX7 [email protected] wrote:
|
This is useful for companies issuing "dividends". Companies can issued fixed tokens (shares). And the btc dividends can be distributed proportionally to those that the hold company tokens, |
Well, they can already do BTC dividends manually, so nobody is waiting for On Fri, Jan 2, 2015 at 12:18 AM, Bitoy [email protected] wrote:
|
It really comes down to the question how much utility should be provided. As you mentioned, it is no problem to get a list of balances/holders and to send some coins manually without a specific function for this task, nor some special (Master) transaction to track such transactions. I initially started this thread, because it's one of those (marketing) points sometimes mentioned: "x can/can't do BTC dividends!" -- well, and because it would indeed be handy. ;) |
I mentioned on the other thread
Reflecting on my earlier comments, these BTC functions (Bitcoin STO, Bitcoin Crowdsales etc) I do believe are significant product enhancements. The most commonly used example is that of a mining company (Quantum Miners) - if we actually follow that example through then the most likely scenario is the mining farm owner wanting to split N BTC of profits between people with shares in the farm (an effective Bitcoin STO). Fully agree that this can be done manually, but we have the math already in the codebase so at some point in the future I think it would be a nice addition :) Thanks |
A Master Core client has everything to "send bitcoins to owners" with the RPC call
getallbalancesforid_MP
to grap all balances of a property andsendmany
,createrawtransaction
or the UI to send bitcoin.Nevertheless it would be useful, if there were a "send bitcoin to owners" function to skip the step of manually sending the coins.
This is mainly a topic for Master Core, but actually, it could as well be specified here, and on top, when sending a transaction which transfers bitcoin to owners, the transaction could carry a data package to "flag" such a transaction explicitly, so that transaction explorers can identify transactions of this kind more easily.
The text was updated successfully, but these errors were encountered: