Bitcoin Forum
June 24, 2024, 02:40:27 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: August 16, 2017, 05:27:49 AM
OK, got it too work like 1 time, but then I think I crashed it trying to change a setting to get my GPU working at 100%.

Here's my new batch file, turns out I was missing the "miner.exe file download all together.
So, do I launch it using my .bat command, below, or by clicking on the miner.exe using windows 10?

New ethminer.bat file:

Setx GPU_FORCE_64BIT_PTR 0
Setx GPU_MAX_HEAP_SIZE 100
Setx GPU_USE_SYNC_OBJECTS 1
SET GPU_SINGLE_ALLOC_PERCENT = 100
ethminer.exe --farm-recheck 300 -G -U -F http://192.168.1.198:8080

Or, should it be:

Setx GPU_FORCE_64BIT_PTR 0
Setx GPU_MAX_HEAP_SIZE 100
Setx GPU_USE_SYNC_OBJECTS 1
SET GPU_SINGLE_ALLOC_PERCENT = 100
#ethminer.exe -G -F http://127.0.0.1:8080/
#ethminer.exe --farm-recheck 300 -G -U -F http://192.168.1.198:8080

(yes there are no # signs in the actual file, but it kept deleting my address as suspicious for the 127 one)


Thanks so much for your time/help!

2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork. on: August 16, 2017, 04:43:29 AM
Can anyone give a new guy a hand on windows 10.  Switching over from Bitcoin, I can get the proxy to run and show up like it should, but I can not for the life of me get any miners going- see below-

https://i.imgur.com/55hzUFz.jpg

and

http://imgur.com/npRS5Xm


and here is my config file:

###
# 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:  eu1.ethermine.org Port: 4444
#    US East-Server:  us1.ethermine.org Port: 4444
#    US West-Server:  us2.ethermine.org Port: 4444
#    Asia-Server:  asia1.ethermine.org Port: 4444
#
###

# Select Ethereum ETH
COIN = "ETH"

# Host and port for your workers
HOST = "192.168.1.198"
PORT = 8080

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

# 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 = False
MONITORING_EMAIL = "mail@example.com"

# Main pool
POOL_HOST = "us1.ethermine.org"
POOL_PORT = 4444

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eu1.ethermine.org"
POOL_PORT_FAILOVER1 = 4444

POOL_HOST_FAILOVER2 = "eth-us.dwarfpool.com"
POOL_PORT_FAILOVER2 = 8008

POOL_HOST_FAILOVER3 = "eth-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = False

# Enable debug
DEBUG = False
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!