Pages:
Author

Topic: What to do with BFL FPGA singles now? (Read 6386 times)

member
Activity: 84
Merit: 10
October 31, 2013, 08:30:16 AM
#58
How many Gigs can the FPGA produce today?

A gigawatt
hero member
Activity: 896
Merit: 500
October 31, 2013, 03:48:22 AM
#57
How many Gigs can the FPGA produce today?
sr. member
Activity: 322
Merit: 250
October 28, 2013, 11:41:58 AM
#56
Title says it all.

Now that a BFL FPGA single only breaks even with electiricty costs (depending on your rate, in CA it's negative now), what are people doing with their old BFL singles?

Each single generates roughly 0.002 BTC today, hardly worth it to keep the things on.





It's amazing how obsolete this stuff becomes. So fast!

I had 3 of these a month ago. Now they are pretty useless. But I managed to make a descent ROI on it. L

Lucky for you, at least you ROI ....
legendary
Activity: 3094
Merit: 2239
I fix broken miners. And make holes in teeth :-)
October 28, 2013, 09:44:27 AM
#55
Cloud mining is the latest scam. From a math point there is no other way; it's like promising 120% return on PPS or something.

I just took a look at one of these "cloud miners". Ah look, they have "referral bonuses". I wonder if it's another multi-level-marketing scheme/scam....

Good luck :-)

C
full member
Activity: 154
Merit: 101
October 26, 2013, 05:23:04 PM
#54
Title says it all.

Now that a BFL FPGA single only breaks even with electiricty costs (depending on your rate, in CA it's negative now), what are people doing with their old BFL singles?

Each single generates roughly 0.002 BTC today, hardly worth it to keep the things on.





It's amazing how obsolete this stuff becomes. So fast!

I had 3 of these a month ago. Now they are pretty useless. But I managed to make a descent ROI on it. L
full member
Activity: 224
Merit: 100
The definition of insanity is doing the same thing
October 26, 2013, 12:24:26 PM
#53
Kramble,

I've got two Ztex x6500s.  I'm an FPGA newb but learn quickly.  Could you give me a starting point or direction on how to get Blakecoin ported?

I downloaded one of your bitstreams and modified the User ID in a hex editor so that BFGMiner would load it onto the FPGA.  Then I tried to use Reaper-Blakecoin to detect the FPGAs and mine but no joy.  Am I close?

Nice thinking, but the I/O for the Ztex boards is different from the Lancelot so the bitstream won't work as-is. I'll do a quick port for you to try out (I'll base it on the published code in http://www.ztex.de/btcminer/ZtexBTCMiner-121126.tar.bz2). I did something similar for Litecoin (see https://github.com/kramble/FPGA-Litecoin-Miner/tree/master/experimental/ZTEX) which Vpereira was going to test, though I've not had much feedback recently. Blake should be simpler though as it uses the same midstream/data interface as bitcoin (unlike litecoin which required the full block header).

There may be an issue with the midstate as blake uses a different algorithm, so unless reaper sends the modified midstate it won't work. Perhaps modifying the Ztex Java miner would work, or a cgminer port?

Could you let me know the User ID that I need to embed in the bitstream?

I'll get onto this tomorrow. Probably best to follow-up on the Blakecoin thread as its a bit OT here.

Regards
Mark

I notice that the BFGMiner was looking for "UserID=0x42240402" for the Ztex x6500 so I used the Bless Hex Editor in Ubuntu and modified yours to that.  BFGMiner loaded the entire bitstream without a problem.

I'll resume this topic on the Blakecoin thread.
full member
Activity: 224
Merit: 100
The definition of insanity is doing the same thing
October 26, 2013, 12:22:34 PM
#52
Kramble,

I've got two Ztex x6500s.  I'm an FPGA newb but learn quickly.  Could you give me a starting point or direction on how to get Blakecoin ported?

I downloaded one of your bitstreams and modified the User ID in a hex editor so that BFGMiner would load it onto the FPGA.  Then I tried to use Reaper-Blakecoin to detect the FPGAs and mine but no joy.  Am I close?

Nice thinking, but the I/O for the Ztex boards is different from the Lancelot so the bitstream won't work as-is. I'll do a quick port for you to try out (I'll base it on the published code in http://www.ztex.de/btcminer/ZtexBTCMiner-121126.tar.bz2). I did something similar for Litecoin (see https://github.com/kramble/FPGA-Litecoin-Miner/tree/master/experimental/ZTEX) which Vpereira was going to test, though I've not had much feedback recently. Blake should be simpler though as it uses the same midstream/data interface as bitcoin (unlike litecoin which required the full block header).

There may be an issue with the midstate as blake uses a different algorithm, so unless reaper sends the modified midstate it won't work. Perhaps modifying the Ztex Java miner would work, or a cgminer port?

Could you let me know the User ID that I need to embed in the bitstream?

I'll get onto this tomorrow. Probably best to follow-up on the Blakecoin thread as its a bit OT here.

Regards
Mark

I notice that the BFGMiner was looking for "UserID=0x42240402" for the Ztex x6500 so I used the Bless Hex Editor in Ubuntu and modified yours to that.  BFGMiner loaded the entire bitstream without a problem.
sr. member
Activity: 384
Merit: 250
October 26, 2013, 12:11:59 PM
#51
Kramble,

I've got two Ztex x6500s.  I'm an FPGA newb but learn quickly.  Could you give me a starting point or direction on how to get Blakecoin ported?

I downloaded one of your bitstreams and modified the User ID in a hex editor so that BFGMiner would load it onto the FPGA.  Then I tried to use Reaper-Blakecoin to detect the FPGAs and mine but no joy.  Am I close?

Nice thinking, but the I/O for the Ztex boards is different from the Lancelot so the bitstream won't work as-is. I'll do a quick port for you to try out (I'll base it on the published code in http://www.ztex.de/btcminer/ZtexBTCMiner-121126.tar.bz2). I did something similar for Litecoin (see https://github.com/kramble/FPGA-Litecoin-Miner/tree/master/experimental/ZTEX) which Vpereira was going to test, though I've not had much feedback recently. Blake should be simpler though as it uses the same midstream/data interface as bitcoin (unlike litecoin which required the full block header).

There may be an issue with the midstate as blake uses a different algorithm, so unless reaper sends the modified midstate it won't work. Perhaps modifying the Ztex Java miner would work, or a cgminer port?

Could you let me know the User ID that I need to embed in the bitstream?

I'll get onto this tomorrow. Probably best to follow-up on the Blakecoin thread as its a bit OT here.

Regards
Mark
full member
Activity: 224
Merit: 100
The definition of insanity is doing the same thing
October 26, 2013, 11:48:25 AM
#50
You can try mining blakecoin. it's not scrypt or sha-256 there is FPGA miner for it.
https://bitcointalksearch.org/topic/m.3290239
github.com/kramble/FPGA-Blakecoin-Miner

Sorry to disappoint, but even if the devices can be unlocked (which I doubt), there is no current port for the EP3SL150F780, and there is also the problem of the onboard MCU and a software driver.

You'll be better (if you have the kit) trying the Lancelot port (which does work, though with a quirky python mining driver), or maybe a Ztex which should be a fairly trivial hack, though as I don't have a board to test on somebody else will have to trailblaze this.

Kramble,

I've got two Ztex x6500s.  I'm an FPGA newb but learn quickly.  Could you give me a starting point or direction on how to get Blakecoin ported?

I downloaded one of your bitstreams and modified the User ID in a hex editor so that BFGMiner would load it onto the FPGA.  Then I tried to use Reaper-Blakecoin to detect the FPGAs and mine but no joy.  Am I close?

Thanks in advance,

atavacron
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
October 26, 2013, 09:28:06 AM
#49
I don't know the technical details - but I'm guessing that's a no? It can't be used to mine alt coins?
sr. member
Activity: 384
Merit: 250
October 26, 2013, 07:00:11 AM
#48
You can try mining blakecoin. it's not scrypt or sha-256 there is FPGA miner for it.
https://bitcointalksearch.org/topic/m.3290239
github.com/kramble/FPGA-Blakecoin-Miner

Sorry to disappoint, but even if the devices can be unlocked (which I doubt), there is no current port for the EP3SL150F780, and there is also the problem of the onboard MCU and a software driver.

You'll be better (if you have the kit) trying the Lancelot port (which does work, though with a quirky python mining driver), or maybe a Ztex which should be a fairly trivial hack, though as I don't have a board to test on somebody else will have to trailblaze this.
legendary
Activity: 1470
Merit: 1001
Use Coinbase Account almosanywhere with Shift card
October 26, 2013, 01:35:52 AM
#47
You can try mining blakecoin. it's not scrypt or sha-256 there is FPGA miner for it.
https://bitcointalksearch.org/topic/m.3290239

Block reward is 25 coin + inflation (square root of (difficulty + block height))
No halfing of reward after x blocks
Cap in place to reduce the difficulty jumps upwards
Block target time is 3 minutes and retargets every hour
7 Billion coins
Block maturity 120

Thanks to the efforts of kramble, Blakecoin has been successfully ported to the FPGA (early development)

FPGA-Blakecoin-Miner by kramble
https://github.com/kramble/FPGA-Blakecoin-Miner
hero member
Activity: 896
Merit: 532
Former curator of The Bitcoin Museum
October 26, 2013, 01:20:03 AM
#46
I could use one of these for these for the museum
legendary
Activity: 3094
Merit: 2239
I fix broken miners. And make holes in teeth :-)
October 25, 2013, 11:51:26 PM
#45
Lol - I'm honestly too lazy to send it.  You guys can always try ebay =)
Naah. Just lost a $400 bid on a beautiful 8k watch on Ebay, it's the place of sad dreams.
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
October 25, 2013, 07:09:45 PM
#44
Lol - I'm honestly too lazy to send it.  You guys can always try ebay =)
legendary
Activity: 1456
Merit: 1018
HoneybadgerOfMoney.com Weed4bitcoin.com
October 25, 2013, 05:39:10 PM
#43
I kept my brick =)

I don't think anyone will buy it at this point.
I'd buy it for $25 as a curiosity and maybe to run it on a solar panel.

C

I'll buy it for 50 each for the same points mentioned above.
legendary
Activity: 3094
Merit: 2239
I fix broken miners. And make holes in teeth :-)
October 25, 2013, 05:35:08 PM
#42
I kept my brick =)

I don't think anyone will buy it at this point.
I'd buy it for $25 as a curiosity and maybe to run it on a solar panel.

C
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
October 25, 2013, 04:24:39 PM
#41
I kept my brick =)

I don't think anyone will buy it at this point.
legendary
Activity: 1153
Merit: 1000
October 25, 2013, 12:27:52 PM
#40
Keep it as a collection and show it to your kids next time Smiley

I think this is what I decided to do. Sell it on ebay what probably the best suggestion, but today they go for less than $100 and at that price it would be nice to just hold onto the brick for sentimental purposes. If I had more than 1 though I'd sell the extra's on ebay.
sr. member
Activity: 384
Merit: 250
October 25, 2013, 09:47:50 AM
#39
They have two, quite expensive, FPGA chips inside. They could be recovered and used elsewhere.

According to Ngzhang they are EP3SL150F780 https://bitcointalksearch.org/topic/ok-i-confirmed-the-model-of-fpga-they-are-using-in-bfl-single-79825
Some additional info https://bitcointalksearch.org/topic/paid-bounty-5-btc-for-die-size-of-altera-ep3sl150f780-aka-bfl-single-123155

However the bitstream is protected (see http://www.altera.co.uk/literature/wp/wp-01010.pdf) and if BFL used the poly-fuse option rather than battery-backup, the devices may be unusable (I defer to rasorfishsl upthread, but AFAIK poly-fuses are one-time programmable and if the tamper flag is set the devices are junk without the master key).
Pages:
Jump to: