Pages:
Author

Topic: BTCMiner - Open Source Bitcoin Miner for ZTEX FPGA Boards, 215 MH/s on LX150 (Read 161492 times)

member
Activity: 689
Merit: 14
World's First Crowd Owned Cryptocurrency Exchange
What will be better to chose Linux or Windows?
newbie
Activity: 2
Merit: 0
any new miner that supports Scrypt? Thx!  Smiley
hero member
Activity: 725
Merit: 500
Ok, mining on blakecoin.com with my 1.15x cluster! This is awesome, I was getting 0 BTC on deepbit.
sr. member
Activity: 384
Merit: 250
Hey, what about http://www.blakecoin.org/, has anyone tried it with their zTex? I only have 1.15x, does the bitstream work on those?

It does now (courtesy of hal7) (thread post), (git).

NB the original 1.15y bitstream does not work on 1.15x/1.15d hence the need for a new version.
newbie
Activity: 29
Merit: 0
I think the second board with ddr3 ram and artix7 100k could be usefull for litecoins. But this board is in prototype status.

I have an artix7 developer board but its not faster than the sp6
hero member
Activity: 784
Merit: 500
Hehe, zTex strikes back!? What would these deliver 400MH/s?

You may not believe it, but there is hardware which is not only developed for BTC mining. Screw drivers, for example.

Estimated hash rate of these FPGA's is indeed 350 to 400 MH/s


you don't happen to have a clue what they would do in litecoin?


i Used kramble's litecoin bitstream on my ztex 1.15y's and one quad board puts out arround 60 kh/s.
hero member
Activity: 725
Merit: 500
Hey, what about http://www.blakecoin.org/, has anyone tried it with their zTex? I only have 1.15x, does the bitstream work on those?
donator
Activity: 367
Merit: 250
ZTEX FPGA Boards
Not worth it. Used 1.15y's (and a few remaining ones that are sold-off in the shop) deliver more MH/s per price than USB-FPGA Modules 2.16b would deliver, see the message above.

ZTEX not gonna adapt BTCMiner to use with your new board Artix7?


donator
Activity: 367
Merit: 250
ZTEX FPGA Boards
Hehe, zTex strikes back!? What would these deliver 400MH/s?

You may not believe it, but there is hardware which is not only developed for BTC mining. Screw drivers, for example.

Estimated hash rate of these FPGA's is indeed 350 to 400 MH/s
hero member
Activity: 725
Merit: 500
Hehe, zTex strikes back!? What would these deliver 400MH/s?
aTg
legendary
Activity: 1358
Merit: 1000
ZTEX not gonna adapt BTCMiner to use with your new board Artix7?

sr. member
Activity: 244
Merit: 280
I am interested in buying FPGA boards.  If you have a few or more boards, please PM me with your price per GH.
newbie
Activity: 46
Merit: 0
Unless you have more than 100 of the y's, the change ist not worth it anymore.
And even so, since the last difficulty increase, most users of this splendid device will do the same as GPU enthusiastis some months ago.
hero member
Activity: 784
Merit: 500
I don't get this, 3 months since bitfury released the source for their 300MH bitstream, how come ztex don't release it?!

https://github.com/Taugeran/Bitfury

Have you read the bitfury or eldentyrell thread about this?

The boards run at optimum speeds considering power consumption, heat and error rate.

Unlike crainsmore and other boards the power supply on the boards can not meet the requirement for higher clocks. You would have to Mod your boards!
hero member
Activity: 725
Merit: 500
I don't get this, 3 months since bitfury released the source for their 300MH bitstream, how come ztex don't release it?!

https://github.com/Taugeran/Bitfury
sr. member
Activity: 244
Merit: 280
  
Yep, I realize this is a year old post, but anyway: This par fail happened to me, too.  Still interested in building for shits and grins, so if anyone knows the magic settings please let me know.  Tried the 5, 19 switches from the other thread.  Took 9h and gave up with about 8k unrouted.  Not bad, but still far off.





Dear FPGA miners,

I am trying to build the "open source" ZTEX project ZtexBTCMiner-120703

http://www.ztex.de/btcminer/ZtexBTCMiner-120703.tar.bz2

under ISE 14.1 and I am having difficulty making the LX150 Bitfile for the 4 FPGA version of ztex_ufm1_15y1.  I am using ISE Project Navigator 14.1 configured as follows:
 
SET AS TOP MODULE:                                   ztex_ufm1_15y1 (ztex_ufm1_15y1.v)
INCLUDED UCF FILE:                                     ztex_ufm1_15y1.ucf
TARGET DEVICE:                                          xc6slx150-3csg484

The problems are:

(1) I would like to get some recommended part numbers for low profile heatsinks, I notice that Digi-key does not carry Radian.    
(2) Route:441 - The router has detected a very high timing score (7681590) for this design. It is extremely unlikely the router will be able to meet your timing requirements. To prevent excessive run time the router will change strategy. The router will now work to completely route this design but not to improve timing. This behavior will allow you to use the Static Timing Report and FPGA Editor to isolate the paths with timing problems. The cause of this behavior is either overly difficult constraints, or issues with the implementation or synthesis of logic in the critical timing path. If you would prefer the router continue trying to meet timing and you are willing to accept a long run time set the option "-xe c" to override the present behavior.

(Router eventually gives up)

There is no ISE project file in the source tree, and Dr. Z has given his assurance that the .ucf file is complete.

Can anyone please give me some direction on how to build this bitfile correctly, apart from what I am doing as described above?  I have searched these forums and come up with nada. 6500 subproject on GitHub builds just fine, using the same setup.

https://github.com/progranism/Open-Source-FPGA-Bitcoin-Miner/tree/master/projects/X6000_ztex_comm4

The reason I want to build my own bitfile should be obvious to the thirsty...and fellow abductees.  Damn probes. Just wait until we get one of them onto a steel table.


sr. member
Activity: 244
Merit: 280
I wanted to build the source using ISE - it's bombing out due to the defines in sha256_pipes2.v.  Has anyone else run in to this problem?

For example,
data15_p1 <= `S1( S[i-1].data[`IDX(15)] );                                 // 3

Pukes with
ERROR:HDLCompiler:806 - "C:/bitminer-src/fpga/sha256_pipes2.v" Line 89: Syntax error near "[".

As well as several others.  From what I can tell, XST is quite happy with this syntax just a few lines prior.

Never mind, this error only happens in ISE 12.1.  It works in later versions just fine.

sr. member
Activity: 244
Merit: 280
I wanted to build the source using ISE - it's bombing out due to the defines in sha256_pipes2.v.  Has anyone else run in to this problem?

For example,
data15_p1 <= `S1( S[i-1].data[`IDX(15)] );                                 // 3

Pukes with
ERROR:HDLCompiler:806 - "C:/bitminer-src/fpga/sha256_pipes2.v" Line 89: Syntax error near "[".

As well as several others.  From what I can tell, XST is quite happy with this syntax just a few lines prior.
full member
Activity: 196
Merit: 100
I have one board which is being disabled showing the following error:
Code:
Read hash data: error sending control message: No such device: Disabling device
Sometimes after 10, 20 minutes, 1 hour, 3 hours.... anyway, enough to affect mining.

Firmware on the boards has been upgraded to the latest available version.
I believe I have ruled out a faulty USB hub and USB cables by swapping cables and plugging the board in directly to USB without an external hub.
Power supplies have been swapped with the same result. Eventually, I'll get around to making a cable for a large regulated power supply I have to completely rule out the power supply.

In the end, the problem was with the power supplies... both little cheap wall warts. After switching to a 12V 5A regulated power supply, no problems. Maybe not as efficient in term of power, but the boards have mined reliably for days without having to restart anything.


Ahh   Good to hear..   Thanks!
Pages:
Jump to: