OSXBasedAnon / Unobtanium

Colder than CGB, Still shinier than BitBar
unobtanium.io
MIT License
5 stars 10 forks source link

Transaction Fee #12

Open roy7 opened 10 years ago

roy7 commented 10 years ago

While working on my public p2pool node I discovered all miners were being assigned maximum share difficulty work. The reason is because the default p2pool settings for the coin had a dust threshold of 1 coin. I lowered that to match BTC's setting, but it was still too high because the block reward is so small. Lowering the dust threshold to 10x the tx fee of .0001 helped some, but miners with only a few GH get pushed into unreasonable share targets only because of the tiny payments they make violating the dust threshold.

Is it intentional that the recommended fee setting for Uno is the same as BTC, even with the far smaller block rewards? If the fees were lower I could set smaller targets and people mine reasonably well. But I don't want miners collecting such small payments they will be angry when they go to spend them down the road

Do the devs have a "minimum payment" you'd like to suggest to a miner to use as the dust threshold for p2pool?