It's this file -> eth-miner.conf
there is no eth-miner.conf not in proxy folder, not in ethminer folder
etherminer folder file list:
/dag0/
cudart64_75.dll
ethminer.exe
libcurl.dll
libmicrohttpd-dll.dll
OpenCL.dll
link for latest ethminer from Genoil
https://github.com/Genoil/cpp-ethereum/tree/stratum/releaseshere is the link for dwarf updated proxy.
http://dwarfpool.com/eth#proxy . once unzipped goto the eth-proxy folder
goto your conf file.. and edit it like mine only replace the closest stratum server with your location thats closest to you.. Then make sure to change the payout address in the conf
###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/
# ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/rig1
#
# ethminer.exe -G -F http://127.0.0.1:8080/
# ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/rig1
#
# farm-recheck parameter is very individual. Just test different values.
#
# You can submit shares without workername or
# You can provide workername:
# - with url like "/rig1"
# - or use automatically numbering(integer) based on IP of miner
#
# Servers:
# EU-Server: eth-eu.dwarfpool.com (France)
# US-Server: eth-us.dwarfpool.com (EastCoast: Montreal,Canada)
# US-Server: eth-us2.dwarfpool.com (WestCoast: Las Vegas)
# RU-Server: eth-ru.dwarfpool.com (Moscow)
# HK-Server: eth-hk.dwarfpool.com (Hong-Kong)
# CN-Server: eth-cn.dwarfpool.com (Shanghai)
# SG-Server: eth-sg.dwarfpool.com (Singapore)
# AU-Server: eth-au.dwarfpool.com (Melbourne)
#
###
# Select Ethereum ETH or Expanse EXP
COIN = "ETH"
# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8546
# Coin address where money goes
WALLET = "0x678808033b4fa7ff76c8e75cb366a21d2820c3d2"
# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"
# 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 = True
MONITORING_EMAIL = "
[email protected]"
# Main pool
POOL_HOST = "eth-us.dwarfpool.com"
POOL_PORT = 8008
# Failover pool
POOL_FAILOVER_ENABLE = True
POOL_HOST_FAILOVER1 = "eth-us2.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008
POOL_HOST_FAILOVER2 = "eth-eu.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008
POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008
# Logging
LOG_TO_FILE = True
# Enable debug
DEBUG = False
then make a shortcut to the ethminer.. i just right click the exe and send to desktop as a shortcut. then right click that .. edit properties.. here is what my file looks like
"E:\Program Files\Ethereum 0.9.41\Release\ethminer.exe" --farm-recheck 200 -G --opencl -F http://127.0.0.1:8546/0x678808033b4fa7ff76c8e75cb366a21d2820c3d2/hd7970gtwy --cl-local-work 256 --cl-global-work 8192
Hope that helps you out
Best Regards
Doug
Edit take note that i change the proxy port to 8546.. also if you have other rigs on the network then you have to get the ip of the machine running hte proxy so that you can edit the 127.0.0.1 on the ethminer command line to the ip of the machine running the proxy.