Bitcoin Forum
May 22, 2024, 06:54:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: wafflepool.com sgminer Konfiguration  (Read 900 times)
tom04137 (OP)
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
August 03, 2014, 04:22:27 PM
Last edit: August 03, 2014, 05:53:12 PM by tom04137
 #1

Ich habe versucht bei http://wafflepool.com  X13 zu minen.

So sieht die .bat Datei zum Start von sgminer aus:

Code:
sgminer -o stratum+tcp://eu.wafflepool.com:3330 -u 1AxxxxxxxxxxxxxxxxxxxxxxAFr -p x --kernel=x13mod

Nach ca. 1 Minute kommt folgendes:

Code:

[18:14:49] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[18:14:49] Pool: 0  URL: stratum+tcp://eu.wafflepool.com:3330  User: 1AxxxxxxxxxxxxxxxxNeAFr  Password: x
[18:14:49] Press any key to exit, or sgminer will try again in 15s.
[18:16:04] No servers were found that could be used to get work from.
[18:16:04] Please check the details from the list below of the servers you have
input
[18:16:04] Most likely you have input the wrong URL, forgotten to add a port, or
 have not set up workers
[18:16:04] Pool: 0  URL: stratum+tcp://eu.wafflepool.com:3330  User: 1A7xxxxxxvy
JuxxxxxxxxxxxxxAFr  Password: x
[18:16:04] Press any key to exit, or sgminer will try again in 15s.

Woran könte das liegen?
calandro
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
August 03, 2014, 06:51:03 PM
 #2

X13 ist meines Wissens gerade nicht (mehr) aktiv bei Wafflepool. Ich mine ausschließlich X11 und ich habe alle Zugangsdaten in einer sgminer.conf Datei hinterlegt, mache also nichts per Kommandozeile. Damit habe ich keinerlei Probleme.
tom04137 (OP)
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
August 03, 2014, 06:56:08 PM
 #3

Danke,

hab auch schon x11 probiert, dort kommt zwar kein Fehler aber es tut sich nichts.

Könntest du mal den Inhalt deiner config Datei posten, dann könnte ichs mal so versuchen.
ZyTReX
Legendary
*
Offline Offline

Activity: 881
Merit: 1006



View Profile
August 03, 2014, 07:12:18 PM
 #4

Ich mine auch mit einer Bat Config.

(R9 280X) (ältere sgminer version)

Code:
sgminer -k x13mod -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 -o stratum+tcp://stratum.pool.mn:7885 -u ZyTReX.guido1175 -p lolipop123 

Und ja, wafflepool hat den Stratum für X13 deaktiviert, da es zu wenig profitabel ist.
tom04137 (OP)
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
August 03, 2014, 07:35:53 PM
 #5

Ich mine auch mit einer Bat Config.

(R9 280X) (ältere sgminer version)

Code:
sgminer -k x13mod -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 -o stratum+tcp://stratum.pool.mn:7885 -u ZyTReX.guido1175 -p lolipop123 

Und ja, wafflepool hat den Stratum für X13 deaktiviert, da es zu wenig profitabel ist.

So, X11 läuft mal, ABER das Fenster vom Miner ist schwarz, zeigt also nichts an.

WafflePool zeigt mir 4.5 MH/s an.

Was sollte ich den mit 2 Stk. R9290 erreichen? Findet man irgendo optimale Einstellungen für diese Karten?

ZyTReX
Legendary
*
Offline Offline

Activity: 881
Merit: 1006



View Profile
August 03, 2014, 10:01:58 PM
 #6

Ich mine auch mit einer Bat Config.

(R9 280X) (ältere sgminer version)

Code:
sgminer -k x13mod -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 -o stratum+tcp://stratum.pool.mn:7885 -u ZyTReX.guido1175 -p lolipop123 

Und ja, wafflepool hat den Stratum für X13 deaktiviert, da es zu wenig profitabel ist.

So, X11 läuft mal, ABER das Fenster vom Miner ist schwarz, zeigt also nichts an.

WafflePool zeigt mir 4.5 MH/s an.

Was sollte ich den mit 2 Stk. R9290 erreichen? Findet man irgendo optimale Einstellungen für diese Karten?



mit 2 R9290 4.5 MH/S  Huh

Ich erreiche mit 4 R9 280X 14 MH/S. Du musst min. 8-9 MH/S schaffen Smiley

Für X11:

Code:
"intensity" : "15",
"vector" : "1",
"worksize" : "256",
"kernel" : "x11mod",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"gpu-vddc" : "1.200",
"gpu-threads" : "2"
tom04137 (OP)
Sr. Member
****
Offline Offline

Activity: 461
Merit: 252


View Profile
August 03, 2014, 10:25:30 PM
 #7

Ich mine auch mit einer Bat Config.

(R9 280X) (ältere sgminer version)

Code:
sgminer -k x13mod -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 -o stratum+tcp://stratum.pool.mn:7885 -u ZyTReX.guido1175 -p lolipop123 

Und ja, wafflepool hat den Stratum für X13 deaktiviert, da es zu wenig profitabel ist.

So, X11 läuft mal, ABER das Fenster vom Miner ist schwarz, zeigt also nichts an.

WafflePool zeigt mir 4.5 MH/s an.

Was sollte ich den mit 2 Stk. R9290 erreichen? Findet man irgendo optimale Einstellungen für diese Karten?



mit 2 R9290 4.5 MH/S  Huh

Ich erreiche mit 4 R9 280X 14 MH/S. Du musst min. 8-9 MH/S schaffen Smiley

Für X11:

Code:
"intensity" : "15",
"vector" : "1",
"worksize" : "256",
"kernel" : "x11mod",
"thread-concurrency" : "8192",
"lookup-gap" : "2",
"gpu-engine" : "1200",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"gpu-vddc" : "1.200",
"gpu-threads" : "2"


Das Mining läuft nun, aber bricht nach 1-10 Minuten einfach ab. KEIN Absturz des Treibers od. Ähnliches, hört einfach auf.

In der Zeit die es mal länger lief hatt das Poll sogar mal über 10MHs angezeigt, Hashrate dürfte also passen.

Und das komische, dass das cmd Fenster sobald der miner läuft nichts mehr anzeigt. HuhHuh
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!