I've been asked to include your miner, in my automated mining software (
www.profitbotpro.com); however, I have a few questions:
#1 When will your miner support other CN algo's? The 1st page mentions CN8, but not any of the others.
#2 When will you have a release-ready version? It seems you folks may still be in beta?
Of course, there's 35 pages of forums.... so maybe I missed some information.

Have a good day.
Randy
Hi Randy!
Yeah, we probably had expected to be including more variants at this point, but right now CNv8 is the only CN family algo. I believe we'll make a push in Jan though.
The beta status is more due to missing features rather than stability issues etc. I'd say the major remaining feature is pool failover support. With that added, I think we might drop the beta tag, it's almost a little silly that it's still around

.
-- K
Thanks for the reply. I have your miner, mining... however, it's not letting me connect to the API.
Miner says: [2018-12-31 06:36:50] API initialized on 127.0.0.1:8080
Webpage says: (
http://127.0.0.1:8080/)
This page isnt working 127.0.0.1 sent an invalid response.
ERR_INVALID_HTTP_RESPONSE
Here's what I need from the API:
total hashrate, accepted shares, rejected shares, total shares (I can extrapolate rejected if you just give me total & accepted)
*** To add to this further.... if I go to powershell and run:
$api = Invoke-RestMethod -Uri "
http://127.0.0.1:8080" -Method Get
PS C:\Users\randy>
$api = Invoke-RestMethod -Uri "
http://127.0.0.1:8080" -Method Get
Invoke-RestMethod : The server committed a protocol violation. Section=ResponseStatusLine
At line:2 char:8
+ $api = Invoke-RestMethod -Uri "
http://127.0.0.1:8080" -Method Get
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
With the miner running:
PS C:\Users\randy> netstat
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:6870 MR04:61890 ESTABLISHED
TCP 127.0.0.1:8080 MR04:62798 TIME_WAIT
TCP 127.0.0.1:8080 MR04:62799 TIME_WAIT
TCP 127.0.0.1:8080 MR04:62808 TIME_WAIT
Miner not running (nothing else using 8080)
PS C:\Users\randy> netstat
Active Connections
Proto Local Address Foreign Address State
TCP 127.0.0.1:6870 MR04:61890 ESTABLISHED
TCP 127.0.0.1:11331 MR04:57470 ESTABLISHED
TCP 127.0.0.1:11331 MR04:57471 ESTABLISHED
TCP 127.0.0.1:56657 MR04:56658 ESTABLISHED
TCP 127.0.0.1:56658 MR04:56657 ESTABLISHED
Thanks.
to convert to an HTTP interface, or (prob more appropriately) just pull bits and pieces out to create your own API comms module for your platform.