...it seems the "mine start" & "monitor" command does not work anymore with the new ccminer.
jk_14 gave the hint we should re-use the old util.c because he modified it. but that doesn't help.
buuuut - if you compile it the right way you could start it via command right out of the dir were the new ccminer is located:
screen (you need this if you logged in via ssh, and like to close the console afterwards)
cd /opt/miners/ccminer (location of the new miner)
./ccminer -a algo -o stratum+tcp://pool -u x -p x
make sure you stopped the monitor & the kopiemtu mining command (mine stop / monitor stop) before.
edit. one little hint.
the previous ccminer was located ccminer-2014-05-20.
the dir "ccminer" is/was only a softlink. you could check it with "ls -l /opt/miners/ccminer" and see were it points to.
you could download (our just move) the new miner into "ccminer-2014-06-13" and make a softlink with this command "ln -s /opt/miners/ccminer-2014-06-13 /opt/miners/ccminer". before you have to delete the old "ccminer" softlink.
Thanks a ton PVmining... this info helps a ton.
Even just using vi and Pico again (which I probably haven't done since working on the university systems 20 years ago...) is kind of funny to me.
It's funny how much comes back even after all this time, but I still needed to google some stupid easy commands like 'mv'.
So help me out a little with what happens with the commands that you gave me to compile the code from github....
I clone the code to the ccminer dir and go through the make process?
Or should I be doing that to a ccminer-[date] directory like I see there already and then update the soft pointer in the ccminer folder?
Clearly I probably hosed it all up when I moved it all to a date folder... just re-imaged my USBdrive and will give it another go later tonight, even if I have to start it up manually.
Thanks again.