Bitcoin Forum
May 05, 2024, 03:37:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Simple core/memory auto-tuner script  (Read 4572 times)
joshki
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
May 08, 2013, 06:01:26 AM
 #21

I'm sending you a donation.  Not because This tool helped me speed up mining.  I got zero increase in mining.  I guess my cards are near optimally tuned.  But because I was able to optimize in another way.  Also,  I now have example code on how to talk to cgminer via APIs.  That could be useful to me some day.

You know that there are multiple examples of how to talk to the api in different languages in the cgminer package itself, right?
1714880272
Hero Member
*
Offline Offline

Posts: 1714880272

View Profile Personal Message (Offline)

Ignore
1714880272
Reply with quote  #2

1714880272
Report to moderator
1714880272
Hero Member
*
Offline Offline

Posts: 1714880272

View Profile Personal Message (Offline)

Ignore
1714880272
Reply with quote  #2

1714880272
Report to moderator
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714880272
Hero Member
*
Offline Offline

Posts: 1714880272

View Profile Personal Message (Offline)

Ignore
1714880272
Reply with quote  #2

1714880272
Report to moderator
nst6563
Sr. Member
****
Offline Offline

Activity: 252
Merit: 254


View Profile
May 08, 2013, 02:20:49 PM
 #22


Can you change your GPU clocks using cgminer directly? If you try, ignore any "success" messages cgminer gives you after a clock change and verify that the new clocks are being used yourself (it should display them). This python just uses cgminers clock changing functionality, so if it doesn't work in cgminer, this script won't work.

Make sure you are giving the tuner sensible clock ranges for your card too.

checked with cgminer and it looks like I can't change the clocks in it either.  That sux.  Guess I'm S.O.L. on that.

Any chance you're going to expand this script to include other cgminer settings like threads, thread concurrency, worksize, etc?
anatolikostis
Legendary
*
Offline Offline

Activity: 2026
Merit: 1005



View Profile
May 10, 2013, 07:11:53 PM
 #23

what kind syntax of command is for Win64 for example?  Undecided
FaT (OP)
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
May 17, 2013, 01:29:04 PM
 #24


Can you change your GPU clocks using cgminer directly? If you try, ignore any "success" messages cgminer gives you after a clock change and verify that the new clocks are being used yourself (it should display them). This python just uses cgminers clock changing functionality, so if it doesn't work in cgminer, this script won't work.

Make sure you are giving the tuner sensible clock ranges for your card too.

checked with cgminer and it looks like I can't change the clocks in it either.  That sux.  Guess I'm S.O.L. on that.

Any chance you're going to expand this script to include other cgminer settings like threads, thread concurrency, worksize, etc?

Not at the moment. It seems like there are well established values to try for different cards though.
FaT (OP)
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
May 17, 2013, 01:31:13 PM
 #25

what kind syntax of command is for Win64 for example?  Undecided

Syntax is exactly the same, you just need to have python installed. You might need to give the full path to python when launching the script, for example:
>C:\python27\python.exe CGMinerTuner.py ....
sapsan
Member
**
Offline Offline

Activity: 86
Merit: 10



View Profile
January 02, 2014, 07:11:47 PM
 #26

It seems that this a script does not want to work with cgminer 3.7.2
LuxCapacitor
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 13, 2014, 05:39:14 AM
Last edit: January 14, 2014, 08:06:00 AM by LuxCapacitor
 #27

It seems that this a script does not want to work with cgminer 3.7.2

I just noticed this after fooling with it for an hour  Cry

EDIT:

After some research and trial and error, adding these settings allowed me to use CGMinerTuner

Code:
"api-listen" : true,
"api-allow" : "W:192.168.1.100,192.168.1/24,127.0.0.1",
"api-port" : "4028",

We'll see what happens in a few hours  Grin
ilic
Hero Member
*****
Offline Offline

Activity: 535
Merit: 502


View Profile
January 13, 2014, 05:45:54 AM
 #28

ive been looking for something like this, just what i need!

Good free and easy Bitcoin Faucet thingy: https://freebitco.in/?r=9293711
Do not invest in HYIPs people, however you can put some into iCenter: https://t.me/icenter_bot?start=j5t25s58148
Pages: « 1 [2]  All
  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!