Post
Topic
Board Pools (Altcoins)
Re: [ETHEREUM] [POOL] https://ETH.suprnova.cc 0% fee, 20 % BONUS per Block ! //
by
melloyellow
on 02/02/2016, 05:21:40 UTC
Hi, if someone would be willing to help me, I am trying to set up ethminer with eth-proxy, using Ubuntu 15.04

with ethminer I'm having a JSON-RPC problem.  
Code:
JSON-RPC problem. Probably couldn't connect. Retrying in 1...
  ✘  00:43:31|ethminer  Failed to submit hashrate.
  ✘  00:43:31|ethminer  Dynamic exception type: jsonrpc::JsonRpcException
std::exception::what: Exception -32003 : Client connector error: libcurl error: 7 -> Could not connect to http://162.255.170.6:8080/rig1

with eth-proxy I have a similar, a cannot listen error.
Code:
CannotListenError(self.interface, self.port, le)
twisted.internet.error.CannotListenError: Couldn't listen on 162.255.170.6:8080

I feel stupid because I imagine its a silly thing I don't understand that will fix it.  For instance in the eth-proxy.conf file I am not sure if its as simple as putting down the IP of my machine as the Host address for my workers.  

I'm also not really sure if I need to be running geth or eth in a different terminal (in addition to running ethminer) and if I need to have them up to date on the most recent block.  Also I don't understand if I need to manually create a DAG file ??

You should post your configs for ethminer and the proxy so we can see what you're doing wrong.  It looks like you're trying to send ethminer over the internet to your proxy in another location, probably not what you intended.  I have to log off but I'm sure someone can help.

This is my config for eth-proxy:
Code:
# Host and port for your workers
HOST = "162.255.170.6"
PORT = 8080

# Coin address where money goes
WALLET = "0xd50698b6dd1451ddfd4f34f14b0651e02f7329c5"

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "mail@example.com"

# Main pool
POOL_HOST = "eth-us.dwarfpool.com"
POOL_PORT = 8008

# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER = 8008

# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

And I'm not exactly sure what you mean by config for ethminer, because I just start it with command line:  
Code:
ethminer --farm recheck -G -F http://127.0.0.1:8332/Amazing.rig1:pw
  Note:  I can't seem to add '200' in the command after the farm recheck because I get a 'argument error'.

Is there a config file for ethminer, and where would it be?  in the .ethereum directory or .ethash directory I don't find config files.

I appreciate the help.  I am currenly mining for ethpool with qtminer, but I am wanting to switch pools and mine directly using ethminer and my own stratum proxy because I think I will get increased payouts.

Your host should be

HOST = "0.0.0.0" (if miners and proxy are on the same network)

and delete the farm recheck stuff

ethminer -G -F http://Your.Local.IP.AddressOfProxy:8080/RigName

if ethminer is on the same computer as the proxy then use 127.0.0.1

Your main pool is the same as your backup pool too.  Give ocminer some love