Post
Topic
Board Pools (Altcoins)
Re: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! //
by
mikesheadroom
on 03/02/2016, 15:12:35 UTC
First off, thanks to OC for the great pool!  I've been mining at Suprnova for about 6 weeks now and have yet to successfully get Sammy's proxy mining working.  I believe I have the proxy set up correctly as it is receiving new blocks, but I cannot get ethminer to connect to the proxy.  All I get is JSON-RPC problems.  I suppose I just haven't yet found the super dumbed-down version of the instructions.  Thanks in advance for any assistance!

I am attempting to launch ethminer with this:  ethminer -G -F http://127.0.0.1:8546 --opencl-platform 1

What changes should be made if my proxy config looks like this:

{
   "threads": 2,

   "proxy": {
      "listen": "0.0.0.0:8546",
      "clientTimeout": "3m",
      "blockRefreshInterval": "100ms",
      "hashrateWindow": "15m",
      "submitHashrate": false,
      "luckWindow": "24h",
      "largeLuckWindow": "72h"
   },

   "frontend": {
      "listen": "0.0.0.0:8080",
      "login": "admin",
      "password": ""
   },


   "upstreamCheckInterval": "5s",
   "upstream": [
      {
         "pool": true,
         "name": "Suprnova ETH United States",
         "url": "http://eth-us.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova ETH Australia",
         "url": "http://eth-au.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova ETH EUrope",
         "url": "http://eth-mine.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      },
           {
         "pool": true,
         "name": "Suprnova ETH High Diff Port",
         "url": "http://eth-high.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova ETH Asia Pacific ",
         "url": "http://eth-apac.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      },
      {
         "pool": true,
         "name": "Suprnova EXPanse Pool ",
         "url": "http://exp.suprnova.cc:3000/mikesheadroom.02/20",
         "timeout": "10s"
      }
   ],

   "newrelicEnabled": false,
   "newrelicName": "MyEtherProxy",
   "newrelicKey": "SECRET_KEY",
   "newrelicVerbose": false
}