Skip to content
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

Avoid splitting coins when minting #82

Open
shane-kerr opened this issue Aug 31, 2018 · 1 comment
Open

Avoid splitting coins when minting #82

shane-kerr opened this issue Aug 31, 2018 · 1 comment

Comments

@shane-kerr
Copy link
Member

shane-kerr commented Aug 31, 2018

Over time as new coins are minted, the wallet accumulates a lot of small amounts which also mint, and eventually the wallet is constantly trying to mint very small amounts.

People manually collect these small amounts into a single transaction, which makes the minting go more smoothly.

However, it seems like there is no reason why we cannot just add these to the coin that minted them. This would prevent these small coins from accumulating.

@shane-kerr shane-kerr changed the title Auto-consolidate MintCoins Avoid splitting coins when minting Sep 1, 2018
@shane-kerr
Copy link
Member Author

From https://github.com/MintcoinCommunity/MintCoin-Docs/blob/master/Announcements/2.0-Proposed_Revisions.md:

StakeSplitThreshold. Allow users to set a coin-value threshold for splitting an input upon minting. This will reduce the need to manually recombine resulting low-value inputs from the splitting that occurs when an input mints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant