Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
PttnMe
on 15/09/2018, 21:58:41 UTC
I just published some rieMiner Benchmark results here, so people can compare and have an idea of mining speeds. Do not hesitate to benchmark and submit your result too. Be sure to use the Standard or Easy Benchmark parameters.

One standalone binary for Windows 64 bits is provided for rieMiner 0.9β1, but was not much tested. It should work on Core 2 Duo computers and higher. I even got it working on Wine! You can download it in the rieMiner GitHub release page.
How can i setup it to riepool.ovh?

Create a rieMiner.conf file next to the executable containing:

Code:
Host     = riepool.ovh
Port     = 8000
User     = User.Worker
Pass     = Password
Protocol = Stratum
Threads  = 8

Change User, Pass, and Threads fields to what they should be. Read the README.md file in the source code/project's page for more options.

For XPoolX:

Code:
Host     = mining.xpoolx.com
Port     = 5000
User     = User.Worker
Pass     = Password
Protocol = Stratum
Threads  = 8

For uBlock.it:

Code:
Host     = mine.ublock.it
Port     = 5000
User     = User.Worker
Pass     = Password
Protocol = Stratum
Threads  = 8

For solo mining (change Host and Port if needed, and set the User, Pass, Address, and Threads to what they should be):

Code:
Host     = 127.0.0.1
Port     = 28332
User     =
Pass     =
Protocol = GetBlockTemplate
Address  =
Threads  = 8