Bitcoin Forum
June 24, 2024, 06:50:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Strange GPU usage  (Read 1734 times)
tim127 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 18, 2013, 01:05:25 AM
 #1

So today I started mining bitcoins, but after I leave it running for a few minutes the GPU usage drops to between %2 and %6, as opposed to the normal %94 - %96. When this happens I go from getting around 53 Mhash/s to 690 Khash/s. Im using a GTX 650 ti boost overclocked to 1228 mhz, and GUIMiner to do the mining. Does anyone know what i can do to fix this?
DjPxH
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
December 18, 2013, 01:54:56 AM
 #2

Can you post your config file?

Maybe your --temp-cutoff setting is too low?

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
PRIMEDICE
The Premier Bitcoin Gambling Experience @PrimeDice
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
tim127 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 18, 2013, 08:13:41 PM
 #3

This is my current config file

Code:
{
    "profiles": [
        {
            "username": "email",
            "balance_auth_token": "",
            "name": "opencl",
            "hostname": "pit.deepbit.net",
            "external_path": "C:\\Users\\Tim\\Downloads\\guiminer\\miners\\puddinpop\\rpcminer-cuda.exe",
            "affinity_mask": 1,
            "flags": "-v -w 128 -f 200",
            "autostart": false,
            "device": 0,
            "password": "password",
            "port": "8332"
        }
    ],
    "bitcoin_executable": "C:\\Program Files (x86)\\Bitcoin\\bitcoin-qt.exe",
    "show_console": false,
    "show_summary": false,
    "show_opencl_warning": true,
    "console_max_lines": 5000,
    "start_minimized": false,
    "blockchain_directory": "C:\\Users\\Tim\\AppData\\Roaming\\Bitcoin",
    "window_position": [
        -1032,
        274,
        435,
        311
    ]
}
Kloks
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
December 18, 2013, 11:15:21 PM
 #4

I had the same problem with CGminer and Radeon cards.

Increasing of gpu-powertune to 20 helped me.
paisithk
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 18, 2013, 11:22:05 PM
 #5

I had this problem when the card were running hot.
















                 


_______________________________________________________________________________ _______________________________________________________________________________ _____________________
https://twitter.com/100KBTC               https://www.facebook.com/100KBTC
Singulari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 19, 2013, 01:16:07 AM
 #6

It could also be a problem with the pool not giving your card enough work too.

That could also be related to a network problem like an intermittent internet connection.
tim127 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 19, 2013, 01:46:12 AM
 #7

Well my card only hits 38c at the most while Im mining, and I dont think powertune is relevant because its an nvidia card(I think...?)
Singulari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 19, 2013, 02:04:29 AM
 #8

Well my card only hits 38c at the most while Im mining, and I dont think powertune is relevant because its an nvidia card(I think...?)

Try pinging the pool from the machine that you are running the miner on and see if you have any loss.
tim127 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 19, 2013, 02:26:48 AM
 #9

I pinged deepbit.net and there was a 0% packet loss, but I did start mining with the console open and this is what I got:
Code:
2013-12-18 21:15:08: Running command: poclbm.exe username_1:password@pit.deepbit.net:8332 --device=0 --platform=0 --verbose -r1 -v -w 128 -f 200
2013-12-18 21:15:08: Listener for "opencl" started
2013-12-18 21:15:09: Listener for "opencl": WARNING: ADL missing (no AMD platform?), temperature control is disabled
2013-12-18 21:15:09: Listener for "opencl": pit.deepbit.net:8332 18/12/2013 21:15:09, checking for stratum...
2013-12-18 21:15:09: Listener for "opencl": pit.deepbit.net:8332 18/12/2013 21:15:09, started OpenCL miner on platform 0, device 0 (GeForce GTX 650 Ti BOOST)
2013-12-18 21:15:10: Listener for "opencl": pit.deepbit.net:8332 18/12/2013 21:15:10, using JSON-RPC (no stratum header)
2013-12-18 21:17:41: Listener for "opencl": pit.deepbit.net:8332 18/12/2013 21:17:41, long poll: new block 0000000054e4f53e
The last line after I started it was:
Code:
2013-12-18 21:15:10: Listener for "opencl": pit.deepbit.net:8332 18/12/2013 21:15:10, using JSON-RPC (no stratum header)
and it was running fine, but when it stopped I got the last line
Singulari
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 19, 2013, 02:28:35 AM
 #10

Why don't you try to mine using stratum. That could be part of the problem.

AFAIK that error you saw is just a statement saying that it doesn't see a stratum server so it is going to use JSON-RPC as a way to get work.
tim127 (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 19, 2013, 02:35:22 AM
 #11

Alright, the only thing is Im really new to this so Im not sure how i would use stratum.
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!