Šta je novo?

Ethereum [ETH] (Ethash)

Za koji pool ste se odlučili?

  • DwarfPool

    Glasovi: 106 17.6%
  • Ethermine

    Glasovi: 278 46.1%
  • ethpool

    Glasovi: 26 4.3%
  • Coinotron

    Glasovi: 71 11.8%
  • Nanopool

    Glasovi: 122 20.2%

  • Ukupno glasača
    603
Znaci ovako?????


###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOSTORT/
# ethminer.exe --farm-recheck 300 -G -F http://HOSTORT/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)
# CN-Server: eth-cn.dwarfpool.com (Shanghai)
# SG-Server: eth-sg.dwarfpool.com (Singapore)
# AU-Server: eth-au.dwarfpool.com (Melbourne)
# ASIA-Server: eth-asia.dwarfpool.com (Taiwan)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

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

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

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

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

# 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 = "[email protected]"

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

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

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

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


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

BAT FILE
./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/rig1
 
ako ti je ovo adresa kompa kuci 192.168.1.100 to moras i u bat da stavis
 
Znaci ovako:smash:

###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOSTORT/
# ethminer.exe --farm-recheck 300 -G -F http://HOSTORT/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)
# CN-Server: eth-cn.dwarfpool.com (Shanghai)
# SG-Server: eth-sg.dwarfpool.com (Singapore)
# AU-Server: eth-au.dwarfpool.com (Melbourne)
# ASIA-Server: eth-asia.dwarfpool.com (Taiwan)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

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

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

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

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

# 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 = "[email protected]"

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

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

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

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


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

BAT FILE
./ethminer --farm-recheck 200 -G -F http://192.168.1.100:8080/rig1
 
Ili ovako ako moze sa turbo pogonom- ethminer -G --cl-global-work 16384 -F;)

###
# Examples of command line for miners:
#
# ethminer.exe --farm-recheck 200 -G -F http://HOSTORT/
# ethminer.exe --farm-recheck 300 -G -F http://HOSTORT/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)
# CN-Server: eth-cn.dwarfpool.com (Shanghai)
# SG-Server: eth-sg.dwarfpool.com (Singapore)
# AU-Server: eth-au.dwarfpool.com (Melbourne)
# ASIA-Server: eth-asia.dwarfpool.com (Taiwan)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

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

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

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

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

# 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 = "[email protected]"

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

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "eth-ru.dwarfpool.com"
POOL_PORT_FAILOVER1 = 8008

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

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


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

BAT FILE
./ethminer --farm-recheck 200 -G -F http://192.168.1.100:8080/rig1 --cl-global-work 16384
 
Poslednja izmena:
..Jel normalna ovakva oscilacija u hash rate
 

Prilozi

  • cudni mhs.png
    cudni mhs.png
    323.4 KB · Pregleda: 138
Poslednja izmena:
izasla novija verzija minera
Claymore's Dual Ethereum+Decred AMD GPU Miner.
=========================

Latest version v2.0:

- Added Stratum support for Decred.
- Added "-esm 2" option for "miner-proxy" Stratum version - for such pools like coinotron, coinmine, etc.
- Default "-dbg" value is "0" now, log file is created by default. You can disable it with "-dbg -1" option.
- If GPU thread hangs and its speed is not updated, miner shows zero speed for that card.
- Added "-wd" option.
- Added "-r" option.
- Additional checks related to DAG files: checking disc space, removing invalid DAG files.
- Bug fixes.
 
miner je new 2, pool cointorn, po meni on najbolje daje i pored sporadicnih stucanja....
 
..Jel normalna ovakva oscilacija u hash rate
Ja mislim da si prenategao local ili global work komande u bat fajlu druze, tako je meni razbacano davala kad sam se igrao sa vrednostima te dve komande, ne bi li nasao sweet spot...Ako je to slucaj i kod tebe, moj savet ti je da samo ostavis farm-recheck 200 i -G komandu, ako si na proxyju i to je to, brisi global i locak work, jer to miner sam izracuna najbolje za tvoju kartu, tako ti je optimizovano i milina.
 
izasla novija verzija minera
Claymore's Dual Ethereum+Decred AMD GPU Miner.
=========================

Latest version v2.0:

- Added Stratum support for Decred.
- Added "-esm 2" option for "miner-proxy" Stratum version - for such pools like coinotron, coinmine, etc.
- Default "-dbg" value is "0" now, log file is created by default. You can disable it with "-dbg -1" option.
- If GPU thread hangs and its speed is not updated, miner shows zero speed for that card.
- Added "-wd" option.
- Added "-r" option.
- Additional checks related to DAG files: checking disc space, removing invalid DAG files.
- Bug fixes.

Hmm zanimljivo, da li daje vise mhs od genoila, jel vredan instalacije i prebacivanja, ili...?
 
Moguce da si u pravu.Ovo sam nasao negde na netu

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
timeout /t 3

ethminer -G -S coinotron.com:3344 -O hogarstrasni.hogar:xxx --cl-global-work 16384 --cl-local-work 256
 
Evo sad sam daunlodovao dvojku ali mi nije jasno bas oko BAT-e.Stoji ovako za kointron

EthDcrMiner64.exe -epool coinotron.com:3344 -ewal Redhex.rig1 -esm 2 -epsw x -dpool http://dcr.suprnova.cc:9111 -dwal Redhex.my -dpsw x -allpools 1

Ne znam da li je ovo za dva pula (cointron i supernova) ili je sve za oba???Ima mozda neko objasnjenje
 
I koliko vam daje taj novi miner eth-dcr

Послато са HUAWEI Y300-0100 уз помоћ Тапатока
 
E alal ti cufte.Proradilo i kod mene.Pici kao ludo.Puno brze je sa proxijem. Jedino sta ti znaci ono COLOR 7
 
Vrh Dno