Bitcoin Forum

Other => Beginners & Help => Topic started by: tim127 on December 18, 2013, 01:05:25 AM



Title: Strange GPU usage
Post by: tim127 on December 18, 2013, 01:05:25 AM
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?


Title: Re: Strange GPU usage
Post by: DjPxH on December 18, 2013, 01:54:56 AM
Can you post your config file?

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


Title: Re: Strange GPU usage
Post by: tim127 on December 18, 2013, 08:13:41 PM
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
    ]
}


Title: Re: Strange GPU usage
Post by: Kloks on December 18, 2013, 11:15:21 PM
I had the same problem with CGminer and Radeon cards.

Increasing of gpu-powertune to 20 helped me.


Title: Re: Strange GPU usage
Post by: paisithk on December 18, 2013, 11:22:05 PM
I had this problem when the card were running hot.
















                 


_______________________________________________________________________________ _______________________________________________________________________________ _____________________
https://twitter.com/100KBTC               https://www.facebook.com/100KBTC


Title: Re: Strange GPU usage
Post by: Singulari on December 19, 2013, 01:16:07 AM
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.


Title: Re: Strange GPU usage
Post by: tim127 on December 19, 2013, 01:46:12 AM
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...?)


Title: Re: Strange GPU usage
Post by: Singulari on December 19, 2013, 02:04:29 AM
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.


Title: Re: Strange GPU usage
Post by: tim127 on December 19, 2013, 02:26:48 AM
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


Title: Re: Strange GPU usage
Post by: Singulari on December 19, 2013, 02:28:35 AM
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.


Title: Re: Strange GPU usage
Post by: tim127 on December 19, 2013, 02:35:22 AM
Alright, the only thing is Im really new to this so Im not sure how i would use stratum.