Pages:
Author

Topic: [ANN] YACMiner - AMD GPU miner for Scrypt-Chacha, N-Scrypt, and Scrypt coins - page 13. (Read 47379 times)

member
Activity: 105
Merit: 10
For me rI only works when I set it manually on kubuntu. Yacminer 3.5.0-yac2; R7 240 1x 4GB, ADL is installed.

I have got an older gpu driver, but that should not interfere with yacminer?

did you post your command line somewhere?


#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_HEAP_SIZE=100
cd /home/bab5/YACMiner-master
./yacminer --scrypt-chacha -I 8 --thread-concurrency 24576 --worksize 128 -g 2 --lookup-gap 2 --gpu-engine 1100 --gpu-memclock 1000

If I put -R 640 or similar in there this happens:

bab5@bab5-desktop:~$ ./yac_mine.sh
 [2014-03-17 08:33:31] ./yacminer: -R:                     
bab5@bab5-desktop:~$
hero member
Activity: 812
Merit: 1000
Pre-installed as in, I'm using Smos, a BAMT fork thing.

It's a pre built iso with mining soft, I'm sure you know it (?)

nope - pure windows guy here.  I have one linux box that I test compilation on, but it's my HTPC and I dont have the proprietary amd gpu drivers on it, so it doesn't mine.

Sad

No prob, mining heavycoin now...I'll try compiling it on my main rig using linux and then flashing that iso to the pendrives at the farm.

Thanks anyway, you rock.
hero member
Activity: 693
Merit: 500
Pre-installed as in, I'm using Smos, a BAMT fork thing.

It's a pre built iso with mining soft, I'm sure you know it (?)

nope - pure windows guy here.  I have one linux box that I test compilation on, but it's my HTPC and I dont have the proprietary amd gpu drivers on it, so it doesn't mine.
hero member
Activity: 693
Merit: 500
For me rI only works when I set it manually on kubuntu. Yacminer 3.5.0-yac2; R7 240 1x 4GB, ADL is installed.

I have got an older gpu driver, but that should not interfere with yacminer?

did you post your command line somewhere?
hero member
Activity: 812
Merit: 1000
Pre-installed as in, I'm using Smos, a BAMT fork thing.

It's a pre built iso with mining soft, I'm sure you know it (?)
member
Activity: 105
Merit: 10
For me rI only works when I set it manually on kubuntu. Yacminer 3.5.0-yac2; R7 240 1x 4GB, ADL is installed.

I have got an older gpu driver, but that should not interfere with yacminer?
legendary
Activity: 1596
Merit: 1006
YAC: R7 240 4GB
Code:
--scrypt-chacha --buffer-size 3376 --no-submit-stale  -w 256 --rawintensity 1280 --lookup-gap 2 --gpu-threads 1
2.9 Kh/s

MicroCoin: crappy 7950 3GB
Code:
--scrypt-chacha --starttime 1389028879 --buffer-size 2100 --lookup-gap 2 -w 256 --rawintensity 6400 --queue 0 --scan-time 2 --expiry 4 --gpu-threads 1
110 Kh/s

still testing

for MRC weird A and U (U=80)
For MRC Works with 7950 with 6GB RAM, but not with 4GB RAM computers.
Any tips  Huh
legendary
Activity: 1400
Merit: 1050
I have been trying the new yacminer version on bitleu, but so far I got only driver crash.
I have been using this config on the previous version 3.4.2-yac2 without any problem on a R9 290x
What would I need to change, to get it work with the new version ?
I changed so far scrypt into scrypt-chacha.

{
"pools" : [
   {
      "url" : "127.0.0.1:8877",
      "nfmin" : "4",
      "nfmax" : "30",
      "starttime" : "1394480376",
      "user" : "dom",
      "pass" : "password"
   }
]
,
"xintensity" : "96",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt-chacha",
"lookup-gap" : "2",
"thread-concurrency" : "16897",
"shaders" : "2816",
"gpu-engine" : "1030",

Thanks for your help.




that should be all you have to change.  start with xintensity of 4
I tried it but it didn't work. The program just hanged then the driver crashed.
I try it from a version I compiled from the source as well with the binaries (hoping I made a mistake somewhere...) but in both cases yacminer crashed.
hero member
Activity: 693
Merit: 500
Quote
Last person who told me this was actually launching a diffeent version of yacminer someone on his machine as he wasn't using the "./" before yacminer when launching.  launch with a -V to get the correct version number.  Try launching with a -I set and change to raw intensity through the interface (so long as you have curses) - it's on the same menu as intensity, so hit "G" and then hit "A" if it's on the menu.  If it isn't , what the heck are you doing???  Cool

I compiled 3.5...how would I be using a different version? :p
I'm a noob with linux but I don't do magic xD

Ok, I can change rawintensity whilst it's running. 5120 worked, got up to 145kh/s per r9 290 at stock under linux 32bit, using 4gb of ram only. I can't start it with it set though.

How do you compile it to get temperature readings? I'm at a loss...copied ADL in there and it didn't work.

Yep, just need to have the headers in the ADL_SDK directory.  when you run autogen.sh you'll get a summary and it will say whether ADL was found or not.  I do have issues if I launch it through RDP where fan and temp isn't available (because it detects rdp as a video driver or something so opencl devices and adl devices don't match) - someone else has the same thing with linux, but this is how it's always been for me (even with version of cgminer etc.)


Well, all the pre-installed miners do report temps. :/
Maybe I need to compile them with a monitor first before going headless?

pre-installed??
hero member
Activity: 812
Merit: 1000
Quote
Last person who told me this was actually launching a diffeent version of yacminer someone on his machine as he wasn't using the "./" before yacminer when launching.  launch with a -V to get the correct version number.  Try launching with a -I set and change to raw intensity through the interface (so long as you have curses) - it's on the same menu as intensity, so hit "G" and then hit "A" if it's on the menu.  If it isn't , what the heck are you doing???  Cool

I compiled 3.5...how would I be using a different version? :p
I'm a noob with linux but I don't do magic xD

Ok, I can change rawintensity whilst it's running. 5120 worked, got up to 145kh/s per r9 290 at stock under linux 32bit, using 4gb of ram only. I can't start it with it set though.

How do you compile it to get temperature readings? I'm at a loss...copied ADL in there and it didn't work.

Yep, just need to have the headers in the ADL_SDK directory.  when you run autogen.sh you'll get a summary and it will say whether ADL was found or not.  I do have issues if I launch it through RDP where fan and temp isn't available (because it detects rdp as a video driver or something so opencl devices and adl devices don't match) - someone else has the same thing with linux, but this is how it's always been for me (even with version of cgminer etc.)


Well, all the pre-installed miners do report temps. :/
Maybe I need to compile them with a monitor first before going headless?
hero member
Activity: 693
Merit: 500
Quote
Last person who told me this was actually launching a diffeent version of yacminer someone on his machine as he wasn't using the "./" before yacminer when launching.  launch with a -V to get the correct version number.  Try launching with a -I set and change to raw intensity through the interface (so long as you have curses) - it's on the same menu as intensity, so hit "G" and then hit "A" if it's on the menu.  If it isn't , what the heck are you doing???  Cool

I compiled 3.5...how would I be using a different version? :p
I'm a noob with linux but I don't do magic xD

Ok, I can change rawintensity whilst it's running. 5120 worked, got up to 145kh/s per r9 290 at stock under linux 32bit, using 4gb of ram only. I can't start it with it set though.

How do you compile it to get temperature readings? I'm at a loss...copied ADL in there and it didn't work.

Yep, just need to have the headers in the ADL_SDK directory.  when you run autogen.sh you'll get a summary and it will say whether ADL was found or not.  I do have issues if I launch it through RDP where fan and temp isn't available (because it detects rdp as a video driver or something so opencl devices and adl devices don't match) - someone else has the same thing with linux, but this is how it's always been for me (even with version of cgminer etc.)
hero member
Activity: 812
Merit: 1000
Quote
Last person who told me this was actually launching a diffeent version of yacminer someone on his machine as he wasn't using the "./" before yacminer when launching.  launch with a -V to get the correct version number.  Try launching with a -I set and change to raw intensity through the interface (so long as you have curses) - it's on the same menu as intensity, so hit "G" and then hit "A" if it's on the menu.  If it isn't , what the heck are you doing???  Cool

I compiled 3.5...how would I be using a different version? :p
I'm a noob with linux but I don't do magic xD

Ok, I can change rawintensity whilst it's running. 5120 worked, got up to 145kh/s per r9 290 at stock under linux 32bit, using 4gb of ram only. I can't start it with it set though.

How do you compile it to get temperature readings? I'm at a loss...copied ADL in there and it didn't work.
hero member
Activity: 693
Merit: 500

Further edit: I definitely did something wrong, linux noob...I don't see fan speeds nor temperatures, so something related to ADL. :/

Thought you said it crashed on startup?

run "./yacminer -n" (dont use any scripts on anything) - does that work? 

it compiles and that runs on my ubuntu box, just doing the git clone, running autogen.sh, and make.

It runs, but I can't get raw intensity going.

Last person who told me this was actually launching a diffeent version of yacminer someone on his machine as he wasn't using the "./" before yacminer when launching.  launch with a -V to get the correct version number.  Try launching with a -I set and change to raw intensity through the interface (so long as you have curses) - it's on the same menu as intensity, so hit "G" and then hit "A" if it's on the menu.  If it isn't , what the heck are you doing???  Cool
hero member
Activity: 812
Merit: 1000

Further edit: I definitely did something wrong, linux noob...I don't see fan speeds nor temperatures, so something related to ADL. :/

Thought you said it crashed on startup?

run "./yacminer -n" (dont use any scripts on anything) - does that work? 

it compiles and that runs on my ubuntu box, just doing the git clone, running autogen.sh, and make.

It runs, but I can't get raw intensity going.
hero member
Activity: 693
Merit: 500

Further edit: I definitely did something wrong, linux noob...I don't see fan speeds nor temperatures, so something related to ADL. :/

Thought you said it crashed on startup?

run "./yacminer -n" (dont use any scripts on anything) - does that work? 

it compiles and that runs on my ubuntu box, just doing the git clone, running autogen.sh, and make.
hero member
Activity: 812
Merit: 1000
I can't seem to pass the -R or --rawintensity flag in a conf or in an .sh file in linux.
Every time I use it it closes on startup Huh?

./utc_mine.sh: line 1: 18391 Segmentation fault

Add -T and -D look for messages about what went wrong

Did so:

./utc_mine.sh: line 1: 27978 Segmentation fault      

Settings: --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1388361600 --no-submit-stale --expiry 10 --scan-time 1 --queue 0 --gpu-engine 0-947 --gpu-memclock 1375 --gpu-fan 70-100 --temp-target 85 --temp-cutoff 100 --temp-overheat 90 --auto-gpu --auto-fan --rawintensity 4096 --buffer-size 1024 -g 2 -w 256 --lookup-gap 2 -T -D

Maybe I did something wrong when compiling it?

SMOS 1.3

#!/bin/sh
mine stop
sleep 5
cd /home
apt-get install libudev-dev+
ln -s /usr/local/lib/libjansson.so.4 /usr/lib/libjansson.so.4
ln -s /lib/x86_64-linux-gnu/libudev.so.0 /lib/x86_64-linux-gnu/libudev.so.1
ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1
git clone https://github.com/Thirtybird/YACMiner/
mv /home/YACMiner /opt/miners/YACMiner
cp /opt/ADL/include/*.h /opt/miners/YACMiner/ADL_SDK/
cd /opt/miners/YACMiner
chmod +x ./autogen.sh
./autogen.sh --enable-scrypt --enable-opencl
make
sleep 5
clear
cd /root/
echo '/opt/miners/YACMiner/yacminer -o stratum+tcp://ultra.nitro.org:3337 -u diegolisandro.1 -p x --scrypt-chacha --nfmin 4 --nfmax 30 --starttime 1388361600 --no-submit-stale --expiry 10 --scan-time 1 --queue 0 --gpu-engine 0-1000 --gpu-memclock 1500 --gpu-fan 70-100 --temp-target 85 --temp-cutoff 100 --temp-overheat 90 --auto-gpu --auto-fan --intensity 12 --thread-concurrency 16384 -g 2 -w 256 --lookup-gap 2' > utc_mine.sh
chmod +x utc_mine.sh
clear

Further edit: I definitely did something wrong, linux noob...I don't see fan speeds nor temperatures, so something related to ADL. :/
hero member
Activity: 693
Merit: 500
I can't seem to pass the -R or --rawintensity flag in a conf or in an .sh file in linux.
Every time I use it it closes on startup Huh?

./utc_mine.sh: line 1: 18391 Segmentation fault

Add -T and -D look for messages about what went wrong
hero member
Activity: 812
Merit: 1000
I can't seem to pass the -R or --rawintensity flag in a conf or in an .sh file in linux.
Every time I use it it closes on startup Huh?

./utc_mine.sh: line 1: 18391 Segmentation fault
hero member
Activity: 693
Merit: 500
I have been trying the new yacminer version on bitleu, but so far I got only driver crash.
I have been using this config on the previous version 3.4.2-yac2 without any problem on a R9 290x
What would I need to change, to get it work with the new version ?
I changed so far scrypt into scrypt-chacha.

{
"pools" : [
   {
      "url" : "127.0.0.1:8877",
      "nfmin" : "4",
      "nfmax" : "30",
      "starttime" : "1394480376",
      "user" : "dom",
      "pass" : "password"
   }
]
,
"xintensity" : "96",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt-chacha",
"lookup-gap" : "2",
"thread-concurrency" : "16897",
"shaders" : "2816",
"gpu-engine" : "1030",

Thanks for your help.




that should be all you have to change.  start with xintensity of 4
legendary
Activity: 1400
Merit: 1050
I have been trying the new yacminer version on bitleu, but so far I got only driver crash.
I have been using this config on the previous version 3.4.2-yac2 without any problem on a R9 290x
What would I need to change, to get it work with the new version ?
I changed so far scrypt into scrypt-chacha.

{
"pools" : [
   {
      "url" : "127.0.0.1:8877",
      "nfmin" : "4",
      "nfmax" : "30",
      "starttime" : "1394480376",
      "user" : "dom",
      "pass" : "password"
   }
]
,
"xintensity" : "96",
"vectors" : "1",
"worksize" : "512",
"kernel" : "scrypt-chacha",
"lookup-gap" : "2",
"thread-concurrency" : "16897",
"shaders" : "2816",
"gpu-engine" : "1030",

Thanks for your help.


Pages:
Jump to: