Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
MisO69
on 02/01/2016, 20:30:28 UTC
Here's a new windows SOLO mining proxy!

http://www.megafileupload.com/ikL7/riecoin_mining_proxy.zip

It's a custom version of the python stratum server designed to run between xptminer and the daemon's getblocktemplate.
You need to at least provide user/pass and an address for payouts to the proxy, unless you want it all to go to me  Smiley
Then connect your miner(s) to the proxy with any username or password.
The standard donation is %0.5 and can be easily overridden for those that can't spare any extra.
Obviously there will be some doubt in a windows executable from a newbie like me, run it in a sandbox if you like.

Code:
C:\riecoin_mining_proxy>riecoin_mining_proxy.exe -h
usage: riecoin_mining_proxy.exe [-h] [-o RPC_HOST] [-r RPC_PORT] [-u RPC_USER]
                                [-p RPC_PASSWORD] [-s STRATUM_PORT]
                                [-a ADDRESS]
                                [--give-author DONATION_PERCENTAGE]

Stratum solo mining proxy for Riecoin

optional arguments:
  -h, --help            show this help message and exit
  -o RPC_HOST, --host RPC_HOST
                        Hostname of riecoind RPC (default = 127.0.0.1)
  -r RPC_PORT, --rpc-port RPC_PORT
                        Port of riecoind RPC (default = 28332)
  -u RPC_USER, --user RPC_USER
                        riecoind RPC interface username
  -p RPC_PASSWORD, --password RPC_PASSWORD
                        riecoind RPC interface password
  -s STRATUM_PORT, --stratum-port STRATUM_PORT
                        port to listen for stratum miners (default = 3333)
  -a ADDRESS, --address ADDRESS
                        generate payouts to this riecoin address
  --give-author DONATION_PERCENTAGE
                        donate this percentage of work towards development of
                        the riecoin solo mining proxy (default = %0.5)

C:\riecoin_mining_proxy>riecoin_mining_proxy.exe -o 127.0.0.1 -u user -p pass -a RKC8bE13h9tPLUX6UpW3aQhqfVm23rGPJz

[img=http://s30.postimg.org/x00poyhkd/mining_proxy.jpg]

I gave this a try and got the proxy up and running and talking to the the wallet. When I try to get miners to connect they do and then just sit there with this as the last message..  Connected to server using x.pushthrough(xpt) protocol.

Windows firewalls are off. No antivirus firewalls or anything like that.

I think I'm using the wrong miner for the mining proxy.. Can you pls give me a link to the one I should be using with this?