Hi BkkCoins,
I've got a full up K16 ready to test, but don't have the firmware (don't have a paid version of the compiler and already used up the demo).
Could I please trouble you for a compiled hex file (if that's allowed) that I can pump into the unit to test. I didn't see one in the repo. I do have MPLAB and an ICD3.
I've applied power to the board and no problems there.
Cool project! I'm super stoked to get it running.
See pic @
http://placedroid.com/blogs/news/8625479-place-droid-assembles-first-of-many-klondike-k16-bitcoin-mining-enginesThank-you !!!
EDIT: Also just realized I may need a Windows binary of the modded cgminer. Can someone post one ? I don't have a linux box atm and will spin for days trying to get this stuff compiled. I'm rusty. Thx!!
There should be a hex file in github but it's probably just compiled for whatever I was testing last - which would be 1 bank of 4 chips. I haven't updated it recently. I should do a few edits for 16 chips and compile and post a new version. I'm probably going to be running out of my own trial also. I don't recall the date now. On github the hex file resides in the /firmware/Klondike.X/dist/K16/production directory. I'll look this evening at doing a default 16 chip hex file and pushing it to github. I really do need to get some time in on the firmware now.
I don't have Windows here at all so can't immediately help with that. Hopefully there's someone out there who has compiled it for Windows.
Hi everybody,
I have compiled the cgminer-klondike version (pulled from bkk github) following the windows-build.txt file. It´s working in my desktop PC hashing with my GPU because I don´t have any USB hardware to test (I´m be waiting my K16 boards from Steamboat). I installed too in my laptop and it´s working without hashing (not a good GPU on it) only looking at the pool (BTC Guild).
I gues it may be useless to share the cgminer binaries, because it must be compiled in each PC (with all the dependencies, MinGW, etc). Am I wrong?
Roybitcoin
Interesting stuff. 2 questions.
1) What package/program did you use to compile it and what settings did you use?
2) If it's a standard windows executable, why would it need to be specifically compiled for each machine?
Hi,
I followed the instructions from the windows-build.txt file; in configure option I used ./configure --enable-klondike.
I think I was confused with all the downloaded stuff (MinGW, Libraries, etc) but at the end we need only the cgminer.exe and the .DLLs as shown in the windows-build.txt file:
**************************************************************************************
* Copy files to a build directory/folder *
**************************************************************************************
Make a directory and copy the following files into it. This will be your CGMiner
Folder that you use for mining. Remember the .cl filenames could change on later
releases. If you installed a different version of libcurl then some of those dll's
may be different as well.
cgminer.exe from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
*.cl from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
README from \MinGW\msys\1.0\home\(username)\cgminer-x.x.x
libcurl.dll from \MinGW\bin
libidn-11.dll from \MinGW\bin
libeay32.dll from \MinGW\bin
ssleay32.dll from \MinGW\bin
libpdcurses.dll from \MinGW\bin
pthreadGC2.dll from \MinGW\bin
I will test in a "clean" PC just to see if it works fine only with this stuff or there is another DLL that we need
Regards