Search content
Sort by

Showing 20 of 60 results by lexis200
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 17/09/2013, 18:21:32 UTC
if you are interested in adding hashing power to the network regardless of how much money you stand to lose, then stick with it.

The problem is that only people with money can afford to do this, it's nice to be philanthropic but for most people it's a luxury (or calling) they can't afford. Once again, the phrase "Money comes to money" springs to mind...
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 17/09/2013, 18:18:22 UTC
Very sad to say, but I've given up hope as well and requested a refund  Sad

It seems a real shame but I just can't see an acceptable ROI now, particularly with all the hash power being thrown at the network at the moment.

Good luck to everyone who's still hanging in there, maybe one day you'll be able to look back on this thread and laugh at all the people who jumped ship.  Smiley

Lexis200
Post
Topic
Board Bitcoin Discussion
Topic OP
SecurityKiss information on bitcoins
by
lexis200
on 29/07/2013, 22:20:33 UTC
Saw this today on the SecurityKiss website where they are reducing payments by bitcoin by 50% until the end of August.

http://www.securitykiss.com/resources/roboblog/credit_cards/?page=1

I'm not affiliated in any way (although I do use them), just thought it was interesting, one by one companies are coming round to bitcoins...
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 26/07/2013, 11:42:59 UTC
Hi all,

I know this is a long shot but if anyone out there with chip purchases in batches 1-5 has decided for any reason that they want to sell them, I'd be happy to purchase them from you. I'm looking for an additional 560 chips (I've already got 260 chips I've bought myself). I'm happy to go through escrow if that's what you want.

PLEASE DON'T REPLY TO THIS ON THE FORUM... SEND ME A PM and we'll work the details out. I don't want to clutter the board up, and I know this is a bit cheeky so I'm only going to ask this once Smiley

And before anyone says anything, Yes, I've already contacted steamboat about this...

Cheers
Lexis200
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 25/07/2013, 12:26:02 UTC
Perhaps what might alleviate the worry that people have (me included) is if SB could give us an idea of how many full units have been ordered so far... my guess is that out of the 3700-odd total units that could be made from batch 1-6, a large proportion will be chip purchases only. The question is, how many non-SB purchases of chips will want to use SB for assembly?

I have to say, I would think SB should give people that have bought chips through him first refusal;I know we're all in this 'bitcoin thing' together, but fair's fair. Maybe SB should email everyone who bought from him and ask whether they have/are intending on using his assembly services. Then we would have a better idea on whether to panic or not.
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 19/07/2013, 00:10:27 UTC
How do I order chips from Zefir?

Why are you on steamboat's group buy page asking about ordering chips from zefir? Why not buy them from steamboat?

I apologize. I didn't know steamboat was selling the chips as well.  As indicated in the OP:
{Please note this is for assembly only. Chips must be purchased and supplied in order to use this service

Currently accepted chip suppliers:
Zefir}

I would rather buy from a 1 stop shop.
Thanks

No problem, I was just curious. Smiley

If you go to the OP, scroll down through the update of 7/2/13, you will see a section headed "Purchase instructions". Details in there of how to purchase chips from batch 7 (I think batch 6 is complete but it isn't clear).
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 18/07/2013, 23:46:43 UTC
How do I order chips from Zefir?

Why are you on steamboat's group buy page asking about ordering chips from zefir? Why not buy them from steamboat?
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 18/07/2013, 22:20:41 UTC
Are the "Fusion 16" available for purchase at this point?  I see in stock on the website.  If so,  Are they fully working or do chips need to be purchased as well?  If not,  does anyone have DIY board/chips ready to sell/ship?  Thanks

You would do well to read the OP  Smiley
Post
Topic
Board Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
lexis200
on 17/07/2013, 18:44:16 UTC
Steamboat is using Magento http://www.magentocommerce.com/download which looks very nice and has bitpay capability. Just in case you still need options!
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 15/07/2013, 09:37:51 UTC
https://bitcointalk.org/index.php?topic=190731.msg2732864#msg2732864

Sooooo close... You can almost smell the BTCBTCBTC.........
Post
Topic
Board Hardware
Re: Liquid Synergy Designs Inc. -ASIC mining hardware
by
lexis200
on 13/07/2013, 19:52:00 UTC
Man those images are good pr0n  Smiley

Thanks again Steamboat, Bkk, TH,and everyone else associated with this project... I wish I was there to lend a hand, it's one of the most exciting things I've been involved with in a looooong time, and all I've done is buy a few chips... you guys must be having a ball!

Keep up the good work, you certainly deserve the 8% hosting fees!

Now all we're waiting for is the chips...................
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 4,600 remaining
by
lexis200
on 08/07/2013, 22:14:49 UTC
I think the point is that steamboat asked everyone to keep it secret, and we should respect that. We have no idea what restrictions he has on the website by the hosting company he is using. Some packages have limited bandwidth etc.

Of course friends and family of people who have already placed orders will find out, but publishing it on a forum opens it up to unnecessary abuse.
Post
Topic
Board Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
lexis200
on 03/07/2013, 13:25:25 UTC
I guess your problem is blocking of interrupts while handling an interrupt.
Are you taking too much time to handle an interrupt ?
Can you create a low-level assembly interrupt routine that only gets one byte of data, stores it in a circular buffer and returns again ?
This low level routine can then handle both usb and result bytes input.
Higher level routines can then poll for data in the circular buffer.
Originally I had disabled the USB interrupts during result capture (32 bits, 4 bytes, 8uS/byte) as I wanted to ensure that nothing disturbed that. That was unacceptable to the USB stack as presumably it has to react to bus hardware conditions. After I removed that code the disconnects stopped but I feared the results would overrun if the USB stack took too much time. That doesn't appear to be an issue. I had the UART interrupt handling one byte but now have modified it to handle both bytes the PIC could have in it's FIFO before letting go. So as long as the USB doesn't take >16uS right in the middle of a result nonce it won't overrun, and if it does then it gets detected and counted. So far I've not seen any counted overruns so it seems to not be the reason for HW errors, which do occur still sometimes.

Looking at a screen shot on the forums for a USB Erupter running under cgminer it indicated around 10% HW errors, so I wonder if higher HW errors is normal compared to GPU mining where I can go for weeks with no HW errors. If Avalons typically run with HW errors then I'm maybe wasting my time trying to get it down to GPU levels? Any input from Avalon owners about typical HW error counts?

Not sure if this info is what you were looking for, but Burnin seems to have got his board to run with zero hardware errors... https://bitcointalk.org/index.php?topic=179769.msg2637343#msg2637343. No idea how long that board was running for though.

I don't understand much of what you're talking about but it's fun following this thread anyway  Smiley
Post
Topic
Board Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
lexis200
on 29/06/2013, 19:38:53 UTC
Love those Yays!!

Thanks BKK for your continued hard work, you are clearly passionate about what you do, and it's paying off. I have sunk just about everything I have into steamboat's group buy and hosting, so can't wait to see your board out in the field, be it V1 or V2. I have to say, waiting for a V2 board might be a bit of a waste, as any gains from overclocking will probably be negated by the increase in difficulty with all the other ASICS going online.

There will be a little something from me into your tip jar once my miners get going. I'd do it now, but my wallet just contains dust!

Again, thanks very much... it's appreciated.
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 715 remaining
by
lexis200
on 28/06/2013, 11:08:29 UTC
I just sent BTC for 32 chips.

Thanks!

Chad

Do you have a previous order in? If not, are you just hoping that none of the chips are faulty?  Smiley
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 715 remaining
by
lexis200
on 27/06/2013, 15:42:32 UTC
steamboat, i see that the latest batch is almost full. however, looking at your address https://blockchain.info/address/1JFYtJKcfqXPKijyo3DceT5en5RnswpAwC tells that this address did not receive all that payment. can you explain this?

in case i join your group buy, is there a refunding possibility before the batch was ordered from avalon?

The 715 remaining that you see in the subject line is for the first 5000 chips for batch 6. SB usually orders the batch once half of the 10000 batch has been sold. So the actual number of chips remaining for sale in batch 6 is around 5715 (less any that have been sold that haven't been accounted for by SB in the subject line), but the batch should be ordered once another 715 are sold.

HTH
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 2,779 remaining
by
lexis200
on 26/06/2013, 21:44:45 UTC

It's gonna go through, someone just purchased 172 BTC worth.  There's really only a few more BTC needed before the chips will be purchased.  Historically, when steamboat receives half the BTC needed to purchase the batch -- he purchases it.

That's 2000 chips!!! 125 K16 boards... I feel like such an amateur with just my piddly 16 boards Grin
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 2,779 remaining
by
lexis200
on 26/06/2013, 21:39:27 UTC
So is the process to order the chips and then wait for an email with the link to the server?  Kind of confused on how to purchase.  I've read over the first page, and I understand how to order the ASICs.  Just trying to figure out the super-secret website part of the equation! LOL!  Grin

Yes, that's pretty much it! SB doesn't want the name of the website splashed all over the place to try and manage the traffic requirements at this early stage, so only those with actual chip orders get to know the website details to order the assembly shipping etc.
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 2,779 remaining
by
lexis200
on 26/06/2013, 12:35:26 UTC
Can we part pay for the assembly/hosting etc? For example, I have chips for 16 boards, can I pay for 10 board's worth now, and the other 6 in a few weeks? I assume that would be OK, but it would be worth knowing for definite!

Cheers
Post
Topic
Board Hardware
Re: [Ann] US based Avalon ASIC chips and assembly: 3,197 remaining
by
lexis200
on 25/06/2013, 15:03:15 UTC
Yep, me too... I think it's working  Grin Grin