Bitcoin Forum
April 26, 2024, 11:41:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  Print  
Author Topic: Algorithmically placed FPGA miner: 255MH/s/chip, supports all known boards  (Read 119415 times)
MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
May 24, 2012, 03:17:49 PM
 #261

With ASICs it will do same mess BTW Smiley lots of wires for round expander Smiley + lots of clock problems.

With (fully custom) ASICs, however, you can just match your exact routing needs with wires, which should take care of the routing problems.
I'm certainly not an expert on that area, but I'd expect the overhead of intermediate result storage (in a rolled design) to outweigh the routing overhead (in an unrolled deisn).
As I stated above already a rolled design might still be useful to increase yield by containing defects into smaller functional units.

Thats only if you get real ASIC. SASIC still screws you the same way since its just a hardwired version of the FPGA.

I'm definitely not an ASIC developer, so correct me if I'm wrong here. From the small number of simple designs I've done and layed out in Cadence, routing in an ASIC is definitely not free, especially if you're really trying to push the boundaries of all your well, gate, pad, etc keepouts to maximize density on the silicon. If you're not careful with your planning and design your number of metal layers can jump way up which definitely adds to the cost of the design even outside of the possible performance penalties from haphazard routing. I've only ever done work at 90nm and above so I don't know how difficult the routing would be at 45nm or whatever a BTC ASIC would end up getting designed at, but small rolled cores might be more effective in an ASIC as well as in an FPGA. Someone would actually have to look into it to know. Maybe Vladimir could shed some light onto the subject.
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714174879
Hero Member
*
Offline Offline

Posts: 1714174879

View Profile Personal Message (Offline)

Ignore
1714174879
Reply with quote  #2

1714174879
Report to moderator
1714174879
Hero Member
*
Offline Offline

Posts: 1714174879

View Profile Personal Message (Offline)

Ignore
1714174879
Reply with quote  #2

1714174879
Report to moderator
1714174879
Hero Member
*
Offline Offline

Posts: 1714174879

View Profile Personal Message (Offline)

Ignore
1714174879
Reply with quote  #2

1714174879
Report to moderator
DiabloD3
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


DiabloMiner author


View Profile WWW
May 24, 2012, 04:33:00 PM
 #262

With ASICs it will do same mess BTW Smiley lots of wires for round expander Smiley + lots of clock problems.

With (fully custom) ASICs, however, you can just match your exact routing needs with wires, which should take care of the routing problems.
I'm certainly not an expert on that area, but I'd expect the overhead of intermediate result storage (in a rolled design) to outweigh the routing overhead (in an unrolled deisn).
As I stated above already a rolled design might still be useful to increase yield by containing defects into smaller functional units.

Thats only if you get real ASIC. SASIC still screws you the same way since its just a hardwired version of the FPGA.

I'm definitely not an ASIC developer, so correct me if I'm wrong here. From the small number of simple designs I've done and layed out in Cadence, routing in an ASIC is definitely not free, especially if you're really trying to push the boundaries of all your well, gate, pad, etc keepouts to maximize density on the silicon. If you're not careful with your planning and design your number of metal layers can jump way up which definitely adds to the cost of the design even outside of the possible performance penalties from haphazard routing. I've only ever done work at 90nm and above so I don't know how difficult the routing would be at 45nm or whatever a BTC ASIC would end up getting designed at, but small rolled cores might be more effective in an ASIC as well as in an FPGA. Someone would actually have to look into it to know. Maybe Vladimir could shed some light onto the subject.

ASIC gives you maximum flexibility in the design. The biggest problem with FPGAs is the fact FPGA designs must use the DSP blocks and the BRAM for storage of the constants. Routing is still a problem on ASICs but _you_ design the routing. You no longer have to worry about routing around things on FPGAs, and you no longer have to worry about paying for hardware you'll never use (like, for example, that high speed serial IO fabric isn't cheap, or is the onboard Ethernet controller and such).

ASIC has a huge upfront design cost, but if we could sell 250k ASICs (or, approximately more chips than all the FPGAs currently in use for mining put together) it would be cheaper per mhash over the next 10 years by an order of magnitude.

MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
May 24, 2012, 04:56:23 PM
 #263

I'm definitely not an ASIC developer, so correct me if I'm wrong here. From the small number of simple designs I've done and layed out in Cadence, routing in an ASIC is definitely not free, especially if you're really trying to push the boundaries of all your well, gate, pad, etc keepouts to maximize density on the silicon. If you're not careful with your planning and design your number of metal layers can jump way up which definitely adds to the cost of the design even outside of the possible performance penalties from haphazard routing. I've only ever done work at 90nm and above so I don't know how difficult the routing would be at 45nm or whatever a BTC ASIC would end up getting designed at, but small rolled cores might be more effective in an ASIC as well as in an FPGA. Someone would actually have to look into it to know. Maybe Vladimir could shed some light onto the subject.

ASIC gives you maximum flexibility in the design. The biggest problem with FPGAs is the fact FPGA designs must use the DSP blocks and the BRAM for storage of the constants. Routing is still a problem on ASICs but _you_ design the routing. You no longer have to worry about routing around things on FPGAs, and you no longer have to worry about paying for hardware you'll never use (like, for example, that high speed serial IO fabric isn't cheap, or is the onboard Ethernet controller and such).

ASIC has a huge upfront design cost, but if we could sell 250k ASICs (or, approximately more chips than all the FPGAs currently in use for mining put together) it would be cheaper per mhash over the next 10 years by an order of magnitude.
Definitely agree on that. I was more questioning whether a few fully unrolled cores are inherently more efficient that more rolled up cores? Routing is much more flexible on an ASIC, and things that have been giving eldentyrell fits like turning the corner don't have to be an issue, but that alone doesn't mean that unrolled is a better choice than rolled. Is there some inherent advantage to a fully unrolled core that would make it the defacto choice if someone were designing an ASIC?
DiabloD3
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


DiabloMiner author


View Profile WWW
May 24, 2012, 05:28:06 PM
 #264

I'm definitely not an ASIC developer, so correct me if I'm wrong here. From the small number of simple designs I've done and layed out in Cadence, routing in an ASIC is definitely not free, especially if you're really trying to push the boundaries of all your well, gate, pad, etc keepouts to maximize density on the silicon. If you're not careful with your planning and design your number of metal layers can jump way up which definitely adds to the cost of the design even outside of the possible performance penalties from haphazard routing. I've only ever done work at 90nm and above so I don't know how difficult the routing would be at 45nm or whatever a BTC ASIC would end up getting designed at, but small rolled cores might be more effective in an ASIC as well as in an FPGA. Someone would actually have to look into it to know. Maybe Vladimir could shed some light onto the subject.

ASIC gives you maximum flexibility in the design. The biggest problem with FPGAs is the fact FPGA designs must use the DSP blocks and the BRAM for storage of the constants. Routing is still a problem on ASICs but _you_ design the routing. You no longer have to worry about routing around things on FPGAs, and you no longer have to worry about paying for hardware you'll never use (like, for example, that high speed serial IO fabric isn't cheap, or is the onboard Ethernet controller and such).

ASIC has a huge upfront design cost, but if we could sell 250k ASICs (or, approximately more chips than all the FPGAs currently in use for mining put together) it would be cheaper per mhash over the next 10 years by an order of magnitude.
Definitely agree on that. I was more questioning whether a few fully unrolled cores are inherently more efficient that more rolled up cores? Routing is much more flexible on an ASIC, and things that have been giving eldentyrell fits like turning the corner don't have to be an issue, but that alone doesn't mean that unrolled is a better choice than rolled. Is there some inherent advantage to a fully unrolled core that would make it the defacto choice if someone were designing an ASIC?

Unrolled ASIC design seems to be a waste. You have a lot of dependencies, and the dependencies come in nearly identical sets (the only real difference is just shuffling the output to put it back into the next stage). Hell, unrolled GPU kernels? They're not even unrolled, they just optimize the ordering and parallelization (ie, what FGPA coders would consider a function of routing).

Inspector 2211
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 24, 2012, 06:00:33 PM
 #265

About "there's no long lines" - I've already commented, but will try to draw it, where epic fail for parallel expander is exactly....

say computing w0+w1 and feeding to w9:

                                        ---+---------------------------------
                                   ---+---------------------------------
                              ---+--------------------------------
                          ---+-------------------------------
                     ---+------------------------------
                ---+-----------------------------
           ---+----------------------------
      ---+----------------------------
 ---+---------------------------
w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16

How many wires ? biggest cross-section just for that ? 9x32 bits :-)
The same happens when pushing w9 to w16... and w14 to w16...
Lazy to calculate - but near 512 bits cross-section...

I've thought about this - it actually prevented me from falling asleep yesterday night.

A fully unrolled, pipelined miner would use 125 single columns, or maybe 125 double columns. The latter case leads to the dreaded U-turn.
The "current" sixteen w values, 32 bits each, would be percolated down the 125 columns as well. At 4 slices per 32 bits,
that's 64 slices.
I see this, for instance, from ZTEX's source code.

Now, in order to retrieve w[i-16], 32 VERTICAL wires are needed.
In order to retrieve w[i-15], another 32 VERTICAL wires are needed, but, as you correctly point out, w[i-16] and w[i-15] can be combined, so only 32 wires are needed. w[i-7] can be added to the sum of w[i-16] and w[i-15], so still only 32 vertical wires are needed. Likewise for w[i-2].

When I said that in a fully unrolled miner no long lines are needed, I meant no HORIZONTAL long lines.
For instance, in ZTEX's Verilog code, references are made to the current stage and to the prior stage only.

OK, I don't know out of the top of my head how many vertical wires are available in a Spartan-6, but I just tried to make the case that only 32 are needed. If 32 are not available in a single column, then two columns per stage have to be used, which leads to the dreaded U-turn.

               ▄█▄
            ▄█ ▀█▀
     ▄ ▄███▄▄████▄▀ ▄▄▀▄
    ▀█▄████
██████▀▄█████▀▄▀
   ▄█▀▄
███████████████████▄
 ▄██▀█▀
▀▀▀███▀▀▀█████▄▄▄▀█▀▄
 ▄█▀▀   ▀█
███▀▄████████ █▀█▄▄
██▀  ▀ ▀ ▀
██████████▄   ▄▀▀█▄
     ▀ ▀
  ███▀▀▀▀▀████▌ ▄  ▀
          ████████████▌   █
        █████████████▀
        ▀▀▀██▀▀██▀▀
           ▀▀  ▀▀
BTC-GREEN       ▄▄████████▄▄
    ▄██████████████▄
  ▄██████
██████████████▄
 ▄███
███████████████████▄
▄█████████████████████████▄
██████████████████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
 ▀███████████████████████▀
  ▀█████████████████████▀
    ▀█████████████████
       ▀▀█████████▀▀
Ecological Community in the Green Planet
❱❱❱❱❱❱     WHITEPAGE   |   ANN THREAD     ❰❰❰❰❰❰
           ▄███▄▄
       ▄▄█████████▄
      ▄████████████▌
   ▄█████████████▄▄
 ▄████████████████████
███████████████▄
▄████████████████████▀
███████████████████████▀
 ▀▀██████▀██▌██████▀
   ▀██▀▀▀  ██  ▀▀▀▀▀▀
           ██
           ██▌
          ▐███▄
.
bitfury
Sr. Member
****
Offline Offline

Activity: 266
Merit: 251


View Profile
May 24, 2012, 09:07:27 PM
 #266

About "there's no long lines" - I've already commented, but will try to draw it, where epic fail for parallel expander is exactly....

say computing w0+w1 and feeding to w9:

                                        ---+---------------------------------
                                   ---+---------------------------------
                              ---+--------------------------------
                          ---+-------------------------------
                     ---+------------------------------
                ---+-----------------------------
           ---+----------------------------
      ---+----------------------------
 ---+---------------------------
w0 w1 w2 w3 w4 w5 w6 w7 w8 w9 w10 w11 w12 w13 w14 w15 w16

How many wires ? biggest cross-section just for that ? 9x32 bits :-)
The same happens when pushing w9 to w16... and w14 to w16...
Lazy to calculate - but near 512 bits cross-section...

I've thought about this - it actually prevented me from falling asleep yesterday night.

A fully unrolled, pipelined miner would use 125 single columns, or maybe 125 double columns. The latter case leads to the dreaded U-turn.
The "current" sixteen w values, 32 bits each, would be percolated down the 125 columns as well. At 4 slices per 32 bits,
that's 64 slices.
I see this, for instance, from ZTEX's source code.

Now, in order to retrieve w[i-16], 32 VERTICAL wires are needed.
In order to retrieve w[i-15], another 32 VERTICAL wires are needed, but, as you correctly point out, w[i-16] and w[i-15] can be combined, so only 32 wires are needed. w[i-7] can be added to the sum of w[i-16] and w[i-15], so still only 32 vertical wires are needed. Likewise for w[i-2].

When I said that in a fully unrolled miner no long lines are needed, I meant no HORIZONTAL long lines.
For instance, in ZTEX's Verilog code, references are made to the current stage and to the prior stage only.

OK, I don't know out of the top of my head how many vertical wires are available in a Spartan-6, but I just tried to make the case that only 32 are needed. If 32 are not available in a single column, then two columns per stage have to be used, which leads to the dreaded U-turn.

Well - interconnect goes between switches. there's 2 slices per switch (slice L/M and slice X). so chip is like 70-72 switches wide (including BRAM/DSP) and 192 switches tall - means horizontal quad interconnect is 2.5 times larger than vertical............. So it is wise to use horizontal interconnect for W round... and I tried such designs, however it starts consuming switches when you would like to make U turn............ because you would add there some registers etc...... painful and tough...
eldentyrell (OP)
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1004


felonious vagrancy, personified


View Profile WWW
May 27, 2012, 08:57:53 PM
 #267

Hrm, looks like I picked the wrong week for a heads-down sprint to make a (self-imposed) deadline.  I'll keep my response short since at the moment I can't afford to get drawn into a long fascinating/distracting conversation...

About "there's no long lines" - I've already commented, but will try to draw it, where epic fail for parallel expander is exactly....  And in Spartan-6 there's difficult to pass more than 256-bit cross-section in 8 slices height long-way (there's 32 QUAD routes per each switch - so 256-bits would use QUAD routes in horizontal case for 8 slices height).

Then I guess it's a good thing my stages are three times that height!  They're tall-and-skinny (4x24 = 96 - 8 totally empty = 82 slices per single round) for a reason.  Also, as you point out:

interconnect works in one direction only, so if rounds placed in smart way, you'll get more efficiency in routing resources usage ( i.e. A,B <---> C,D while A --> C and B <--- D are interconnected and placed into same regions).

Indeed.  This is why I chose a ring-shaped design.  The innermost 8-slice-tall tracks are moving in opposite directions, so they don't compete for QUAD lines -- which doubles my QUAD budget.  I suppose you can now guess which part of each 4x24 region is the message expander Wink

So I really respect author's work of fitting 1.5 parallel rounds into Spartan 6 - it is tough and very nice work.

Thanks.  Your results are very impressive too!

I have to say, at times I find myself wishing for the reduced headaches of the the sea-of-tiny-hashers approach.  But ultimately I went with an unrolled design for anti-theft reasons (I'll explain in a week) and also to let me hardwire the k-values into the adder LUTs (a three-input-plus-constant adder is a lot smaller than a four-input adder).  Also, the sea-of-tiny-hashers approach yields more benefit if you're willing to do not only algorithmic placement (which both of us do) but also algorithmic routing (which I don't do).  I decided to stick to heuristic routing (except for a very few cases) to preserve portability -- I have a massive pile of Virtex-II Pros that I got almost-for-free and I might be able to pick up a bunch of deeply-discounted Virtex-5's as well.  Although the slice design has changed a bit during the 10 year span from v2pro to s6, if you don't hardwire the routing it's possible to have an AxB region of Virtex-II Pro "emulate" an XxY region of Spartan-6 very efficiently (although, of course, A>X and B>Y).

By the way, when I first saw your announcement, I took a look at your timing report -- 441 lines of generic boilerplate, and all but 9 lines of the actual report redacted (".... Dropped other traces report ....") and there were no carry chains on the lone path you decided to leave in the report!  At that point I was pretty suspicious.  On the other hand, after reading your postings, you clearly know what you're talking about -- the obnoxious "missing slices in columns 66+67" problem is something most people aren't aware of.  So now I'm leaning back towards believing it.  Anyways, I know you posted the redacted timing report in order to bolster your credibility, but because of the way you've edited it, it actually might have the opposite effect.


The printing press heralded the end of the Dark Ages and made the Enlightenment possible, but it took another three centuries before any country managed to put freedom of the press beyond the reach of legislators.  So it may take a while before cryptocurrencies are free of the AML-NSA-KYC surveillance plague.
bitfury
Sr. Member
****
Offline Offline

Activity: 266
Merit: 251


View Profile
May 28, 2012, 03:21:18 AM
 #268

Hrm, looks like I picked the wrong week for a heads-down sprint to make a (self-imposed) deadline.  I'll keep my response short since at the moment I can't afford to get drawn into a long fascinating/distracting conversation...

Check PM.

Also - I am waiting for your release :-) And about your protection.... As this is very interesting if you can really protect that bitstream!

Because you know - what I missed actually is that I targeted at too high clock... That is possible mistake...

How long it would take to you to place a bit different round design with the way you did ?

I will tell you approx. numbers. round will be a bit bigger. ABCDEFGH round part fits into 64-72 slices depending on location.
W-round fits into 32-40 slices again depending on location.

Fitting fully expanded miner into 6 clock regions. I see feasibility there, but definitely re-starting with building tool set for that is big pain, as chip would not last that long. How long will it take for you to implement such round ? Density is very high. If your placer is good for that - then this parallel round alone might work at 240 Mhz because of round pipe-lining design, but only if you manage to place it. As "standard" placer places such design into full chip... Manually I tried only partially and then thrown this away as this fucking difficult, especially that you have to deal in tricky way around DSPs, BRAMs etc.

Then my idea - there's 2 places for rolled miners left / right bottom part and 9 rightmost, 7 mid-right, 5 mid-left, 9 left-most additional rolled round space. + 2 DSP-rounds in the leftmost part, + 2 rolled round in top part.
So 2+9+7+5+9+2 = 34 rounds can be still implemented.

Say having one parallel round - we have 1 x clock + having 0.52 more - it will be 1.52 x clock = 364 Mh/s per chip @ 240 Mhz. Higher than I can get alone with rolled design.



antirack
Hero Member
*****
Offline Offline

Activity: 489
Merit: 500

Immersionist


View Profile
May 29, 2012, 12:52:49 AM
 #269

About your anti-theft technology. Will buying an IP core involve shipping FPGA boards to you for reprogramming?

Or do you have a tool that your future customers can use to basically scan the available Spartan 6 chips and send you some info which you use to make custom bitstreams that only work on those particular devices?

I am just trying to understand the logistics about your solution. There are people that have to update a larger number of boards if it ever happens.

I know, I should wait for the announcement but maybe my questions will help planning your release or add another answer or two to your FAQ.
eldentyrell (OP)
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1004


felonious vagrancy, personified


View Profile WWW
May 31, 2012, 06:21:27 AM
 #270

TargetDate = "5/31/2012 12:00 PM GMT-7";

D'oh.  That was supposed to be:


TargetDate = "5/31/2012 11:59 PM GMT-7";


… which I have just changed it to.  So, if you're wondering why the clock jumped backward by 11 hours and 59 minutes, this is why.

The printing press heralded the end of the Dark Ages and made the Enlightenment possible, but it took another three centuries before any country managed to put freedom of the press beyond the reach of legislators.  So it may take a while before cryptocurrencies are free of the AML-NSA-KYC surveillance plague.
eldentyrell (OP)
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1004


felonious vagrancy, personified


View Profile WWW
May 31, 2012, 06:25:08 AM
 #271

About your anti-theft technology. Will buying an IP core involve shipping FPGA boards to you for reprogramming?

Absolutely not.

Or do you have a tool that your future customers can use to basically scan the available Spartan 6 chips and send you some info which you use to make custom bitstreams that only work on those particular devices?

There's only one bitstream per board-type (i.e. clock input pin, clock frequency, and host interface).  Everybody using board XYZ gets the same bitstream.

The printing press heralded the end of the Dark Ages and made the Enlightenment possible, but it took another three centuries before any country managed to put freedom of the press beyond the reach of legislators.  So it may take a while before cryptocurrencies are free of the AML-NSA-KYC surveillance plague.
Inspector 2211
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
May 31, 2012, 06:33:21 AM
 #272

TargetDate = "5/31/2012 12:00 PM GMT-7";

D'oh.  That was supposed to be:


TargetDate = "5/31/2012 11:59 PM GMT-7";


… which I have just changed it to.  So, if you're wondering why the clock jumped backward by 11 hours and 59 minutes, this is why.

I just visited the site and it seems the counter will reach 0 at about 5:08 a.m. PDT tomorrow (Thursday).
The day and hour and minute of your birth, by any chance?
Because 5/31 5:08 a.m. looks pretty arbitrary to me, otherwise.

Edit: Hitting F5 changed it to the afternoon now.  5:06 p.m. - still pretty arbitrary. Any meaning to it?

               ▄█▄
            ▄█ ▀█▀
     ▄ ▄███▄▄████▄▀ ▄▄▀▄
    ▀█▄████
██████▀▄█████▀▄▀
   ▄█▀▄
███████████████████▄
 ▄██▀█▀
▀▀▀███▀▀▀█████▄▄▄▀█▀▄
 ▄█▀▀   ▀█
███▀▄████████ █▀█▄▄
██▀  ▀ ▀ ▀
██████████▄   ▄▀▀█▄
     ▀ ▀
  ███▀▀▀▀▀████▌ ▄  ▀
          ████████████▌   █
        █████████████▀
        ▀▀▀██▀▀██▀▀
           ▀▀  ▀▀
BTC-GREEN       ▄▄████████▄▄
    ▄██████████████▄
  ▄██████
██████████████▄
 ▄███
███████████████████▄
▄█████████████████████████▄
██████████████████████████
███████████████████████████
███████████████████████████
▀█████████████████████████▀
 ▀███████████████████████▀
  ▀█████████████████████▀
    ▀█████████████████
       ▀▀█████████▀▀
Ecological Community in the Green Planet
❱❱❱❱❱❱     WHITEPAGE   |   ANN THREAD     ❰❰❰❰❰❰
           ▄███▄▄
       ▄▄█████████▄
      ▄████████████▌
   ▄█████████████▄▄
 ▄████████████████████
███████████████▄
▄████████████████████▀
███████████████████████▀
 ▀▀██████▀██▌██████▀
   ▀██▀▀▀  ██  ▀▀▀▀▀▀
           ██
           ██▌
          ▐███▄
.
eldentyrell (OP)
Donator
Legendary
*
Offline Offline

Activity: 980
Merit: 1004


felonious vagrancy, personified


View Profile WWW
May 31, 2012, 07:09:09 AM
 #273

I just visited the site and it seems the counter will reach 0 at about 5:08 a.m. PDT tomorrow (Thursday).
The day and hour and minute of your birth, by any chance?
Because 5/31 5:08 a.m. looks pretty arbitrary to me, otherwise.

Edit: Hitting F5 changed it to the afternoon now.  5:06 p.m. - still pretty arbitrary. Any meaning to it?

No.  It's supposed to be 11:59PM PDT.  If it's showing something else it's because I really suck at writing javascript -- not a hidden message Wink.

The printing press heralded the end of the Dark Ages and made the Enlightenment possible, but it took another three centuries before any country managed to put freedom of the press beyond the reach of legislators.  So it may take a while before cryptocurrencies are free of the AML-NSA-KYC surveillance plague.
sadpandatech
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
May 31, 2012, 11:36:05 AM
 #274

With the last few things you said I believe I know roughly what you will be offering. That's awesome!  Please do say you were on the dev list for one of Enterpoint's units? ;p

If you're not excited by the idea of being an early adopter 'now', then you should come back in three or four years and either tell us "Told you it'd never work!" or join what should, by then, be a much more stable and easier-to-use system.
- GA

It is being worked on by smart people.  -DamienBlack
c_k
Donator
Full Member
*
Offline Offline

Activity: 242
Merit: 100



View Profile
May 31, 2012, 07:57:43 PM
 #275

Four hours to go?

rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
May 31, 2012, 07:58:44 PM
 #276

Four hours to go?
dun dun dun dunnnnnnnn....

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
Dexter770221
Legendary
*
Offline Offline

Activity: 1029
Merit: 1000


View Profile
May 31, 2012, 08:01:24 PM
 #277

Four hours to go?
My clock shows 11 hours Sad

Under development Modular UPGRADEABLE Miner (MUM). Looking for investors.
Changing one PCB with screwdriver and you have brand new miner in hand... Plug&Play, scalable from one module to thousands.
rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
May 31, 2012, 08:02:51 PM
 #278

Four hours to go?
My clock shows 11 hours Sad
Same here, the javascript code says midnight GMT minus 7 hours, so I'm not sure what's wrong lol

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
BTCurious
Hero Member
*****
Offline Offline

Activity: 714
Merit: 504


^SEM img of Si wafer edge, scanned 2012-3-12.


View Profile
May 31, 2012, 08:18:50 PM
 #279

My clock shows somewhat under 4 hours.

rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
May 31, 2012, 08:23:24 PM
 #280

My clock shows somewhat under 4 hours.
I'm guessing that on whatever platform you are using, the javascript doesn't have access to the time zone setting on your computer. Either that, or the time zone setting is wrong on your computer.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!