Bitcoin Forum
June 21, 2024, 05:52:04 PM *
News: Voting for pizza day contest
 
   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 65 66 67 68 69 70 71 72 73 74 75 ... 83 »
  Print  
Author Topic: [ANN][X11/X13] X11 (Darkcoin)/X13 (Marucoin) miner (based on sph-sgminer)  (Read 351508 times)
PetrGasparik
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 27, 2014, 09:45:40 PM
 #481

can someone please explain me how to get this onto my smos 1.3 ?
thank you !
Al

git clone https://github.com/lasybear/sph-sgminer_x11mod.git
cd sph-sgminer_x11mod
./configure
make

./sgminer
actudoran
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250



View Profile
May 27, 2014, 09:48:58 PM
 #482

thanks man but :

root@smos-1:/home/user/sph-sgminer_x11mod# ./configure
bash: ./configure: No such file or directory
root@smos-1:/home/user/sph-sgminer_x11mod# make
make: *** No targets specified and no makefile found.  Stop.
root@smos-1:/home/user/sph-sgminer_x11mod#

and stops here ...
Wolf_Pack
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250



View Profile
May 27, 2014, 09:53:26 PM
 #483

Has anyone had any issues with their rigs completely freezing up and needing to restart?


                        ▄  ▄▄  ▄▄▄  ▄▄▄▄  ▄▄▄▄▄  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄

   ▄▄▄▄▄▄    ▄▄     ▄▄ ▄▄▄▄▄▄▄      ▄▄▄▄▄        ▄       ▄▄       ▄▄ ▄▄▄▄▄▄▄
 ▄██▀▀▀▀██▄  ███▄   ██ ██▀▀▀▀▀    ▄██▀▀▀█▀      ███      ███     ███ ██▀▀▀▀▀
██▀      ▀██ ████▄  ██ ██        ██▀           ██▀██     ████   ████ ██
██        ██ ██ ▀██ ██ ██▄▄▄     ██    ████   ██▀ ▀██    ██▀██ ██▀██ ██▄▄▄
██▄      ▄██ ██  ▀████ ██▀▀▀     ██▄     ██  ██▀   ▀██   ██ ▀███▀ ██ ██▀▀▀
 ▀██▄▄▄▄██▀  ██    ▀██ ██▄▄▄▄▄    ▀██▄▄▄██▀ ████▄▄▄████  ██  ▀█▀  ██ ██▄▄▄▄▄
   ▀▀▀▀▀▀    ▀▀     ▀▀ ▀▀▀▀▀▀▀      ▀▀▀▀▀  ▀▀▀ ▀▀▀▀▀ ▀▀▀ ▀▀       ▀▀ ▀▀▀▀▀▀▀

                        ▀  ▀▀  ▀▀▀  ▀▀▀▀  ▀▀▀▀▀  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
A-Self Evolving Virtual World
Built on Top of Blockchain
▬ ▬▬ ▬▬▬   WHITEPAPER   ▬▬▬ ▬▬ ▬
TWITTER     TELEGRAM      MEDIUM
▬ ▬▬ ▬▬▬   ANN THREAD   ▬▬▬ ▬▬ ▬
samaricanin
Hero Member
*****
Offline Offline

Activity: 697
Merit: 500



View Profile
May 27, 2014, 09:57:43 PM
 #484

thanks man but :

root@smos-1:/home/user/sph-sgminer_x11mod# ./configure
bash: ./configure: No such file or directory
root@smos-1:/home/user/sph-sgminer_x11mod# make
make: *** No targets specified and no makefile found.  Stop.
root@smos-1:/home/user/sph-sgminer_x11mod#

and stops here ...

#!/bin/sh
mine stop
wget http://smos-linux.org/upgrade/sgminer.pl
wget http://smos-linux.org/upgrade/sgminer2.pl
rm -rf /opt/bamt/gpumon
mv sgminer2.pl /opt/bamt/gpumon
rm -rf /opt/bamt/common.pl
mv sgminer.pl /opt/bamt/common.pl
sleep 5
cd /opt/miners/
rm -rf sgminer
git clone https://github.com/lasybear/sph-sgminer_x11mod
mv /opt/miners/sph-sgminer_x11mod /opt/miners/sgminer
cp /opt/ADL/include/* /opt/miners/sgminer/ADL_SDK/
cd /opt/miners/sgminer/
./autogen.sh
sleep 5
make clean
sleep 5
CFLAGS="-O2 -Wall -march=native -I /opt/AMDAPP/include/" LDFLAGS="-L/opt/AMDAPP/lib/x86" ./configure --enable-scrypt --enable-opencl --bindir="/opt/miners/sgminer" --prefix="/usr/local/bin"
sleep 5
make
sleep 5
rm -rf /root/sgminer.sh
clear
echo "cooldreboot"

Gamer67
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250

тσ ¢σιи σя иσт тσ ¢σιи?


View Profile
May 27, 2014, 09:58:17 PM
 #485

Has anyone had any issues with their rigs completely freezing up and needing to restart?

Sure. Usually because my settings were a bit too aggressive for this miner. I have had two complete freeze-ups and a handful of cards going sick that require a hard boot to get them recognized and working again.

Most of the time it was my overclocks being a little too ambitious.

"I am not Dorian Nakamoto."
massiver
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 27, 2014, 10:01:56 PM
 #486

With no tweaking and just entering parameters in the bat file, I'm getting 3.2 Mh/s on 280x (Sapphire and HIS) and 2.6 on 7950s (Sapphire dual-x). Good stuff.
sgi02
Sr. Member
****
Offline Offline

Activity: 542
Merit: 250


View Profile
May 27, 2014, 10:09:13 PM
 #487

With no tweaking and just entering parameters in the bat file, I'm getting 3.2 Mh/s on 280x (Sapphire and HIS) and 2.6 on 7950s (Sapphire dual-x). Good stuff.

THIS IS THE BEST ADVICE IN THE THREAD

I was hashing at 2.3 with sphminer, upon the first release of the x11mod miner I was up to 2.5. After reading through the thread I tried the default settings and now im hashing away at 3.44 m/hs on a 290. Thanks everyone!
deephouse
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 27, 2014, 10:52:28 PM
 #488

Tried on Gigabyte 7950, with the following config:

Quote
sgminer -k x11mod -o stratum+tcp://drkpool.com:3333 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1

Though the intensity is 20 in the config file, the I in SGminer does not go beyond 18
Also, is the getaddinfo message keeps coming. Is that an issue?



Then tried the following config:

Quote
sgminer -k x11mod -o stratum+tcp://pool.xhash.net:3355 -u USER -p x --failover-only -o stratum+tcp://drkpool.com:3333 -u SUER -p x -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 --api-listen --api-allow W:127.0.0.1

The intensity is 15 but it still shows as 18. It does not change for some reason.
Still get the getaddinfo message:


badcookies
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 27, 2014, 11:01:41 PM
 #489

Tried on Gigabyte 7950, with the following config:

Quote
sgminer -k x11mod -o stratum+tcp://drkpool.com:3333 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1

Though the intensity is 20 in the config file, the I in SGminer does not go beyond 18
Also, is the getaddinfo message keeps coming. Is that an issue?

https://i.imgur.com/wReu1Pv.png?3

Then tried the following config:

Quote
sgminer -k x11mod -o stratum+tcp://pool.xhash.net:3355 -u USER -p x --failover-only -o stratum+tcp://drkpool.com:3333 -u SUER -p x -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 --api-listen --api-allow W:127.0.0.1

The intensity is 15 but it still shows as 18. It does not change for some reason.
Still get the getaddinfo message:

https://i.imgur.com/Q6tGK4A.png?1

rename the current config to something else. sgminer.conf.default or something.
t0mpr1c3
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 27, 2014, 11:05:41 PM
 #490

If like me you rent your rig on Nicehash, you might want to try my fork of the Nicehash sph-sgminer which supports the both the x11mod kernel and the proper Nicehash idle pool behaviour. It basically just pulls in the the lasybear code into bitbandi's repository.

This will only be useful for a couple of days because all of this will soon be incorporated in the main sgminer codebase.

https://github.com/t0mpr1c3/sph-sgminer
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 27, 2014, 11:12:09 PM
 #491

If like me you rent your rig on Nicehash, you might want to try my fork of the Nicehash sph-sgminer which supports the both the x11mod kernel and the proper Nicehash idle pool behaviour. It basically just pulls in the the lasybear code into bitbandi's repository.

This will only be useful for a couple of days because all of this will soon be incorporated in the main sgminer codebase.

https://github.com/t0mpr1c3/sph-sgminer
In this case, windows binaries https://www.dropbox.com/s/twgpm0qtibm09kz/nicehash.rar

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
oktay50000
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250


View Profile
May 27, 2014, 11:21:57 PM
 #492

Tried on Gigabyte 7950, with the following config:

Quote
sgminer -k x11mod -o stratum+tcp://drkpool.com:3333 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1

Though the intensity is 20 in the config file, the I in SGminer does not go beyond 18
Also, is the getaddinfo message keeps coming. Is that an issue?



Then tried the following config:

Quote
sgminer -k x11mod -o stratum+tcp://pool.xhash.net:3355 -u USER -p x --failover-only -o stratum+tcp://drkpool.com:3333 -u SUER -p x -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 --api-listen --api-allow W:127.0.0.1

The intensity is 15 but it still shows as 18. It does not change for some reason.
Still get the getaddinfo message:



it is for your bad internet connecion maybe packet loss

BTC : bc1qqz9hvv806w2zs42mx4rn576whxmr202yxp00e9

feel free to buy me a bear
MTJ151
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
May 27, 2014, 11:27:16 PM
 #493

anyone tried this with the new 14.6 amd drivers?
daeminium
Sr. Member
****
Offline Offline

Activity: 448
Merit: 252



View Profile
May 27, 2014, 11:32:00 PM
 #494

best performance with amd drivers 13.2 or 14.4?
unlock.mk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 27, 2014, 11:33:49 PM
 #495

Seems that this version is not optimised for HD58** and HD59** series.
I have 4 gpu rig that has 5300Mh/s with regular miner
but with this version instead to get more Mh/s i got just half of that, about 2000 Mh/s.
Changed everything in config file, tried with just a bat file, but no success.
Anyone has a clue ?

drivers v13.2
haven't tried with 14.4 yet, it will make a difference ?
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 27, 2014, 11:39:21 PM
 #496

Seems that this version is not optimised for HD58** and HD59** series.
I have 4 gpu rig that has 5300Mh/s with regular miner
but with this version instead to get more Mh/s i got just half of that, about 2000 Mh/s.
Changed everything in config file, tried with just a bat file, but no success.
Anyone has a clue ?

drivers v13.2
haven't tried with 14.4 yet, it will make a difference ?
Yes, you need to use -k x11mod, not darkcoin as the kernel.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
deephouse
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
May 27, 2014, 11:43:09 PM
 #497

Tried on Gigabyte 7950, with the following config:

Quote
sgminer -k x11mod -o stratum+tcp://drkpool.com:3333 -u USER -p x --failover-only -o stratum+tcp://pool.xhash.net:3355 -u USER -p x -I 20 -g 1 -w 256 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 20 --thread-concurrency 24000 --temp-cutoff 95 --temp-overheat 85 --temp-target 75 --api-listen --api-allow W:127.0.0.1

Though the intensity is 20 in the config file, the I in SGminer does not go beyond 18
Also, is the getaddinfo message keeps coming. Is that an issue?



Then tried the following config:

Quote
sgminer -k x11mod -o stratum+tcp://pool.xhash.net:3355 -u USER -p x --failover-only -o stratum+tcp://drkpool.com:3333 -u SUER -p x -I 15 -w 256 --gpu-threads 2 --thread-concurrency 8192 --gpu-engine 1100 --gpu-memclock 1250 --gpu-powertune 20 --api-listen --api-allow W:127.0.0.1

The intensity is 15 but it still shows as 18. It does not change for some reason.
Still get the getaddinfo message:



it is for your bad internet connecion maybe packet loss

Thanks, any idea why the intensity won't change? Its fixed to 18.

elaramus
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
May 27, 2014, 11:46:12 PM
 #498

I just got up and running on Lubuntu 14.04 using the AMD 14.4 drivers today. Running a single powercolor reference R9 290x and getting 3.5Mh/s at I 19 --no other options set.

This sgminer software needs work...

The Accepted, Rejected and Hardware counters at the top of the screen never increment (A: R: HW:).
The pool connection never indicates what the miner is actually connected to ie (Connected to Pool 0)

With all the fuss over stolen hashrate, using this algorithm, this piece of software needs some work.

I'd love to see a ckolivas version of an X11 miner.
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 27, 2014, 11:54:09 PM
 #499

I just got up and running on Lubuntu 14.04 using the AMD 14.4 drivers today. Running a single powercolor reference R9 290x and getting 3.5Mh/s at I 19 --no other options set.

This sgminer software needs work...

The Accepted, Rejected and Hardware counters at the top of the screen never increment (A: R: HW:).
The pool connection never indicates what the miner is actually connected to ie (Connected to Pool 0)

With all the fuss over stolen hashrate, using this algorithm, this piece of software needs some work.

I'd love to see a ckolivas version of an X11 miner.
Ckolivas, I will tell you, is a douche, a very big one. He no longer supports OpenCL(since like 3.7.2) and will refuse to add it, he despises anything other than SHA256 and this is further reinforced by the fact he removed scrypt.

Sorry if I sound harsh, but I know him from like when he first wrote cgminer and...his character is just awful, kano is his protege.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
elaramus
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
May 27, 2014, 11:59:56 PM
 #500

I just got up and running on Lubuntu 14.04 using the AMD 14.4 drivers today. Running a single powercolor reference R9 290x and getting 3.5Mh/s at I 19 --no other options set.

This sgminer software needs work...

The Accepted, Rejected and Hardware counters at the top of the screen never increment (A: R: HW:).
The pool connection never indicates what the miner is actually connected to ie (Connected to Pool 0)

With all the fuss over stolen hashrate, using this algorithm, this piece of software needs some work.

I'd love to see a ckolivas version of an X11 miner.
Ckolivas, I will tell you, is a douche, a very big one. He no longer supports OpenCL(since like 3.7.2) and will refuse to add it, he despises anything other than SHA256 and this is further reinforced by the fact he removed scrypt.

Sorry if I sound harsh, but I know him from like when he first wrote cgminer and...his character is just awful, kano is his protege.

No harm done, there are lots of "personalities" out there, and I wasn't happy when he dropped support for scrypt myself. With that said, his software put mining on the map for many many people and there have been countless variants based on his work. For that he gets a bunch of respect from me --despite his dropping support for scrypt.

If you can tweak the above issues (seeing the active pool and incrementing the counters properly), I'll happily send a donation.
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 65 66 67 68 69 70 71 72 73 74 75 ... 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!