Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ROI] ROI Coin | CPU Only Solo Mining Hybrid | 15% POS | 593% Term Deposit
by
blasterspewpew
on 09/12/2017, 09:44:36 UTC
Hello Raster

I was mining from pool and wanted to try out the cluster mining but its not working I think. I have paste this in my .bat file -> hodlminer.exe -a hodl --url=http://roi.hopto.org:23110 -u mine -p miner -t 4 --coinbase-addr=RPbVMGKcipUtjdWNMwRhQEJUvyAsCmwQT3 -P -q

but it showing these weird things over and over -

* Rebuilt URL to: http://roi.hopto.org:23110/
* Found bundle for host roi.hopto.org: 0x6a1ed0 [can pipeline]
* Re-using existing connection! (#0) with host roi.hopto.org
* Connected to roi.hopto.org (81.109.239.33) port 23110 (#0)
* Server auth using Basic with user 'mine'
> POST / HTTP/1.1
Host: roi.hopto.org:23110
Authorization: Basic bWluZTptaW5lcg==
Accept-Encoding: identity
Content-Type: application/json
Content-Length: 126
User-Agent: cpuminer/2.4.3
X-Mining-Extensions: midstate

< HTTP/1.1 200 OK
< Date: Sat, 09 Dec 2017 05:53:56 +0000
< Connection: keep-alive
< Content-Length: 586
< Content-Type: application/json
< Server: roicoin-json-rpc/v1.0.2.700
<
* Connection #0 to host roi.hopto.org left intact
[2017-12-09 11:24:05] JSON protocol response:
{
   "error": null,
   "result": {
      "mutable": [
         "time",
         "transactions",
         "prevblock"
      ],
      "capabilities": [
         "proposal"
      ],
      "curtime": 1512798832,
      "mintime": 1512798127,
      "coinbaseaux": {
         "flags": ""
      },
      "version": 4,
      "longpollid": "00000131b75be02f7348d623d033712c64c35610d1a5fc05cc07286b50ad24dc10505",
      "coinbasevalue": 12000000000.0,
      "previousblockhash": "00000131b75be02f7348d623d033712c64c35610d1a5fc05cc07286b50ad24dc",
      "transactions": [],
      "noncerange": "00000000ffffffff",
      "sizelimit": 1000000,
      "target": "0000016d59000000000000000000000000000000000000000000000000000000",
      "sigoplimit": 20000,
      "bits": "1e016d59",
      "height": 19714
   },
   "id": 0
}

It is working, it just prints contents of the json objects for every block.
Try without -P -q flags, just hodlminer.exe -a hodl --url=http://roi.hopto.org:23110 -u mine -p miner -t 4 --coinbase-addr=

There is a readme file where all flags are explained.