Bitcoin Forum
July 11, 2024, 09:12:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Reaper Miner Mining with GTX 550 Ti  (Read 3486 times)
jmevz (OP)
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
August 25, 2013, 12:04:23 PM
 #1

Hi All,

For some reason I can't get Reaper to use my GPU, rather, it's using my CPU. CPU usage jumps where GPU load stays below 10%. I'm trying to mine with an NVIDIA Geforce GTX 550 Ti.

reaper.conf
Code:
kernel reaper.cl
save_binaries yes
enable_graceful_shutdown no
long_polling yes

mine litecoin

litecoin.conf
Code:
host ltc.kattare.com
port 9332
user x.x
pass Xxxx


protocol litecoin

worksize 160
aggression 14
threads_per_gpu 1
sharethreads 8
lookup_gap 1
gpu_thread_concurrency 2047

Using the above settings, when Reaper is running, my CPU usage skyrockets and I can hardly use my computer, it doesn't appear to be using my GPU to mine at all. Any advice on setting the Platform, Device details to make this happen? Also, another n00b question, does Platform refer to the location of the device, in this case, PCI bus 2? Therefore, Platform 2? I've probably got that all wrong Smiley

Reaper Window
Code:
\|||||||||||||||||||||/
-  Reaper v13 32-bit  -
-       BETA 4        -
-   coded by mtrlt    -
/|||||||||||||||||||||\

/----------------------------------------------\
| Please donate to support Reaper development! |
|----------------------------------------------|
|   SLC: sdJMdNAEaJMVaxPFxaWibty9bec6Y4ubJK    |
|   BTC: 1DjMcD5oQUap7kXrwa9J8S5esMryUs777o    |
|   LTC: LZ5xurMLgdEzeuXuJvYB4DwyprCC1asfmp    |
\----------------------------------------------/


I'm now mining litecoin!
Share thread started
Share thread started
Share thread started
Share thread started
Share thread started
Share thread started
Share thread started
Share thread started
List of platforms:
        0       AMD Accelerated Parallel Processing
        1       NVIDIA CUDA
Using platform number 0

Using all devices
        0       AMD Athlon(tm) II X2 250 Processor
Program built from saved binary.
LTC buffer size: 255.875MB.
Creating 1 GPU threads
1...done
Longpoll url -->/LP<--
ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff030000
Activating long polling.
Long polling URL: [/LP]. trying to parse.
LP Path: /LP
Got LP04kH/s, shares: 0|0, stale 0%, ~0 kH/s, 16s
Getwork took 10.201 s!
GPU 2.106kH/s, shares: 0|0, stale 0%, GPU errors: 0%, ~2.11406 kH/s, 31s

Thanks Smiley

emffan
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 25, 2013, 02:44:36 PM
 #2

Try CudaMiner with your nVidia card.
DealMaker
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
August 26, 2013, 04:47:08 PM
Last edit: August 27, 2013, 02:52:29 PM by DealMaker
 #3

Hi All,

For some reason I can't get Reaper to use my GPU, rather, it's using my CPU. CPU usage jumps where GPU load stays below 10%. I'm trying to mine with an NVIDIA Geforce GTX 550 Ti.

reaper.conf
Code:
kernel reaper.cl
save_binaries yes
enable_graceful_shutdown no
long_polling yes
platform 1

mine litecoin

litecoin.conf
Code:
host ltc.kattare.com
port 9332
user x.x
pass Xxxx


protocol litecoin


worksize 160
aggression 14
threads_per_gpu 1
sharethreads 8
lookup_gap 1
gpu_thread_concurrency 2047


Thanks Smiley

If I'm not mistaken I believe you have to put "platform 1" as I've indicated above.  Try that and let us know.  I use reaper and have had good results with it on both amd and nvidia.

For future reference: -> http://wiki.solidcoin.info/wiki/Reaper#Configuration_file
jmevz (OP)
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
August 27, 2013, 05:00:34 AM
 #4

Hi All,

For some reason I can't get Reaper to use my GPU, rather, it's using my CPU. CPU usage jumps where GPU load stays below 10%. I'm trying to mine with an NVIDIA Geforce GTX 550 Ti.

reaper.conf
Code:
kernel reaper.cl
save_binaries yes
enable_graceful_shutdown no
long_polling yes

mine litecoin

litecoin.conf
Code:
host ltc.kattare.com
port 9332
user x.x
pass Xxxx


protocol litecoin

platform 1

worksize 160
aggression 14
threads_per_gpu 1
sharethreads 8
lookup_gap 1
gpu_thread_concurrency 2047


Thanks Smiley

If I'm not mistaken I believe you have to put "platform 1" as I've indicated above.  Try that and let us know.  I use reaper and have had good results with it on both amd and nvidia.

For future reference: -> http://wiki.solidcoin.info/wiki/Reaper#Configuration_file

Hi, I've put platform 1 device 0 within the Reaper.conf file. You've indicated putting it in the Litecoin.conf file too?

I've managed to get it to detect that there is a GPU there, but when I select Platform 1, Device 0, it just flashes quickly and disappears. I can't remember the error from memory. If I try Platform 1, Device 1, it reverts back to using the CPU.

Confused Beginner :\ Smiley

Thanks Smiley

DealMaker
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
August 27, 2013, 03:54:29 PM
 #5

Apologies platform 1 is supposed to be in the "reaper.conf".  I don't believe you need to specify the device because it should autodetect that from the platform setting.

It's possible you may not have the proper libraries installed if it doesn't see the device after specifying the platform.

What flavor of Linux are you using?  Have you installed the OpenCL libs?  Maybe you aren't using the "nvidia" kernel driver/module and you're using the "nouveau" instead, I've experienced issues there.. I'm thinking you might need them.  Also can you do an "lspci -k" and show what's loaded for the VGA device?  Also do you have a monitor plugged in?  I can't remember off hand if that card turns off the GPU when no monitor is plugged in...
jmevz (OP)
Sr. Member
****
Offline Offline

Activity: 251
Merit: 250


View Profile
August 28, 2013, 06:14:41 AM
 #6

Apologies platform 1 is supposed to be in the "reaper.conf".  I don't believe you need to specify the device because it should autodetect that from the platform setting.

It's possible you may not have the proper libraries installed if it doesn't see the device after specifying the platform.

What flavor of Linux are you using?  Have you installed the OpenCL libs?  Maybe you aren't using the "nvidia" kernel driver/module and you're using the "nouveau" instead, I've experienced issues there.. I'm thinking you might need them.  Also can you do an "lspci -k" and show what's loaded for the VGA device?  Also do you have a monitor plugged in?  I can't remember off hand if that card turns off the GPU when no monitor is plugged in...

Hey,

So many variables, I'll have to throw your suggestions at it tonight. I'm running on Windows 7. I'll check out all of your suggestions plus, I have dual monitors connected, would that affect things as well? Too many monitors? I'm guessing it's more the drivers etc you've suggested causing me issues.

Thanks Smiley

DealMaker
Newbie
*
Offline Offline

Activity: 14
Merit: 0



View Profile
August 28, 2013, 01:44:03 PM
 #7

Apologies platform 1 is supposed to be in the "reaper.conf".  I don't believe you need to specify the device because it should autodetect that from the platform setting.

It's possible you may not have the proper libraries installed if it doesn't see the device after specifying the platform.

What flavor of Linux are you using?  Have you installed the OpenCL libs?  Maybe you aren't using the "nvidia" kernel driver/module and you're using the "nouveau" instead, I've experienced issues there.. I'm thinking you might need them.  Also can you do an "lspci -k" and show what's loaded for the VGA device?  Also do you have a monitor plugged in?  I can't remember off hand if that card turns off the GPU when no monitor is plugged in...

Hey,

So many variables, I'll have to throw your suggestions at it tonight. I'm running on Windows 7. I'll check out all of your suggestions plus, I have dual monitors connected, would that affect things as well? Too many monitors? I'm guessing it's more the drivers etc you've suggested causing me issues.

Thanks Smiley

I responded to your PM.  Keep in mind with Win7 there's a bit of a performance hit..
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!