Post
Topic
Board Announcements (Altcoins)
Re: [ROI] ROI Coin | CPU Only Solo Mining | 8% Staking APR | 400% Term Deposit APR
by
kostepanych2
on 01/01/2018, 20:03:12 UTC
If you remove -q -D  from the bat file it will show you hashrate.
-q silences output -D is a whole lot of debug information.
Thanks, now I see hashrate...

How to make deposit? What deposit address should I use?

DO you want to solo mine?
Then I suggest you follow what I have written above.

If you want to mine to cluster or pool (pool is not functioning correct today)
you have to input your wallet address in the bad file, and use the config outlined on the cluster website or the pool website.
When using miners from http://roicluster.miner-pools.com/ I get JSON objects in miner log:
Code:
< HTTP/1.1 200 OK
< Date: Mon, 01 Jan 2018 20:02:47 +0000
< Connection: keep-alive
< Content-Length: 582
< Content-Type: application/json
< Server: roicoin-json-rpc/v1.1.2.000
<
* Connection #0 to host localhost left intact
[2018-01-01 23:02:47] JSON protocol response:
{
   "error": null,
   "result": {
      "mutable": [
         "time",
         "transactions",
         "prevblock"
      ],
      "capabilities": [
         "proposal"
      ],
      "curtime": 1514836967,
      "mintime": 1514836664,
      "coinbaseaux": {
         "flags": ""
      },
      "version": 4,
      "longpollid": "000008ade954223c427fa69bae5b76256dedf96de909e1994e20552e71246b9e3",
      "coinbasevalue": 12000000000.0,
      "previousblockhash": "000008ade954223c427fa69bae5b76256dedf96de909e1994e20552e71246b9e",
      "transactions": [],
      "noncerange": "00000000ffffffff",
      "sizelimit": 1000000,
      "target": "00000afa14000000000000000000000000000000000000000000000000000000",
      "sigoplimit": 20000,
      "bits": "1e0afa14",
      "height": 33258
   },
   "id": 0
}
What does it mean and how to check hashrate?