Search content
Sort by

Showing 13 of 13 results by peteee
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork.
by
peteee
on 14/03/2016, 03:16:46 UTC
Hello i want to tested proxy i have some question

My IP is 192.168.1.13
workername 290

this is my conf file :

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/290
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/290
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/290
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/290"
#   - 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 = "192.168.1.13"
PORT = 8080

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

# To donate please use wallet ""

# 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 = "pete.s@bk.ru"

# 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-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False


This is my .bat file

eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

-------------------------------------------------------------------

second .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 = 8080

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

# To donate please use wallet ""

# 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 = "pete.s@bk.ru"

# 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-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

i use this same .bat " eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080"

i have still NEW_JOB MAIN_Pool



which is ok or where i have problem in config

Thank's for reply!

Anyone can help me?!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] Stratum for Ethereum. Increase earning up to 20% compared to getwork.
by
peteee
on 12/03/2016, 23:30:26 UTC
Hello i want to tested proxy i have some question

My IP is 192.168.1.13
workername 290

this is my conf file :

###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/290
#   ethminer.exe --farm-recheck 300 -G -F http://HOST:PORT/290
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 100 -G -F http://192.168.0.33:8080/290
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/290"
#   - 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 = "192.168.1.13"
PORT = 8080

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

# To donate please use wallet ""

# 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 = "pete.s@bk.ru"

# 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-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False


This is my .bat file

eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080

-------------------------------------------------------------------

second .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 = 8080

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

# To donate please use wallet ""

# 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 = "pete.s@bk.ru"

# 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-hk.dwarfpool.com"
POOL_PORT_FAILOVER3 = 8008


# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False

i use this same .bat " eth-proxy.exe --farm-recheck 200 -G -F http://127.0.0.1:8080"

i have still NEW_JOB MAIN_Pool



which is ok or where i have problem in config

Thank's for reply!
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s don't buy!
by
peteee
on 23/10/2014, 21:05:22 UTC
Anybody have A2MEGA 110mh/s?
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s don't buy!
by
peteee
on 23/10/2014, 20:47:49 UTC
i'm back to clevermining Smiley
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s don't buy!
by
peteee
on 23/10/2014, 18:36:42 UTC
thank's for reply in http://clevermining.com/ i have better hashrate 250-260mh total. At this moment in wemineltc i have 78205 on a2mega 110mh/s :/
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s don't buy!
by
peteee
on 23/10/2014, 16:00:12 UTC
I'm from Poland i use EU ASIC Only Server (1000 Locked Diff): stratum+tcp://asic1.wemineltc.com:3333 and i get
http://www.iv.pl/images/44882526583355270311.jpg

I have 2x Zeus 44mh/s , 1 x 30 mh/s, Gridseed set 42mh/s and a2 mega 110mh/s, a2 mega whetever pool i join is slowly :/ than 110mh/s

Once in suchpool i have 100mh and suprnova. Theoretically, this should be about 250-260mh and is 220mh / s (wemineltc) on coinotron I had 240mh / s Regards


Edit : i have second image http://www.iv.pl/images/48389080574969724082.jpg


Please help me! WUtility told 90mh/s AVG 110mh/s :/  http://www.iv.pl/images/48389080574969724082.jpg
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s don't buy!
by
peteee
on 23/10/2014, 14:12:58 UTC
Minereu do not lie, you have a lot of messages and even he admitted that Zeus does have a better machine. I've tried wemineltc ASIC port asic coinotron port (in this case at all kicking me 70mh / s) I am using the A2 mega with this link https://www.dropbox.com/sh/g8eg3goi11jkot4/AABbzkuI-dBTFX5sdqrRigMga?dl=0
Liteguardian asic port it's the same problem :/
Do you have any ideas what to do? Chips walk on 1200mh.

On suchpool.pw and suprnova i have 100mh/s for a moment :/

At this moment i change to stratum+tcp://asic1.wemineltc.com:3333 ane we see what's happends.
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s dont buy!
by
peteee
on 21/10/2014, 19:49:29 UTC
Dont buy this miner! I have never got 110mh/s i have only 88mh/s I lost my money ;/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CUM] [SCRYPT POW/POS] Cummingtonite
by
peteee
on 29/09/2014, 18:37:19 UTC
shit coin i waste 2 hours. :/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CUM] [SCRYPT POW/POS] Cummingtonite
by
peteee
on 29/09/2014, 18:22:12 UTC
Propably DEAD :/ I want to mining this i change my all rigs to this coin and for the first 30 minutes be ok next to hashrate lower to 0. :/
Post
Topic
Board Mining (Altcoins)
Re: A2MEGA 110mh/s
by
peteee
on 27/09/2014, 09:07:17 UTC
NO HW Errors, small rejecets. There is screen http://www.iv.pl/images/57948514354109617802.jpg on pool i have only 88-95max. Regards
Post
Topic
Board Mining (Altcoins)
Topic OP
A2MEGA 110mh/s don't buy!
by
peteee
on 26/09/2014, 22:03:08 UTC
Hello i have buy one A2MEGA from MinerEU.com and i have 110mh/s on scripta a2 / new a2 terrminator image but for pool like coinotron.com, liteguardian.com plncoinmining.org, wemineltc.com and i get maximum 80-90mh/s on pool. I have some Zeus 30mh/s and 40mh/s and i so better than A2. Manufactured told A2MEGA got 110mh/s and get 88mh/s always but Zeus told 40mh/s and i get 44 mh/s. Best wishes and maybe somebody have resolved for my problem?
Post
Topic
Board Mining (Altcoins)
Re: [MinerEU.com]Scrypta controller for 28nm Innosilicon A2 Miners
by
peteee
on 21/09/2014, 20:17:17 UTC
I have A2MEGA nad  the same problem, i'm installing RASPIAN next to install Scripta and miner dose'nt work :/ If i use A2 software my miner is up for 3 munutes and hashrate gone down :/ I use   A2 Image Orginal (2014-05-21) user: pi / psw: innosilicon
- InnoSilicon Customized WebGUI RPI Image for A2 Miners (2014-06-18) static ip address 192.168.1.168 psw: innosilicon

And - InnoSilicon Customized WebGUI RPI Image for A2 Miners (2014-06-18) static ip address 192.168.1.168 psw: innosilicon
 on this my machine is up for 5 minutes :/

i use https://bitcointalk.org/index.php?topic=672969.0 Overclock image for A2 Innosilicon by Emdje and my miner for firs 10 sec got 110hasrate next to still donw to 0. :/ WTf?

MinerEU please help us! We buy machnes but we can't mines!


http://zapodaj.net/d70e5a7ee9223.jpg.html

Regards