Author

Topic: HashFast announces specs for new ASIC: 400GH/s - page 568. (Read 880461 times)

full member
Activity: 210
Merit: 100
There's a Russian saying which loosely translate to "Divvying up the hide of an unkilled bear" -- sort-a like the English "Counting your chickens before they're hatched," but with a morbid twist.
In plain English:

There is no 28nm chip.  
There is no chip at all.  
There is no maskset.  
There is no evidence there ever will be a chip.  
There is no "target" to "Stay on."
There is a fresh wordpress site & a bunch posts on a forum.
There is just ... nothing.
What's the best way to sell  nothing?

Edit: Gold Leader, ahm chahgin' mah laz0rs.

Dude for sure these guys are real.

The guy is real.  The dev board is real.  The site is real.  The hype is real.  Only the chip isn't.

Presumably we are the point where upon in theory at least it is. What do you doubt?

In theory, Pirateat40 was a brilliant investment.  In practice, he turned out to be a scammer.  Of course, Pirateat40 put a bit more time into it.
hero member
Activity: 532
Merit: 500
There's a Russian saying which loosely translate to "Divvying up the hide of an unkilled bear" -- sort-a like the English "Counting your chickens before they're hatched," but with a morbid twist.
In plain English:

There is no 28nm chip.  
There is no chip at all.  
There is no maskset.  
There is no evidence there ever will be a chip.  
There is no "target" to "Stay on."
There is a fresh wordpress site & a bunch posts on a forum.
There is just ... nothing.
What's the best way to sell  nothing?

Edit: Gold Leader, ahm chahgin' mah laz0rs.

Dude for sure these guys are real.

The guy is real.  The dev board is real.  The site is real.  The hype is real.  Only the chip isn't.

Presumably we are the point where upon in theory at least it is. What do you doubt?
full member
Activity: 210
Merit: 100
There's a Russian saying which loosely translate to "Divvying up the hide of an unkilled bear" -- sort-a like the English "Counting your chickens before they're hatched," but with a morbid twist.
In plain English:

There is no 28nm chip.  
There is no chip at all.  
There is no maskset.  
There is no evidence there ever will be a chip.  
There is no "target" to "Stay on."
There is a fresh wordpress site & a bunch posts on a forum.
There is just ... nothing.
What's the best way to sell  nothing?

Edit: Gold Leader, ahm chahgin' mah laz0rs.

Dude for sure these guys are real.

The guy is real.  The dev board is real.  The site is real.  The hype is real.  Only the chip isn't.
hero member
Activity: 532
Merit: 500
There's a Russian saying which loosely translate to "Divvying up the hide of an unkilled bear" -- sort-a like the English "Counting your chickens before they're hatched," but with a morbid twist.
In plain English:

There is no 28nm chip.  
There is no chip at all.  
There is no maskset.  
There is no evidence there ever will be a chip.  
There is no "target" to "Stay on."
There is a fresh wordpress site & a bunch posts on a forum.
There is just ... nothing.
What's the best way to sell  nothing?

Edit: Gold Leader, ahm chahgin' mah laz0rs.

Dude for sure these guys are real.
full member
Activity: 210
Merit: 100
There's a Russian saying which loosely translate to "Divvying up the hide of an unkilled bear" -- sort-a like the English "Counting your chickens before they're hatched," but with a morbid twist.
In plain English:

There is no 28nm chip.  
There is no chip at all.  
There is no maskset.  
There is no evidence there ever will be a chip.  
There is no "target" to "Stay on."
There is a fresh wordpress site & a bunch posts on a forum.
There is just ... nothing.
What's the best way to sell  nothing?

Edit: Gold Leader, ahm chahgin' mah laz0rs.
newbie
Activity: 41
Merit: 0
Looking at their site CSS there's evidence of setting up the presales process to be an auction.
(WooCommerce auction plugin for Wordpress if you want to take a look)

Interesting idea... Maybe all looking for preorders place their bid and HashFast takes the top n high bids or something at a closing date. Haven't worked out if this would be good or bad. In fact it could backfire and result in lower prices than they'd like and we all pay less!  Grin

Maybe they're not even considering an auction and it's part of the template. Who knows...
full member
Activity: 196
Merit: 100
I love Bitcoin
seem so easy to announce the new chip...
sr. member
Activity: 490
Merit: 255
You guys crack me up when the post looses its focus Smiley



Its about Hash Fast! 400Gh/s chips! Excited!  Grin

http://hashfast.com/fpga-xilinx-vertix-7/

Hey... who the heck made you "Gold Leader"!  Not fair!
hero member
Activity: 532
Merit: 500
hero member
Activity: 552
Merit: 500
You guys crack me up when the post looses its focus Smiley



Its about Hash Fast! 400Gh/s chips! Excited!  Grin

http://hashfast.com/fpga-xilinx-vertix-7/
sr. member
Activity: 490
Merit: 255
If you really want to shorten the code you can probably just do:

Code:
import random
print "Your new ASIC company name is: %s%s"  %(
    random.choice( ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
    random.choice( ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"])
)

I'm assuming "%(...)" means 'turn ... into a string' (I've never used Ruby before.  Also this doesn't give you the option of flipping the order.  But you could just use all the names in both lists, and come up with names like "BitBit" "CoinCoin" "TotalMega" and "ASICASIC")

That's a RogerRoger.

Actually that is python.
hero member
Activity: 826
Merit: 500
Crypto Investor ;) @ Farmed Account Hunter
If you really want to shorten the code you can probably just do:

Code:
import random
print "Your new ASIC company name is: %s%s"  %(
    random.choice( ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
    random.choice( ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"])
)

I'm assuming "%(...)" means 'turn ... into a string' (I've never used Ruby before.  Also this doesn't give you the option of flipping the order.  But you could just use all the names in both lists, and come up with names like "BitBit" "CoinCoin" "TotalMega" and "ASICASIC")

That's a RogerRoger.
full member
Activity: 238
Merit: 100
If you really want to shorten the code you can probably just do:

Code:
import random
print "Your new ASIC company name is: %s%s"  %(
    random.choice( ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
    random.choice( ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"])
)

I'm assuming "%(...)" means 'turn ... into a string' (I've never used Ruby before.  Also this doesn't give you the option of flipping the order.  But you could just use all the names in both lists, and come up with names like "BitBit" "CoinCoin" "TotalMega" and "ASICASIC")
sr. member
Activity: 271
Merit: 250
yes, sorry me ... (BTW i hate this 360 second break for answering)
legendary
Activity: 1260
Merit: 1008

I have got this answer at 25.July from KnCMiners:



Hi,

Yes, new paid orders are expected to ship in October. However please be aware that your queue placement is based on payment date, not order date.

Every order that has been paid for will ship as soon as it is produced. We do not batch ship our products.

Med vänlig hälsning  |  Best regards
Keith Gurnett  
Kncminer
www.kncminer.com
Office: +46 8559 253 20




wrong thread?
sr. member
Activity: 322
Merit: 250
Supersonic
improved version
Code:
import random

names1 = ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
names2 = ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"]

print "Your new ASIC company name is:"
print random.choice(names1) + random.choice(names2)

Choose from: http://pastie.org/private/jyv9c4dyxoxoy4mf8pq4sg

Challenge accepted ;-)

Ruby (1.9+) version

Code:
names1 = ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
names2 = ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"]

puts "Your new ASIC company name is: #{names1.sample}#{names2.sample}"


Beautiful! Much improved Grin.

Don't forget the option to swap things around. How about:

Code:
import random

names1 = ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
names2 = ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"]
flip = random.randrange(2)

print "Your new ASIC company name is:"
if flip == 0:
    print random.choice(names1) + random.choice(names2)
else:
    print random.choice(names2) + random.choice(names1)

I'm afraid that I didn't attempt the Ruby, my horrible Python is enough to foist on the world.

Overkill edition :-
Code:
import random

names1 = ["Fast","Extreme","Total","Quick","Fury","Total","Mega","Go","Lon","Miner","Smash","Con","HandRouted","Huge","Force","Monster","Beast","Wildcat","Eruptor","CalmDown"]
names2 = ["Bit","Coin","Hash","SHA-256","Ava","ASIC","Miner","Crypto","Blockchain"]


print "Your new ASIC company name is: %s%s"  %(random.choice(random.choice([[name1 + name2, name2 + name1] for name1 in names1 for name2 in names2])))

This will give you all possible combinations (i think)
Code:
[[name1 + name2, name2 + name1] for name1 in names1 for name2 in names2]

Waiting for the perl hacker to come up with a one liner....
legendary
Activity: 2856
Merit: 1520
Bitcoin Legal Tender Countries: 2 of 206

but it tends to November??

It's not a scam. It's a legitimate company - I talked with Mr.Bateman and he confirmed that 400g/h miners will be available November 2013 at $4-5k usd.

This means miners of 1 T/Hs or more will be sold for the price of one 500g/h BFL miner

When you guys get these please do not join BTC-guild that is all


The chips need to be made, before the miner can be made.

I cannot read anywhere a first hand statement about a miner product.
hero member
Activity: 532
Merit: 500

but it tends to November??

It's not a scam. It's a legitimate company - I talked with Mr.Bateman and he confirmed that 400g/h miners will be available November 2013 at $4-5k usd.

This means miners of 1 T/Hs or more will be sold for the price of one 500g/h BFL miner

When you guys get these please do not join BTC-guild that is all


Can't put the chicken before the egg. The chips need to be made, before the miner can be made. So if the chips surface a few weeks earlier, the miner's will likely be sold at the following date once they have built and tested a prototype. Sounds v.similar to KnC in which they are hoping to sell as soon as they have the chip in hand, but they want to distribute further and wider and withe the choice of chips as well as devices, which makes me question the amount of hashrate sold they intend to limit as claimed. As by their own statement they don't want to flood the network, which neither do any of us want these companies to do! Undecided
full member
Activity: 238
Merit: 100
So theoretically eASIC would be a partner for a standard cell ASIC too. But I would not choose them for a 28nm implementation, because they have no proven first time right tape-outs in this technology node and there is a hard learning curve for that kind of implementations.
Which might make one wonder:  might a state machine with extremely low complexity and a simple, established core process be a good application with which to try to prove one's chops?  Just speculatin'...
legendary
Activity: 2856
Merit: 1520
Bitcoin Legal Tender Countries: 2 of 206
So, if I read this correctly, FastHash plans to be shipping chips in October - not hardware incorporating these chips. Does anyone see a fault with this observation? And if there is no fault, then where would one buy the hardware to utilize the chips?

so much bla bla without any usefull information in this thread!

hashfast.com is speaking only about chips as of my information so far:

It's not a scam. It's a legitimate company - I talked with Mr.Bateman and he confirmed that 400g/h miners will be available November 2013 at $4-5k usd.

This means miners of 1 T/Hs or more will be sold for the price of one 500g/h BFL miner

When you guys get these please do not join BTC-guild that is all

EDIT: but it could also mean chips in October and a product in November/December??
Jump to: