any hint how to use API? never even tried it...
just point my browser to api port ?
Add
--api-bind
to your command line of ccminer, then use a telnet program (putty if using windows) to telnet to 127.0.0.1 port 4068 (default setting). When it connects type:
threads
and hit enter. A bunch of info will spit out, the bit you are interested in is "I=". If you have multiple cards, you will have multiple I's (along with multiples of all the other information). You can set different intensities per card with -i 21.8,22
If you cannot connect via telnet try:
--api-bind :4068
(example: --api-bind 192.168.2.2:4068) then try telneting to port 4068