Post
Topic
Board Pools (Altcoins)
Re: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 10 % BONUS per Block ! //
by
ocminer
on 14/01/2016, 11:33:47 UTC
Is there a way to mine from behind a firewall using the proxy? I've always mined through port 80, but now I get RPCon error after trying to use the proxy method?



Hi !

Sorry I just noticed there was an error on the Port 80, you can use

http://eth-us.suprnova.cc:80 for now, fix for the old 80-eth is underway and should be okay in a few hours.

@dygus:
I've asked rigs.online if you can use the proxy.. Did you try it already ?

trying to get it to work, but this error keeps coming up:



You have configured a backup upstream server in your proxy config which you need to disable if you don't have "geth" running on your local machine (127.0.0.1)

No geth running on my local machine. How might disable that? I am but a simple peasant Tongue

Look here:

https://github.com/sammy007/ether-proxy/blob/master/config.example.json

That config.json should be in your proxy directory.

Remove the

      {
         "name": "backup",
         "url": "http://127.0.0.2:8545",
         "timeout": "10s"
      }

part completely OR replace it with sammy's pool which will give you failover if suprnova should be down:

      {
         "pool": true,
         "name": "EuroHash.net",
         "url": "http://eth-eu.eurohash.net:8888/miner/YOURWALLETADDRESS/proxy",
         "timeout": "10s"
      }