-
Notifications
You must be signed in to change notification settings - Fork 176
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
Staking creates one cent output #311
Comments
When a stake transaction is successfully created, it it very flexible. More inputs can be added to receive interest on all of them. This can be used to harvest interest on all coins at once. I propose this to be configurable.
|
This would explain a lot. Thanks for the info! |
@Foggyx420 You can do the same with single wallets. Just create more addresses and send money there. Use coin control features to see your coins. |
yea i use coin control that how i devised up my coins between the grc addresses. I was doing some testing on how it would pick coins for staking and if u could stake more often. This has proven true it seems. I do plan to expand to all 10 staking address. |
Fixed in #301. But more research is needed on why other Coins split the stake output to half. |
Coin stake seems to always produce one cent output in addition to the normal output.
I merged this output with the normal output and testing it in testnet. So far it seems to work. Other proof of stake coins seem to split the stake output in half. Gridcoin changed that code (src/wallt.cpp/CreateCoinStake) with a comment:
The text was updated successfully, but these errors were encountered: