Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
MisO69
on 19/01/2016, 21:40:20 UTC
Why do not you ask those who have developed the miner for gpupool.com to release their source code or who has released the binary of "Riecoin_mining_proxy" without source?
I did ask for the mining proxy's code. The gpupool code is not relevant because it has (at least in my eyes) no real value to the community, because the author did not improve the mining algorithm, something everyone could benefit from.

Let's not all be too hasty, might be a bit of language barrier here as well but Simba84 has provided a 0% pool for Riecoin and an improved miner so obviously he shows support, now I have not tried the miner personally but maybe the right thing to do would at least make it work for any pool so that all might benefit and evaluate the results for themselves.

The source actually already is available, it's only gatra's fork of the python stratum server, minus some of the other coin algo's stuff coded in there so I could get the darn thing to build on windows, the hardest part to figure out how to get around the epoolreactor requirement when using windows since we only want to use python, instead of it being a twisted internet service type of application.

Now, of course I did write a loader for it and added a simple dev fee and to be honest I'll have to back track quite a bit if someone wanted an exact copy of the current proxy but as I had mentioned before I had been working on some simple web stats for the proxy and it more or less has morphed into a complete integrated mining pool now.

I have even sort of coined the name 'WIMP' for windows integrated mining pool.

Payouts are made p2pool style right in the coinbase with a similar time based pplns payout system.
Moving forward I have solved most of the compilation issues with other algo's like scrypt and x11 etc... so pool can support most all coins.

I'm probably a week or two from completion but all code will be open source and available on github but I won't clog up the this thread with all that discussion.

Here's a little teaser, all the found blocks are real and can be found in the riecoin block chain if you want to view the payouts, even shows up as p2pool in the block explorer.


http://postimg.org/image/as9ldzoul/

Note: the weird looking address is pool even accepts mining key.
 

I was looking for some sort of windows based mining proxy or pool for scrypt coins. Really happy that your expanding your mining proxy software into something the community needs.