Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime numbers POW coin, CLIENT UPDATE v0.8.7 AVAILABLE
by
dga
on 21/03/2014, 10:56:28 UTC
I've pushed a few new changes the repository and updated the binaries to -b11.  Changes:

why RUhMA8bvsr48aC3WVj3aGf5p1zytPSz59o is added twice?
what does ypool.net do to duplicated entries?
was the 10% donation really 20%?

Code:
Fee Percentage:  5.00%. To set, use "-d" flag e.g. "-d 2.5" is 2.5% donation

xptClient_addDeveloperFeeEntry RUhMA8bvsr48aC3WVj3aGf5p1zytPSz59o: integerFee=2500
xptClient_addDeveloperFeeEntry RDrQYV7VHbnzUDX8BmcjoradKGVQaBcXXi: integerFee=125
xptClient_addDeveloperFeeEntry RNh5PSLpPmkNxB3PgoLnKzpM75rmkzfz5y: integerFee=125
xptClient_addDeveloperFeeEntry RUhMA8bvsr48aC3WVj3aGf5p1zytPSz59o: integerFee=2250

No - it's a code weirdness i inherited from clintar's build.

The first one gets overwritten by the second ones when the connection is being setup.  (To verify this, go check your connected miners list on ypool, it will show the fees).

I'll remove the unnecessary one for b12 to simplify output.

  -Dave