Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: = ClockTweak = win32 command line clock/voltage tweaking tool
by
phelix
on 09/08/2011, 18:14:57 UTC
Don't understand , where is stored json  data file after
Code:
clocktweak -r  --json file
command ?

P.S. Another one project based on clocktweak tool https://bitcointalk.org/index.php?topic=35340.0 ( Free php/js dashboard script)


nice graphs! can you use it to check if you are getting the amount of coins you should get based on your hashrate?

[json output]
the help may be a little misleading on this one. the only json modifier for -r is screen. the same goes for -o. for clocktweak to write something to a file you need -o and -w. then you can use all the json modifiers.

the single entry files will be stored in the clocktweak directory, the log files will be stored in a subdirectory "logs".

if you want a single read run and json output you can use a command like this:
clocktweak -r -n -j screen > ct_read_j.txt