Bitcoin Forum
May 01, 2024, 07:21:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 83 »
  Print  
Author Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)  (Read 351506 times)
SimkoMiner
Hero Member
*****
Offline Offline

Activity: 925
Merit: 1000


View Profile
May 26, 2014, 11:15:49 AM
 #261

I have tried now the latest SGMiner from this link: https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip and getting following results:

280x -> 3,33Mh/s
290 -> 3,73 Mh/s

Config (280x,280x,290):
sgminer --kernel x11mod -o stratum+tcp://useast.blackcoinpool.com:3333 -u UserName.1 -p x -I 15,15,15 -w 128,128,256 --thread-concurrency 8192,8192,25601 --gpu-memclock 1500,1500,1250 --gpu-engine 1090,1090,1000 --gpu-fan 60 --gpu-powertune 20 -g 2,2,4

The pool is showing hashrate accordingly but I'm seeing this error popping up frequently:

getaddrinfo() in setup_stratum_socket() returned 11001: No such host is known

What is this error?
1714548113
Hero Member
*
Offline Offline

Posts: 1714548113

View Profile Personal Message (Offline)

Ignore
1714548113
Reply with quote  #2

1714548113
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Elun
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
May 26, 2014, 11:21:06 AM
 #262

I have tried now the latest SGMiner from this link: https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip and getting following results:

280x -> 3,33Mh/s
290 -> 3,73 Mh/s

Config (280x,280x,290):
sgminer --kernel x11mod -o stratum+tcp://useast.blackcoinpool.com:3333 -u UserName.1 -p x -I 15,15,15 -w 128,128,256 --thread-concurrency 8192,8192,25601 --gpu-memclock 1500,1500,1250 --gpu-engine 1090,1090,1000 --gpu-fan 60 --gpu-powertune 20 -g 2,2,4

The pool is showing hashrate accordingly but I'm seeing this error popping up frequently:

getaddrinfo() in setup_stratum_socket() returned 11001: No such host is known

What is this error?
Check your pools please. If some of them dead, check pool site. If you can't observe them via browser, problem not in miner.
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
May 26, 2014, 11:23:49 AM
 #263

280x with elun's build https://i.imgur.com/QEu3hGG.png lolz
Posted from Bitcointa.lk - #F9AJTr4crco2Xzqj
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 26, 2014, 11:24:46 AM
 #264

I have tried now the latest SGMiner from this link: https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip and getting following results:

280x -> 3,33Mh/s
290 -> 3,73 Mh/s

Config (280x,280x,290):
sgminer --kernel x11mod -o stratum+tcp://useast.blackcoinpool.com:3333 -u UserName.1 -p x -I 15,15,15 -w 128,128,256 --thread-concurrency 8192,8192,25601 --gpu-memclock 1500,1500,1250 --gpu-engine 1090,1090,1000 --gpu-fan 60 --gpu-powertune 20 -g 2,2,4

The pool is showing hashrate accordingly but I'm seeing this error popping up frequently:

getaddrinfo() in setup_stratum_socket() returned 11001: No such host is known

What is this error?
Pool address is not resolved.
Code:
        ret = getaddrinfo(sockaddr_url, sockaddr_port, hints, &servinfo);
        if (ret) {
                applog(LOG_ERR, "getaddrinfo() in setup_stratum_socket() returned %i: %s", ret, gai_strerror(ret));
                if (!pool->probed) {
                        applog(LOG_WARNING, "Failed to resolve (wrong URL?) %s:%s",
                               sockaddr_url, sockaddr_port);
                        pool->probed = true;
                } else {
                        applog(LOG_INFO, "Failed to getaddrinfo for %s:%s",
                               sockaddr_url, sockaddr_port);
                }
                return false;
        }
t00tie
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
May 26, 2014, 11:32:50 AM
 #265

Elun/all: thanks for the great work.

The latest version really helped for my 290 but my 5970 (2 gpu) went from 2*1.687Mh to 2*150Kh which more than lost out the gains on my 290. Is it possible to fix this? Same config, I tried a few tweaks, also running the 5970 at I 19 with no luck.
SimkoMiner
Hero Member
*****
Offline Offline

Activity: 925
Merit: 1000


View Profile
May 26, 2014, 11:39:04 AM
 #266

Elun: I have now tried previous version of SGMiner from this thread with exactly same config and those "No such host" errors are NOT appearing at all. Also BlackCoinPool is showing hashrate normally so it seems to work. I think there is some bug in the code probably. Could be some issue with BCPool stratum which has maybe some issue with this modified version of SGMiner? Here is the error:

pepperino84
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
May 26, 2014, 11:47:17 AM
 #267

nice job..
anyone tested with 6990 / 6970 / 5970 ?
Bojcha
Hero Member
*****
Offline Offline

Activity: 848
Merit: 500



View Profile
May 26, 2014, 11:50:30 AM
 #268

5850 no boost - any settings for that?

edit: found it just worksize 128 instead 256 Smiley
Posted from Bitcointa.lk - #WhSagJZwtsDknXkO
jamesbond700
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 26, 2014, 11:59:08 AM
 #269

Github source code updated 7hrs ago. Updated binaries for windows:
https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip

Version with increased time to SICK state:
https://www.dropbox.com/s/yxgcp6cck0oopd0/sph-sgminer_x11mod_b2_2min_SICK.zip

Some info about increased time to SICK state: in code time delta compares with WATCHDOG_SICK_TIME. Original it was 120, it's logically to think that it will be 2 minutes. But in log it shows like 60s. Maybe constant was changed and log output not, or WATCHDOG_SICK_TIME 120 really mean 60s. In increased time SICK version WATCHDOG_SICK_TIME 240 and in log 2 minutes. I will research later 2 or 4 minutes is it.

Sorry for my bad english.


so for this new version do you simply copy the replace the files in your sgminer folder with these new ones?
ekoice
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
May 26, 2014, 12:09:45 PM
 #270



single 7850

Quote
"intensity" : "18",
"vector" : "1",
"worksize" : "128",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-threads" : "2",
"gpu-engine" : "1200",
"gpu-fan" : "10-100",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"temp-cutoff" : "80",
"temp-overheat" : "70",
"temp-target" : "65",
"auto-fan" : true,
"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1,W:192.168.1.0/24",
"expiry" : "1",
"failover-switch-delay" : "10",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

where is your github source Elun, so i can test it on my pimp rig ? thanks!
carafleur
Member
**
Offline Offline

Activity: 113
Merit: 10


lost@bitcoinica.com


View Profile
May 26, 2014, 12:23:53 PM
 #271

Hi,
when running several testings and looking at sgminer logs, I noticed something very strange with sgminer :
GPUs are reordered in REVERSE by the miner !
GPU0 is on PCI5
GPU1 is on PCI4
GPU2 is on PCI3
GPU3 is on PCI2
GPU4 is on PCI1
GPU5 is on PCI0

I tried to set "gpu-reorder : false" but it didn't work
I strongly suggest you all to record miner's logs, using
Code:
sgminer $OPTIONS 2>> $LOG
note: this if for linux
then check your logs for
Code:
[14:10:34] [b]Mapping device[/b] 0 to GPU 5 according to Bus Number order
[14:10:34] Mapping device 1 to GPU 4 according to Bus Number order
[14:10:34] Mapping device 2 to GPU 3 according to Bus Number order
[14:10:34] Mapping device 3 to GPU 2 according to Bus Number order
[14:10:34] Mapping device 4 to GPU 1 according to Bus Number order
[14:10:34] Mapping device 5 to GPU 0 according to Bus Number order

Motherboard : ASRock H81ProBTC
OS : ubuntu 14.4

So, since idk when, I thought my Asus R920X was running on a 20% fan speed, but as a matter of facts, it was an SPH TRIX.....

edit:
stranger than weird, in the config file, I had to reorder the shaders/clocks in reverse. but I did not have to reorder FAN settings !

“We build but to tear down. Most of our work and resource is squandered. Our onward march is marked by devastation. Everywhere there is an appalling loss of time, effort and life. A cheerless view, but true"
“Most certainly, some planets are not inhabited, but others are, and among these there must exist life under all conditions and phases of development.”

Tesla N
Tiger78
Member
**
Offline Offline

Activity: 83
Merit: 10



View Profile
May 26, 2014, 12:29:56 PM
 #272

Hi all. Who uses 5850 or 7790(260x) please share options.
jamesbond700
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 26, 2014, 12:43:58 PM
 #273

What's the difference between sph-sgminer_x11mod_b2.zip in this post, and the one you posted on page 11? The size of the executable is different, but they all both are called b2
Sorry for equal names.
@lasybear  said that version from page 11 based on old version sph-sgminer, and have some issues.
Version from my last post based on newer version sph-sgminer. Better to use version from page 13.
Sorry for my bad english.


Are there linux binaries for your new version elun?
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 26, 2014, 12:47:38 PM
 #274



single 7850

Quote
"intensity" : "18",
"vector" : "1",
"worksize" : "128",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"gpu-threads" : "2",
"gpu-engine" : "1200",
"gpu-fan" : "10-100",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"temp-cutoff" : "80",
"temp-overheat" : "70",
"temp-target" : "65",
"auto-fan" : true,
"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1,W:192.168.1.0/24",
"expiry" : "1",
"failover-switch-delay" : "10",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"

where is your github source Elun, so i can test it on my pimp rig ? thanks!

https://github.com/lasybear/sph-sgminer_x11mod
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 26, 2014, 12:52:06 PM
 #275

What's the difference between sph-sgminer_x11mod_b2.zip in this post, and the one you posted on page 11? The size of the executable is different, but they all both are called b2
Sorry for equal names.
@lasybear  said that version from page 11 based on old version sph-sgminer, and have some issues.
Version from my last post based on newer version sph-sgminer. Better to use version from page 13.
Sorry for my bad english.


Are there linux binaries for your new version elun?
Elun's binaries does matter only for Windows. You've an actual version.
lasybear (OP)
Member
**
Offline Offline

Activity: 113
Merit: 14


View Profile
May 26, 2014, 12:54:10 PM
 #276

Elun: I have now tried previous version of SGMiner from this thread with exactly same config and those "No such host" errors are NOT appearing at all. Also BlackCoinPool is showing hashrate normally so it seems to work. I think there is some bug in the code probably. Could be some issue with BCPool stratum which has maybe some issue with this modified version of SGMiner? Here is the error:


Darkcoin pools are very strange today due to wallet updates.
bronan
Hero Member
*****
Offline Offline

Activity: 774
Merit: 500


Lazy Lurker Reads Alot


View Profile
May 26, 2014, 12:55:08 PM
 #277

Working perfect on my 7970 this far no crashes

All cards should work if you use worksize 128 if intensity does not work for your card change it at will in your miner.conf file
You can name that file anything you like ( nonono.cat or yes-sir.boot whatever.yes) as long as you make sure to use the proper name with the start batch
The thread concurrency you can leave at "0" if your card does not start at first or leave it out.
Any parameter not put in the startup  or config file will let the program use the normal one used for your card.
So if you do not know what is needed make the batch as simple as possible with only the kernel and poolinfo
example : " sgminer.exe -k x11mod -o mypool.com -u lazy - p x "
Make sure to fix the speed of memory and gpu to the speed your card can handle as well or leave those out completely that way you ensure also it starts
For faster heavy cards (7950,7970 and R9 280 and up ) we adjust the gpu-threads from 1 or 2 to 4 a 5850 can handle 2 threads
This should most of the time work for any card


"intensity" : "18",
"vector" : "1",
"worksize" : "128",
"kernel" : "x11mod",
"lookup-gap" : "2",
"thread-concurrency" : "0",
"gpu-threads" : "2",  
"gpu-engine" : "800",
"gpu-fan" : "10-100",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"temp-cutoff" : "80",
"temp-overheat" : "70",
"temp-target" : "65",
"auto-fan" : true,
"api-port" : "4028",
"api-listen" : true,
"api-allow" : "W:127.0.0.1,W:192.168.1.0/24",
"expiry" : "1",
"failover-switch-delay" : "10",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "0",
"scan-time" : "1",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"


jamesbond700
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 26, 2014, 12:57:58 PM
 #278

What's the difference between sph-sgminer_x11mod_b2.zip in this post, and the one you posted on page 11? The size of the executable is different, but they all both are called b2
Sorry for equal names.
@lasybear  said that version from page 11 based on old version sph-sgminer, and have some issues.
Version from my last post based on newer version sph-sgminer. Better to use version from page 13.
Sorry for my bad english.


Are there linux binaries for your new version elun?
Elun's binaries does matter only for Windows. You've an actual version.

Well the reason I ask is because I read that the "new" version is allowing intensities over 15. If I try to set anything >15 I don't get any hashrate being displayed.
kocur
Full Member
***
Offline Offline

Activity: 140
Merit: 100


We're not in Wonderland anymore Alice


View Profile
May 26, 2014, 01:07:50 PM
 #279

I have tried now the latest SGMiner from this link: https://www.dropbox.com/s/59lvecndm866bzz/sph-sgminer_x11mod_b2.zip and getting following results:

280x -> 3,33Mh/s
290 -> 3,73 Mh/s

Config (280x,280x,290):
sgminer --kernel x11mod -o stratum+tcp://useast.blackcoinpool.com:3333 -u UserName.1 -p x -I 15,15,15 -w 128,128,256 --thread-concurrency 8192,8192,25601 --gpu-memclock 1500,1500,1250 --gpu-engine 1090,1090,1000 --gpu-fan 60 --gpu-powertune 20 -g 2,2,4

The pool is showing hashrate accordingly but I'm seeing this error popping up frequently:

getaddrinfo() in setup_stratum_socket() returned 11001: No such host is known

What is this error?
this error is because there is sgminer.conf with undefinied pool, just rename this file to sgminer.co or something else if you use your own .bat file to run.
btw this miner work fine for me, everything is ok, and with -I 18 I get 7970 = 3,350 Mh, 7950 = 2,950 Mh  Wink

Community Coin: Fair & Free Distribution
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
May 26, 2014, 01:50:43 PM
 #280

Checking in here since I was the one who requested the extra WATCHDOG_SICK_TIME version

If you run with gpu-threads 2 vs the standard 1 you have less chance of getting SICK warnings.  I still have all 3 instances up from last night and none have SICK warnings across any rigs, so recommend gpu-threads 2 for these hashing algos.

Also may have helped I changed memclock to 1250-1500 instead of forced at 1500.

I have the 2/4min version downloaded in case this fails after I get a morning nap before my afternoon shift.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 83 »
  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!