Bitcoin Forum
May 24, 2024, 12:25:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20]
381  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin FPGA Production - Serious Inquiry on: April 20, 2013, 07:05:47 AM
I have my own Scrypt code for Xilinx FPGA and a pluggable rack system, that takes 10 boards, I had to mux them as 8+2 hot spares.(yep sometimes they drop in & out of service randomly)

Unfortunately...
Performance is shite...... insofar as comparison to high-end CPU or GPUs.
Who knows if I can get an improvement but it is going to be very hard to beat the GPU thrughput Vrs cost.

Interesting. Thanks for the detailed post, especially the last part where you share your results.

This is good news as far as I am concerned, the whole point of Litecoin using Scrypt was so it would be difficult for specialised hardware to have a massive performance edge.

K some VERY VERY preliminary verifiable measurements. (verifiable from my side).

Iv'e had code for some time that takes about 1ms to do ONE round (no laughing at the back there), which would make it about a 1kh/s.
This is actual code on an FPGA,  yes it has not been optimized yet and yes it is a SINGLE core.

I had not done any work on it, purely because I was working on a 'crypto job' for someone else.... then there was the work on getting  the Bitcoin FPGA code operating at a higher level, currently thats clocking about 350MH/s on a xilinx, with bitcoins at a stupid level, and the fact that BFL & TOM both shafted me on deliveries of ASIC kit it is about priorities.(beer money)

Since I recently took a slagging down on IRC about what some called  'stock images' that I : "had modified so they could not be google searched" , there were requests for a special 'proof' message which I have included specifically for the IRC doubters.



This is not a  'get rich quick scheme' but rather a pure research task, possibly the first images of  an FPGA product running litecoin.
Crypto currencies are of interest to me, but I really will be surprised if people can break into high double figures with a single core on an FPGA.



382  Alternate cryptocurrencies / Altcoin Discussion / Re: BlockBurner FPGA - Litecoin Miner - Dev Team Forming on: April 20, 2013, 06:38:18 AM
I have not received any requests for help with this project so it is independent of our project.

Sorry , you seem to have a very short memory....... or are you saying that it was not you that had the PM from me......
383  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin FPGA Production - Serious Inquiry on: April 19, 2013, 02:09:04 PM
 :'(Seriously some noobie statements  in this discussion.

1. FPGA  is NOT , I repeat NOT a single product from a single manufacturer and as such there are NO hard and fast rules on what you can and cannot do with  BRAMs or memory generation, even the Xilinx product range has a different 'flavour' across product lines.

So statements such as "you don't know what you are talking about" only show you up for the noob you are, if you were THAT WELL researched you would know this.

Talking about 'RAM' as a single entity is also a misnomer ,because generally there are multiple ways to 'construct' RAM, which is after all just a flipflop.

If you are "lucky" the FPGA may have BRAM blocks where the internal resources and routing are all optimized for you, and you just 'hook it up'
If you are not one of gods chosen people then you have to construct the 'RAM' from normal logic, with all the shitty routing and interconnection that infers.

2. Memory access speeds have little to do with it, ultimately it comes down to internal logic chains..., no matter how FAST your memory is,
if your shittly VHDL/verilog is so badly written it takes 20ns to execute a clocked routine, then you may as well just be using paper& pen as a scratch pad, ultimately it bottlenecks somewhere.
Xilinx allows their internal BRAM to be operated 'upto' 600Mhz on some of the V5/V6, but unless you can get the rest of your relevant logic upto that speed , it does not really matter how fast it is.

As regards Scrypt, I had actually contacted some members who claim to be interested in Technical co-op, but it came to naught....
People are only interested if they think you have an edge.

I have my own Scrypt code for Xilinx FPGA and a pluggable rack system, that takes 10 boards, I had to mux them as 8+2 hot spares.(yep sometimes they drop in & out of service randomly)

Its a nice size, about 70cm*20*35cm, which allows for cooling & to slide PCBS along to get the JTAG into each board, with per board highspeed 17CFM MAGLEV fans (none of those shitty fans with the oilpool and stupid split washer under a label)
Only oversight is WTF do I put the PSU's.....(I'd banked on an ATX actually being able to supply the 3V3 supply, but they all lie about the capability)

Unfortunately...
Performance is shite...... insofar as comparison to high-end CPU or GPUs.
Who knows if I can get an improvement but it is going to be very hard to beat the GPU thrughput Vrs cost.
384  Bitcoin / Hardware / Re: Official Open Source FPGA Bitcoin Miner (Spartan-6 Now Tops Performance per $!) on: April 09, 2013, 10:35:19 PM
Sorry but it can and does.
There is no correct Measurement of delay UNTIL the device is thrugh the place and route stage, sometimes "map" can come close, but I've had bitcoin designs that give  closure timings for over 300MHZ, but then after final P&R  they hit stupidly low figures

I.E 87Mhz....... or 87MH/s

which is just embarrassing..... for a V5 or V6,(HOT TIP coming up...)

The  absolutely F***** stupid thing is that changing a single DCM_BASE or DCM_ADV parameter can  trash your results....
The unit is supposed to be totally self contained clock multiplier(which it is...) but what they don't tell you is that when you configure it, the configuration pins are either grounded or taken high and depending on the combination you choose, it can screw up the routing resources to such an extent you loose massive throughput.

CLKFX_DIVIDE => 10,
CLKFX_MULTIPLY =>12,

does not give you the same routing and performance as
CLKFX_DIVIDE => 5,
CLKFX_MULTIPLY =>6,

Even though the final CLKFX frequency that feeds your logic is the same!!!!!

The way I tackled it was to find the BEST routing configuration frequency for the DCM then to externally CHANGE the crystal to match the internal clocking rate I wanted, which defeats the purpose of the DCM......
The other solution would be to register the DCM_ADV then dynamically reconfigure during running.



385  Bitcoin / Hardware / Re: Official Open Source FPGA Bitcoin Miner (Spartan-6 Now Tops Performance per $!) on: April 09, 2013, 01:21:03 PM
Correct, something like that. I was thinking on-die memory segments could be used. But anything that would separate the hasher clock from the software communicator should be a good thing. I hadn't seen that code as I was working on the altera branches. They must be doing something right to achieve 200mh/s per chip on a spartan lx150 which in this thread (and on the hardware comparison page) topped out at 100mh/s on other boards (unless I missed some updates somewhere). The ztex design seems to be clocking 1 core at 200+mhz versus the other designs without hasher/controller separation clocking at 100mhz with 1 core. Would be amazing to double the clock rate of my altera chips from 220 to 440 w/ 3 cores!

Separating clock will not help for you(i've tried on xc6slx150). The frequency is limited by carry chains, not by the clock network delays.
As i know, ztex design allows 190MHz generally(probably calculated by xilinx at 85 celsius) , but voltage/temperature derating allows to increase frequency.

I've tried to compile ztex's source, and xst reported 230 MHz maximal clock freq. . I made some modifications, so i hope it will reach 190MHz after par, because Xst reported 316.312MHz.

Problem is that XST ALWAYS reports shit hot timings for the simulation, but once the design is mapped into the actual device, then the  timings go to pot because of the way the interconnects work.(some of the XST tools just look at the 'pure logic' chains for timing).

Also as regards splitting the clocks.. it is a bad idea and there is no need for it....(in this design), becasue once you have more than one clock you have to deal with crossing clock domains and then you have to deal with shitty situations of clock lag and jitter over multiple clock sources.
As regards heat.. the hotter it runs the shorter it lives, Xilinx starts to shutdown at just over 85deg. die temp.(its designed into the die)

I've taken the XUPV5 to over 350MH/s,  but it has required a very special power supply design and special PCB (which smells like cooked hairy crab when it's running full pelt)+6 17CFM fans...(those are special 'maglev' designs, not like the shitty stuff with the oil and the shitty washer holding the spindle in the housing)

BUT It's a bitch, yesterday it worked fine but today it was heavy rain and It's getting bad shares, but dropping it back 20MH/s fixed it until the rain became heavier...

it is purely a research project as both Tom & BFL have screwed me on my ASIC deliveries.

Finally as regards to the 'main delay' being in communication... actually it is unlikely, rather it is in some FPGA designs that don't allow block interruption when the block changes.
 I suspect this becasue  of the FIFO's and the increased USART timings(230400) I designed in to deal with other 'idle time'

Plus there are a number of shortcuts (nope not the well documented SHA256 ones) even saving a few tens of ms per round all adds up....

386  Bitcoin / Pools / Re: [ANN] BTC Guild Registration Limits/51% Mitigation Plan on: April 07, 2013, 11:37:32 PM
So the plan is to solve the problem with your own get rich quick scheme......
at the current rate of $160USD per bitcoin@ 7%

387  Other / Beginners & Help / Re: Now what in the HECK is ASICMiner?! on: April 04, 2013, 12:31:23 AM
And yet an even better solution would be to take your wad of Sweaty cash over to mtgox and buy some bit coins.

In the last 5 months the price is up nearly 800%.......


Sorry 1500%, even if you took my advice you would have made  70% on your money in 5 days!!!!
388  Alternate cryptocurrencies / Mining (Altcoins) / Re: [LTC] Online Litecoin Miner on: April 03, 2013, 09:31:15 AM
K...
Iv'e just taken a look at both sets of java code.
The reason it is not performing as well as C++ is the creation of objects,  creating objects in java is SLOW.

The trick is to instigate the objects you need at the start then REUSE the objects already created.
Also on the threading use a pool.

Failure to follow these two simple cases is why 90% of all java programs run slowly, because the bytecode is spending its time continually re-creating object it has just disposed of.
Once memory gets squeezed, then the GC continually kicks in.


OK I graphed it, you can clearly see the problem




You can see the 'Heap' thrashing about as objects are created and destroyed
389  Bitcoin / Hardware / Re: Fpga bitcoin mining available? on: April 03, 2013, 04:20:10 AM
Lets just say as usual Hardcore is wide of the mark!!!!!!

If you actually check the link given.... you will see that one V5 is a 110T the other is a 50T

"Xilinx Virtex-5 XC5VLX110T XC5VLX50T"

You can get a double hashing core into the XC5VLX110T.
I have just finished research which gets the hashing rate upto 370MH/s per chip at a little over 10W per chip.(why?, because i'm bored)

As for the XC5VLX50T good luck with getting any decent hash rate out of that!!!!, because you would have to go with a nested core and not an unrolled one.

So actually if you buy that board, we can see from here:
http://tpbitcalc.appspot.com/

That at 200Mh/s which is a public bit file, you would need about 85 days to recover the cost, and since  Avalon and BFL(most probably)
will have dumped a shit load of ASICS in the next 3 months, it is unlikely you would see any decent return.


I myself have indeed been buying up FPGA's at stupid prices, but that is for a project on litecoin, but first I will mine bitcoin to recover the cost of the XC5VLX110T's.
390  Other / Beginners & Help / Re: New to BTC/LTC on: April 02, 2013, 10:11:02 PM
hello guys well i m new here and also with the mining i want to do LTC mining but for that i have to buy a GPU for which i dont have money. i wish there are some help full people here who could donate some LTC to my address. Kindly help me to get started. iwould be thankful for that.
my Litecoin address is :   LWaCEEPNNEAyupuP4XwxT74TXzX5R38L3U
plz help me guys.

Another idiot wanting a 'freebee' go do some CPU mining.
391  Other / Beginners & Help / Re: Avoiding Taxes on Bitcoin Gains on: April 02, 2013, 10:09:18 PM
If you won almost a hundred thousands bucks do you really care to pay 30k to comply with laws ?
If you get caught (for whatsoever reason) trying to fraud, you might lose everything.

I do not know how it works in the US, but here, if you make like a 1 000 euros deposit into your bank account, your bank will most likely contact the government and they will ask where the money come from.

I'm talking tax avoidance, not evasion. I'm trying to do everything legally.

In the event that I was audited, I'd point to the bitcoins I bought, claim them as a currency which I used to purchased gold. What could likely happen at that point is the IRS would say, "no, you can't do that" and I would owe back taxes on the appreciation. Worst case scenario is I could be hit with interest and monetary and possibly criminal penalties, but that is not likely as long as the IRS believed I wasn't deliberately evading taxes or laundering money.

The fact is there is no clear guidance from the IRS as to how bitcoins should be taxed and the announcement from FinCEN implies that bitcoins are a currency, meaning that isn't too far-fetched that they be treated as such when it comes to tax purposes.

Simple host your kit in Hong Kong... the tax is 0% on bitcoins

392  Other / Beginners & Help / Re: Jeez, the price is STILL rising on: April 02, 2013, 10:07:02 PM
Yep.. it will continue in the short term , until the media settles down.
Then there will be a massive sell off.
393  Other / Beginners & Help / Re: How valuable will 1 Bitcoin be 2 years from now? Make an educated guess. on: April 02, 2013, 02:46:14 PM
Depends
if the EU are going to continue to do stupid things like steal 80% of peoples money.
if yes then crypto currencies will become BIG, but at the same time governments will do their best to limit them.

previously Bitcoin was a gimmick used by people wanting to buy drugs, but if the stupidity continues then people will invest, purely because there is nothing else, I mean 900% increase since September 2012
394  Other / Beginners & Help / Re: Newbie AVALON ASIC mining buy-in on: April 02, 2013, 02:41:05 PM
BFL has always talked about gearing up for thousands of units a month.  Were they to succeed, they could drop +100TH/s on the network per month.  That would obviously be a big, big deal.  I'm not holding my breath for it...  I doubt they'll ship anything this month, perhaps a few hundred in May just to put themselves on the map.

Good luck to them........

People will only buy if they can get ROI and if you are selling a unit at 1.5k but the ROI is 4 years , then it's really going to dent their sale figures.

more likely they will do what josh is doing... set up a mining company
395  Other / Beginners & Help / Re: Now what in the HECK is ASICMiner?! on: March 29, 2013, 09:39:58 PM
And yet an even better solution would be to take your wad of Sweaty cash over to mtgox and buy some bit coins.

In the last 5 months the price is up nearly 800%.......
396  Other / Beginners & Help / Re: How to calculate profit on: March 29, 2013, 11:45:43 AM
Which FPGA should I buy, and where ?

FPGAs purchased today are no longer viable mining hardware, after considering the capacity coming online from ASICs.  ASICs are just that much more cost efficient to procure and operate.

As far as calculating profit, that will depend on future difficulty and future exchange rate, neither of which is known yet.

If you have the specs for an FPGA you can calculate how much it will earn (gross revenue) at the current difficulty:
 - http://tpbitcalc.appspot.com/
 

That is slightly incorrect.......

You should state FPGA's bit-mining kit  from the major suppliers in not currently cost effective, the actual FPGA's can be had very cheaply on Ebay. and are cost effective when incorporated into a home brew system...
397  Other / Beginners & Help / Re: What's your Mhash/s? (Pissing contest here) on: March 29, 2013, 10:49:10 AM
I'm doing research.

I have an FPGA XUPV5-LX110T that seems to be pushing about 400MH/s, that is double the current record.

Current consumption is about 3A at 3V3  which is about 10w , but even so it still blew out a component bottom right.

and half way up the right a solder blob to patch the  inductor that blew out....

The current seems  too low for the hash rate, but chipscope seems to confirm it....


I just finished debugging the "hacked" board today.. and yes I know there is no 'coin' in using an FPGA to mine, but I have my eye on litecoin.....



Yellow glue & bluetack is great for sticking  development hacks on a PCB
398  Other / Beginners & Help / Re: Now what in the HECK is ASICMiner?! on: March 29, 2013, 10:11:06 AM
Basically it is a  'scheme'

Someone who wants to 'hold' hardware but does not want to put up the cash, gets a load of people to buy 'shares' in the mining throughput of the hardware, whilst they charge a % for electricity and hosting.


The shares *may* pay a % return.

Problem with many of these schemes is that they are setup without proper legal protection so if it goes tits up, or the person runs off with the hardware, then there is little you can do.

You pay's your money and you's takes your chances........




399  Other / Beginners & Help / Re: Newbie poster on: March 29, 2013, 10:04:11 AM
Yep  I've been lurking for quite some time, but I have a couple of new projects on, that require contact with some bitcoin members.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!