Bitcoin Forum
March 19, 2025, 01:09:39 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Майнеры / Графики выхлоп от частоты/ядра on: March 15, 2012, 06:06:49 AM
Вот сделал чуток графиков зависимости мегахешей от частоты памяти/параметров майнера

КДПВ:



Сами графики тут: http://ocakypa.dyndns.biz/miner/

Все тесты на линуксе, драйвер 11,6, сдк 2,4.

Если кто захочет прогнать тесты на своем линуксе - пишите, расскажу.
2  Bitcoin / Mining software (miners) / Graphs - memory clock / performance / kernels on: March 12, 2012, 07:51:34 AM
Link for this theme in russian https://bitcointalk.org/index.php?topic=68839.0

Here is some graphs with correlation of memory clock and performance in MH/s.  

All graphs available here: http://ocakypa.dyndns.biz/miner/



And script to produce that

http://pastebin.com/qkCFBEUr

requires screen

Copy it into cgminer's directory. Make sure you change values on config section. Results will appear in directory defined in "results" variable. Make sure it writable.
Cgminer always include default config, so rename it or remove. Config to run cgminer in "cgminer_config_path" var. Here is my config for device #0 (test0.conf)
Code:
{
"pools" : [
        {
                "url" : "http://pit.deepbit.net:8332",
                "user" : "XXX",
                "pass" : "XXX"
        }
],
"intensity" : "9",
"gpu-engine" : "0-930",
"gpu-fan" : "0-85",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"auto-fan" : true,
"expiry" : "120",
"gpu-threads" : "2",
"log" : "5",
"no-restart" : true,
"queue" : "1",
"retry-pause" : "5",
"scan-time" : "60",
"temp-hysteresis" : "3",
"api-listen" : true,
"donation" : "0.00",
"shares" : "0",
"kernel-path" : "/usr/local/bin"
}

sometimes X server hangs, in this case script will create file "reboot_required" in current dir, so you could use ither script to reboot automatically

First parameter is device number to run tests on. It 0 by default.

Also run another instances of cgminer befor running this script, because it will overwrite another GPU clock values.

Sometimes identical GPUs with same clocks produce different MH/s, so be careful comparing results from different GPU.

Results will appear in subfolders in json files. I wrote php script that draw graphs. http://dl.dropbox.com/u/569082/cgminer-tester.zip Put it into webserver webroot somewere, tests put in tests dir inside.

UPD0: script on pastebin
UPD1: upd script
UPD2: picture changed
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!