Bitcoin Forum
May 08, 2024, 07:05:43 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 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877797 times)
tex81
Full Member
***
Offline Offline

Activity: 145
Merit: 100


View Profile
June 04, 2014, 04:14:30 PM
 #81

sgminer-5.0-pre-release-1-win32

sgminer.conf
Code:
"...
pool-algorithm" : "darkcoin-mod",
...

Compiled to "ckolivasTahitiglg2tc22400nf10w128l4.bin"

Why?

Russia
1715151943
Hero Member
*
Offline Offline

Posts: 1715151943

View Profile Personal Message (Offline)

Ignore
1715151943
Reply with quote  #2

1715151943
Report to moderator
1715151943
Hero Member
*
Offline Offline

Posts: 1715151943

View Profile Personal Message (Offline)

Ignore
1715151943
Reply with quote  #2

1715151943
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Dophoeve
Full Member
***
Offline Offline

Activity: 182
Merit: 100

To the MOOOON


View Profile WWW
June 04, 2014, 04:15:11 PM
 #82

Pool waiting for work message - that looks like idlebug to me. Nicehash will always send work to the miner, if the miner has authed of course. This has been tested now well for two months.

If you are unable to connect to any 333x ports, it is possible that our strict anti-DDOS protection temporarily banned your IP. Stop all activity, wait up to 3 hours, then try again with clean miner (just one Nicehash pool on port 333x) mining for 5minutes, then perform multialgo configuration and try again.



Will try that, thanks for the reply Wink

SirChewie
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 04, 2014, 04:24:43 PM
 #83

Anyone have any luck with R9 270's ? All I get is rejected for X11 and X13 -- tried the 7950 settings, as well as a whole set of others that work ok for the sph-x11mod sgminer.. and no luck
ekoice
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile
June 04, 2014, 05:47:16 PM
 #84

sgminer-5.0-pre-release-1-win32

sgminer.conf
Code:
"...
pool-algorithm" : "darkcoin-mod",
...

Compiled to "ckolivasTahitiglg2tc22400nf10w128l4.bin"

Why?

same here, and sgminer closes himself....how to make this working properly ?
lewisc46
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
June 04, 2014, 06:29:57 PM
 #85

anyone able to clarify if i'm missing a step ? trying to compile this into bamt.

cd /opt/mners
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
./autogen.sh
./configure
make

doesn't look like there is much in the autogen shell compared to previous installs I've been playing with ..
SirChewie
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
June 04, 2014, 06:35:12 PM
 #86

anyone able to clarify if i'm missing a step ? trying to compile this into bamt.

cd /opt/mners
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
./autogen.sh
./configure
make

doesn't look like there is much in the autogen shell compared to previous installs I've been playing with ..


You're missing the ADL_SDK/*.h files for one, so see where they exist on your system for the 4th step below

cd /opt/miners/
git clone https;//github.com/sgminer-dev/sgminer
cd sgminer
cp /opt/miners/cgminer/ADL_SDK/*.h .
libtoolize
autoreconf -ivf
CFLAGS="-O2 -Wall -march=native" ./configure
make
phzi
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
June 04, 2014, 06:42:00 PM
 #87

cp /opt/miners/cgminer/ADL_SDK/*.h ./ADL_SDK/
ADL header copy command you posted is incomplete. Fixed above.
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 04, 2014, 07:13:00 PM
 #88

sgminer-5.0-pre-release-1-win32

sgminer.conf
Code:
"...
pool-algorithm" : "darkcoin-mod",
...

Compiled to "ckolivasTahitiglg2tc22400nf10w128l4.bin"

Why?

same here, and sgminer closes himself....how to make this working properly ?

use like this not pool-algo


   
Code:
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
"pass" : "123",
"algorithm" : "marucoin-mod"
        },

if this worked for you buy me a beer  Wink

1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
kenshirothefist (OP)
Sr. Member
****
Offline Offline

Activity: 457
Merit: 273



View Profile
June 04, 2014, 07:31:17 PM
 #89

git clone https;//github.com/sgminer-dev/sgminer

If you would like to get the latest v5 branch (the one that this thread refers to), you have to do like this:

git clone -b <branch> <remote_repo>

git clone -b v5_0 https://github.com/sgminer-dev/sgminer/sgminer.git

BTW: some more stuff was added today: https://github.com/sgminer-dev/sgminer/commits/v5_0
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 04, 2014, 08:09:57 PM
 #90

i cant launch this with cgwatcher getting hw error
any help to tun with cgwatcher?Huh

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
LeMiner
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
June 04, 2014, 08:35:49 PM
 #91

Ok, so I downloaded this and seem to be unable to get the whole thing going,

I'm running 6x Gigabyte 280x on this PC.

Code:
{
   "pools":[
      {
         "name":"Scrypt",
         "url":"stratum+tcp://stratum.nicehash.com:4333",
         "user":"address",
         "pass":"x",
         "pool-itensity":"13",
"pool-gpu-threads":"2",
"pool-thread-concurrency":"11200",
         "pool-algorithm":"zuikkis"
      },
      {
         "name":"ScryptNFactor",
         "url":"stratum+tcp://stratum.nicehash.com:4335",
         "user":"address",
         "pass":"x",
         "pool-intensity":"13",
         "pool-algorithm":"zuikkis",
"pool-thread-concurrency":"8192",
"pool-gpu-threads":"2"
      },
      {
         "name":"X11",
         "url":"stratum+tcp://stratum.nicehash.com:4336",
         "user":"address",
         "pass":"x",
         "pool-nfactor":"10",
"pool-intensity":"18",
"pool-thread-concurrency":"8192",
"pool-gpu-threads":"1",
         "pool-algorithm":"darkcoin-mod"
      },
      {
         "name":"X13",
         "url":"stratum+tcp://stratum.nicehash.com:4337",
         "user":"address",
         "pass":"x",
         "pool-nfactor":"10",
         "pool-algorithm":"marucoin-mod",
"pool-intensity":"10",
"pool-gpu-threads":"1",
"pool-thread-concurrency":"8192"
      },
      {
         "name":"Keccak",
         "url":"stratum+tcp://stratum.nicehash.com:4338",
         "user":"address",
         "pass":"x",
         "pool-nfactor":"10",
         "pool-algorithm":"maxcoin",
"pool-itensity":"18",
"pool-thread-concurrency":"11200",
"pool-gpu-threads":"1"
      },
      {
         "name":"Scryptbackup",
         "url":"stratum+tcp://stratum.nicehash.com:3333",
         "user":"adress",
         "pass":"x",
         "pool-nfactor":"10",
         "pool-algorithm":"zuikkis"
      },
      {
         "name":"whatever",
         "url":"pool:port",
         "user":"xx",
         "pass":"xx",
         "pool-nfactor":"10",
         "pool-algorithm":"zuikkis"
      }
   ],
   "failover-only":true,
   "xintensity" : "4",
   "vectors" : "1",
   "kernel" : "zuikkis",
   "lookup-gap" : "2",
   "shaders" : "1792",
   "thread-concurrency" : "8192",
   "auto-gpu" : true,
   "scrypt" : true,
   "queue" : "1",
   "scan-time" : "7",
   "expiry" : "28"

}

Currently NiceHash is on X13, which makes me believe it's a X13 issue... SGMiner crashes as soon as I get the GPU 0 1 2 3 4 5 window (where it normally shows hash rate). Before I got it to work a little bit with X13 but it showed similar hashrates as in Scrypt, the only file generated when I attempt to start it up is the one from ckolivas.

Any ideas?
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 04, 2014, 09:01:43 PM
 #92

use like this not pool-algorithm


  

       {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
                "pass" : "123",
                  "algorithm" : "marucoin-mod"
        }

if this worked for you buy me a beer  Wink

1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
June 04, 2014, 09:15:17 PM
 #93

here is my working config
working like charm just copy it to your sgminer.conf and modify it(just change pool,curency,intensity and ...)
and then buy me a beer if u like Grin Grin
1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55

Code:
{
"pools" : [
{
"name" : "trademybit x13",
"url" : "stratum+tcp://am02.eu.trademybit.com:5550",
"user" : "oktay50000.5",
"pass" : "123",
"algorithm" : "marucoin-mod"
},
{
"name" : "trademybit x11",
"url" : "stratum+tcp://am02.eu.trademybit.com:4440",
"user" : "oktay50000.5",
"pass" : "123",
"algorithm" : "marucoin-mod"
},
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
"pass" : "123",
"algorithm" : "marucoin-mod"
        },
        {
                "name" : "NiceHash_X11",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
"pass" : "123",
"algorithm" : "darkcoin-mod"
        }
]
,
"intensity" : "20,13,20",
"xintensity" : "512",
"rawintensity" : "0,0,0",
"worksize" : "256",
"algorithm" : "marucoin-mod,marucoin-mod,marucoin-mod",
"lookup-gap" : "2",
"thread-concurrency" : "24000,8193,24000",
"shaders" : "0,0,0",
"gpu-threads" : "2,2,2",
"gpu-engine" : "1100,1100,1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"auto-fan" : true,
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-mcast-port" : "4028",
"api-allow" : "W:127.0.0.1,W:0/0",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/i586-mingw32msvc/bin",
"algorithm" : "ckolivas"
}

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 04, 2014, 09:26:28 PM
 #94

I've had the BAPMSAM up and working now for a good 12 hours, although, predominately, it has been X13 that has been on order.

You will find that when Nicehash software switches algorithms it stops work on all the other ones.  This could also turn out to be longer when it takes the time to build a bin file (if 1 isn't there)

I suggest using RAWINTENSITY and NOT trying to mix XINTENSITY & INTENSITY settings in the same conf file.

Also, keep in mind that when you START cgminer it will START with the CONF settings BELOW ALL THE POOLS, so YOU MUST STILL HAVE SOME STANDARD SETTINGS DOWN THERE or you will get the ckolivas shit.

As I have it right now, I threw Nicehash ports and pool-settings in there ON TOP of an already working X13 conf file, and after fixing the INTENSITY/xINTENSITY combo issues by going to RAW (this is especially critical when Nicehash dips down in Keccak and back).

So far after fixing the intensity issue I've had a steady throughput to Nicehash and just received a 2nd payout about an hour ago.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 04, 2014, 09:34:56 PM
 #95

here is my working config
working like charm just copy it to your sgminer.conf and modify it(just change pool,curency,intensity and ...)
and then buy me a beer if u like Grin Grin
1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55

Code:
{
"pools" : [
{
"name" : "trademybit x13",
"url" : "stratum+tcp://am02.eu.trademybit.com:5550",
"user" : "oktay50000.5",
"pass" : "123",
"algorithm" : "marucoin-mod"
},
{
"name" : "trademybit x11",
"url" : "stratum+tcp://am02.eu.trademybit.com:4440",
"user" : "oktay50000.5",
"pass" : "123",
"algorithm" : "marucoin-mod"
},
        {
                "name" : "NiceHash_X13",
                "url" : "stratum+tcp://stratum.nicehash.com:4337",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
"pass" : "123",
"algorithm" : "marucoin-mod"
        },
        {
                "name" : "NiceHash_X11",
"url" : "stratum+tcp://stratum.nicehash.com:3336",
                "user" : "1KYPapEzhxvpLwb6eZB1DBg9joq2hVsz55",
"pass" : "123",
"algorithm" : "darkcoin-mod"
        }
]
,
"intensity" : "20,13,20",
"xintensity" : "512",
"rawintensity" : "0,0,0",
"worksize" : "256",
"algorithm" : "marucoin-mod,marucoin-mod,marucoin-mod",
"lookup-gap" : "2",
"thread-concurrency" : "24000,8193,24000",
"shaders" : "0,0,0",
"gpu-threads" : "2,2,2",
"gpu-engine" : "1100,1100,1100",
"gpu-fan" : "0-85,0-85,0-85",
"gpu-memclock" : "1500,1500,1500",
"gpu-memdiff" : "0,0,0",
"gpu-powertune" : "0,0,0",
"gpu-vddc" : "0.000,0.000,0.000",
"auto-fan" : true,
"temp-cutoff" : "95,95,95",
"temp-overheat" : "85,85,85",
"temp-target" : "75,75,75",
"api-mcast-port" : "4028",
"api-allow" : "W:127.0.0.1,W:0/0",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
"failover-switch-delay" : "30",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "5",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/i586-mingw32msvc/bin",
"algorithm" : "ckolivas"
}


This is a quick and dirty fix to the situation that I just mentioned about ckolivas and HW errors on boot of sgminer below.

You want to use pool-algorithm in the pool settings, and algorithm UNDER the pool stuff in the MAIN CONF FILE, so that when it boots to a certain algo YOU DON'T GET CKOLIVAS and YOU GET 0 HW ERRORS
RustyShackleford
Newbie
*
Offline Offline

Activity: 43
Merit: 0



View Profile
June 04, 2014, 10:05:22 PM
Last edit: June 04, 2014, 10:19:12 PM by RustyShackleford
 #96

This could have been in the underlying sgminer, but I was able to replicate a bug.

Segmentation Fault (hard process stop)
Debian Wheezy

This occurs when you attempt to start sgminer with pool-gpu-threads > 1, if there is not already a valid .bin for cklovias.cl

Fix: Start sgminer with pool-gpu-threads at 1 and allow the .bin files to be built, then restart with 2.


Discovered after cleaning up .bin files having tuned to gpu-threads 2 on scrypt-n

Edit: this is happening for each kernel in succession when i disable a pool, with other settings besides gpu-threads, such as intensity
reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
June 04, 2014, 10:25:14 PM
 #97

I have one 5970 and one 6990, all have the same HW error problem
how can i work wth sgmine v.5 for ati card series 5000/6000?
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 04, 2014, 10:41:00 PM
 #98

Maybe you can't reza
reza_abay
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
June 04, 2014, 10:46:43 PM
 #99

i try with 290 and 7950 work good.but problem with two card (5970-6990) Kiss
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
June 05, 2014, 12:14:30 AM
 #100

24 hours uptime, 1 SICK -> DEAD card on a R9 290X, same setting as before.

Whoever it was, mrbdo or whatever ---> WHAT IS YOUR PARTICULAR REASON for not wanting to extend the SICK timer?

Mine to extend it is to TEST STABILITY OVER A COURSE OF A FEW DAYS OF UPTIME
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 ... 233 »
  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!