kingcoin
|
 |
August 17, 2013, 10:06:53 AM |
|
PS Did you go on the Arrow course to get hold of that board. At $99 it was an absolute bargain
Exactly.
|
|
|
|
BlueDragon747
Legendary
Offline
Activity: 1509
Merit: 1030
Solutions Architect
|
 |
August 20, 2013, 03:25:45 PM |
|
Hi Guys, just wanted to say thank you for hard work everyone has put into this project and the forks especially:- fpgaminer kramble progranism teknohog makomk pmumby and anyone else who has contributed to the code/projects without you guys I would have not taken to fpga anywhere near as fast, in the near future I hope to be able to contribute by porting in the bitfury code to the Lancelot dev board which I currently have building @ 270MHz per core but I only have a test case working atm so work in progress Thanks also go out to bitfury for releasing his source code for spartan-6  I have also done the basic built of kramble litecoin fpga icarus project which is reports to have a max 194MHz but have only tried to add more local miner cores per fpga 2 > 8 with halfram but it is having more trouble routing atm so more work in progress Best Regards BlueDragon747
|
Info: Github - Blakecoin.org - BCT Blakecoin thread - Twitter - BCS - BlakeZone Trade Blakecoin: Xeggex.com Merged Mining Pools: EU3 - NY2/AT1 - LA1Donation Addresses: BLC: Bd3jJftFbwxWSKNSNz35vkDd57kG6jHAjt PHO: BZXPMc8eF9YZcJStskkP2bVia38fv9VmuT BBTC: 2h8c4NbzXJXk6QQ89r7YYMGhe13gQUC2ajD ELT: e7cm6cAgpfhvk3Myh2Jkmi1nqaHtDHnxXb UMO: uQH9H17t7kz3eVQ3vKDzMsWCK4hn5nh2gC LIT: 8p8Z4h5fkZ8SCoyEtihKcjzZLA7gFjTdmL BTC: 1Q6kgcNqhKh8u67m6Gj73T2LMgGseETwR6
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
August 29, 2013, 02:03:37 AM |
|
Hi,
I just received my Kintex 7 Evaluation board, having a play around, I believe I managed to flash the KC705 project to the board. However I am unsure how to connect this with CGMiner or any other mining software. Could anyone please provide some assistance?
Thanks.
|
|
|
|
fpgaminer (OP)
|
 |
August 29, 2013, 03:22:58 AM |
|
I just received my Kintex 7 Evaluation board, having a play around, I believe I managed to flash the KC705 project to the board. However I am unsure how to connect this with CGMiner or any other mining software. First thing you'll want to do is make sure the KC705's UART-USB is connected to your computer. Open its com port, 115200 baud, and make sure you see hex values being dumped out at a regular interval (4 seconds). Those are temperature readings coming from the firmware. Once that's good, you can get a modified MPBM up and running to mine using the KC705. goxed made a quick checklist to follow.Yeah, it's not well documented; sorry about that. without you guys I would have not taken to fpga anywhere near as fast You are most welcome, BlueDragon747. I am glad to see that the project has helped you taste the wonders of FPGA development  On a related note, I've been tossing around the idea of buying a DE0-Nano board for myself, and developing a well documented subset of the code, and tutorial around it. The tutorial would be aimed at teaching the basics of the Bitcoin mining algorithm, and implementation on FPGAs. Since the DE0-Nano is cheap, I think it would make a great starter project for anyone new to FPGAs. I've been tossing the idea around, because profitable FPGA based mining is more-or-less dead. But I would like this project to remain a healthy source of knowledge and inspiration for others.
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
August 29, 2013, 04:14:01 AM Last edit: August 29, 2013, 04:46:38 AM by hyphenx |
|
thanks, hopefully in time I will be able to make my own contributions to the project. Turns out I hadn't programmed it, but I've got it programmed now  Just need to get this python sorted out and hopefully I will have it hashing away EDIT: Copied files to modules/fpgamining/kc705_uart/__init__.py modules/fpgamining/kc705_uart/kc705uartworker.py Ran MPBM using python (not entirely sure with using cygwin, but downloading atm). The web interface opens ok however I cannot see KC705 in the list of workers. Tried changing from COM2 to COM1, can see hex values when I open COM1 in putty.
|
|
|
|
fpgaminer (OP)
|
 |
August 29, 2013, 06:32:37 AM |
|
The web interface opens ok however I cannot see KC705 in the list of workers. It won't be automatically detected; did you add a worker instance for the KC705 using the web ui?
|
|
|
|
kramble
|
 |
August 29, 2013, 07:26:38 AM Last edit: August 29, 2013, 08:03:21 AM by kramble |
|
On a related note, I've been tossing around the idea of buying a DE0-Nano board for myself, and developing a well documented subset of the code, and tutorial around it. The tutorial would be aimed at teaching the basics of the Bitcoin mining algorithm, and implementation on FPGAs. Since the DE0-Nano is cheap, I think it would make a great starter project for anyone new to FPGAs.
Its a very nice introductory board, but watch the regulator chip temperatures if you run the clock speed up. They can run hot even when powered by USB (nominally 500mA, but it will try to draw more, the blue led goes dim which is a good indicator of this). If you attach an external power supply they can get very hot. There is thermal shutdown (at 175C die temp!!), but you really do not want to push them this far (see my conversation with hardcore-fs way up thread). PS You may want to amend the pool details in the default mining config file. Eleuthria is about to turn off the getwork server on BTCGuild. Perhaps add a note on using a stratum proxy server?
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
August 29, 2013, 07:36:45 AM |
|
By gosh, I think I done it. Once python was running in cygwin it seemed to recognise the KC705 worker module. Installed pyserial the same way and away she goes. https://i.imgur.com/yeJRkMV.jpgAverage is at about 220 now. How's it look?
|
|
|
|
fpgaminer (OP)
|
 |
August 29, 2013, 07:55:56 AM |
|
Lookin' good; congrats! The average should crawl to 400 MH/s over time.
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
August 29, 2013, 08:07:09 AM |
|
Thanks! I'm up to 305 now. At what point will the fan turn on? Or is it something I should add into the code?
|
|
|
|
fpgaminer (OP)
|
 |
August 29, 2013, 09:37:33 AM |
|
If I recall correctly, the fan on my KC705 was always running. Perhaps yours isn't connected properly, a jumper is set incorrectly, or ... something else (I vaguely recall the FPGA being able to control it, but my firmware doesn't touch the fan).
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
August 29, 2013, 09:42:01 AM Last edit: August 29, 2013, 11:47:25 AM by hyphenx |
|
I'll have to grab my multimeter and see. Is 400Mh/s really the fastest this can pull? I saw a post from goxed somewhere stating 1Gh/s. Other documentation suggests 825Mh/s. Is this set by the hashing clock multiplier clk_out1?
EDIT: Fan hadn't been connected correctly by the factory EDIT2: This thing is so much fun!!!! Testing different config's now to see how much I can hash.
|
|
|
|
curseddagger
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 03, 2013, 07:27:25 AM |
|
I'm just getting into bitcoin mining for fun and have a Xilinx KC705 FPGA dev board at my disposal. I currently have it running at 400MH/s with the open source bitcoin mining software. I have seen on this forum a few people have it running at 600MH/s and so i'm wondering where i can find a bitfile or project to get it running at that speed.
|
|
|
|
goxed
Legendary
Offline
Activity: 1946
Merit: 1006
Bitcoin / Crypto mining Hardware.
|
 |
September 07, 2013, 08:19:30 PM |
|
I'm just getting into bitcoin mining for fun and have a Xilinx KC705 FPGA dev board at my disposal. I currently have it running at 400MH/s with the open source bitcoin mining software. I have seen on this forum a few people have it running at 600MH/s and so i'm wondering where i can find a bitfile or project to get it running at that speed.
https://mega.co.nz/#!bFwDib6S!UphPVlo-qi0qKViE8Kcr9hs-FjJBZaDocTlifIGl8D8
|
Revewing Bitcoin / Crypto mining Hardware.
|
|
|
curseddagger
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 09, 2013, 07:22:44 AM |
|
Thanks Goxed!! Do you have any idea what was changed in the project to get it to build and meet timing? Cheers again!
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
September 09, 2013, 03:35:47 PM |
|
Thanks Goxed!! Do you have any idea what was changed in the project to get it to build and meet timing? Cheers again! Not sure about everyone else, but I was able to achieve this by increasing the clock speed.
|
|
|
|
curseddagger
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 10, 2013, 01:07:01 AM |
|
Not sure about everyone else, but I was able to achieve this by increasing the clock speed.
If i download the fresh project from github and open it, change the clock to 600 and build, it fails timing by heaps.
|
|
|
|
hyphenx
Newbie
Offline
Activity: 48
Merit: 0
|
 |
September 10, 2013, 08:13:36 AM |
|
What's your effective MH's with a fresh project?
|
|
|
|
curseddagger
Newbie
Offline
Activity: 5
Merit: 0
|
 |
September 12, 2013, 07:54:23 AM |
|
What's your effective MH's with a fresh project?
260.2
|
|
|
|
Bas
|
 |
December 05, 2013, 08:26:38 PM |
|
We are looking for someone from the Netherlands willing to give a talk about open source Bitcoin mining during Hardware Freedom Day 2013 at FabLab Amersfoort: http://www.hardwarefreedomday.nl/2013/Bitcoin-ATM.htmlDouwe Bart Mulder will show how to design and build your own Bitcoin Automated Teller Machine (ATM).
|
|
|
|
|