Pages:
Author

Topic: Bitmain Antminer X3 -- 220KH+ Cryponight - 550W - page 30. (Read 18877 times)

full member
Activity: 462
Merit: 118
So wat are u guys mining. While the mining numbers look good. There is only bytecoin and digitalx? Bytecoin still releasing coins? Supply is nearly fully released?
newbie
Activity: 29
Merit: 0
Well, you could mine coins like XTL or SUMO, but there's nearly no exchange where you could sell those..

Best choice might be nicehash or some mining rental services..

I dont think you can mine either of those coins with an x3 as they have forked to another algo. Unless there is something we dont know about the x3.

NICEHASH removed crypynight algo on new ver.

It is death for X3 on nicehash.

jr. member
Activity: 153
Merit: 2
Well, you could mine coins like XTL or SUMO, but there's nearly no exchange where you could sell those..

Best choice might be nicehash or some mining rental services..

I dont think you can mine either of those coins with an x3 as they have forked to another algo. Unless there is something we dont know about the x3.
copper member
Activity: 230
Merit: 2
Well, you could mine coins like XTL or SUMO, but there's nearly no exchange where you could sell those..

Best choice might be nicehash or some mining rental services..
newbie
Activity: 112
Merit: 0
Yeah, I would like to see some review or tutorial
newbie
Activity: 112
Merit: 0
I was wondering the same thing, what are they mining with X3?
It was $12k and now you can buy it for $2k but the hashing power is sick (110x Vega).
I couldn't find any videos or tutorial about this miner, share if you find something?
I really wanna see how it works.
copper member
Activity: 230
Merit: 2
Wondering myself, what do X3 owners mine?

According to minecryptonight.net there are still a few cryptos to mine, but who will buy Stellite ? lol.

Nicehash gives 90 USD / day today..
full member
Activity: 462
Merit: 118
Did anyone notice on NiceHash that it shows you can make $140 a day with the x3?


yes, I saw this, even the negative Power costs are amazing °°°


 Grin

lol. I am curious. How are X3 owners doing?? Did it make sense to buy?
full member
Activity: 729
Merit: 114

It's TRUE and yet so WRONG if you put the case in the miner product.
Those logic gate you trying to explain basically the "algorithm" in the top level. Once it corrects to solve a particular algorithm, for example SHA-256, Scrypt or Cryptonight then you need to synthesize that logic into hardware level within a chip. So, that's the final product, therefore they called ASIC (Application Specific Integrated Circuit).
If you want easily change the logic as many as possible, there is another type of chip, called FPGA. With this you can reflash as many as you like to do what ever you like.


I know about FPGAs.  I was only talking with respect to ASIC.

To put in simple words FPGA is a big lookup table where you have results of almost all possible outcomes for set of inputs.  FPGA are reprogrammable.  You just need to figure out if the entire lookup table fits on FPGA and the best fit.  However, synthesizing code -> FPGA logic is time consuming and tedious and the compile times can extend up to months for big projects.

The FPGA miners that's out there I don't think they are pure FPGA but more like SoC's.  (x86/ARM processor + FPGA core combo);  This is might be the stuff Bitmain is playing around with.
jr. member
Activity: 168
Merit: 2
It continues to be humorous that people keep saying you can update the ASIC's.  That is NOT how an ASIC works.  Others have stated this as well.  You cannot update an ASIC. If is not programmable.  

So the X3's basically are bricked before they even ship.  Baikal is the only one that has a shot at being able to reflash their miners for the new algo as they use programmable chips.  

I don't understand why Bitmain has not dropped the price or dropped the miner unless they plan their own fork of Monero or Electroneum in the hope of keeping this going....  Effectively anyone who bought these has the short end of the stick.  No amount of "coupons" is going to make this right.  They better be offering free miners to those that bought these.

To make ASICs work on a modified algorithm you'll have to go to transistor level (different number/arrangement of logical gates).  

Code example
Code:
if (x or y)
changes to
Code:
if (x and y)

then that'll lead to change in ASIC at gate level.

See the number and arrangement for the gates for OR and AND condition,


Experts please correct if I misunderstood.

It's TRUE and yet so WRONG if you put the case in the miner product.
Those logic gate you trying to explain basically the "algorithm" in the top level. Once it corrects to solve a particular algorithm, for example SHA-256, Scrypt or Cryptonight then you need to synthesize that logic into hardware level within a chip. So, that's the final product, therefore they called ASIC (Application Specific Integrated Circuit).
If you want easily change the logic as many as possible, there is another type of chip, called FPGA. With this you can reflash as many as you like to do what ever you like.



 

legendary
Activity: 2156
Merit: 1400
It continues to be humorous that people keep saying you can update the ASIC's.  That is NOT how an ASIC works.  Others have stated this as well.  You cannot update an ASIC. If is not programmable.  

So the X3's basically are bricked before they even ship.  Baikal is the only one that has a shot at being able to reflash their miners for the new algo as they use programmable chips.  

I don't understand why Bitmain has not dropped the price or dropped the miner unless they plan their own fork of Monero or Electroneum in the hope of keeping this going....  Effectively anyone who bought these has the short end of the stick.  No amount of "coupons" is going to make this right.  They better be offering free miners to those that bought these.

To make ASICs work on a modified algorithm you'll have to go to transistor level (different number/arrangement of logical gates).  

Code example
Code:
if (x or y)
changes to
Code:
if (x and y)

then that'll lead to change in ASIC at gate level.

See the number and arrangement for the gates for OR and AND condition,


Experts please correct if I misunderstood.


Simply put yes. Except that these transistors are physically "etched" into the silicon. These logic blocks are not "movable" once the silicon is made thats it.

FPGAs on the other hand have millions of these gates you show in that figure, but the connections between them can be physically changed. This is why FPGAs are kind of like GPUs, and can approach ASIC level performance because you can physically change the logic at the hardware level.
full member
Activity: 729
Merit: 114
It continues to be humorous that people keep saying you can update the ASIC's.  That is NOT how an ASIC works.  Others have stated this as well.  You cannot update an ASIC. If is not programmable.  

So the X3's basically are bricked before they even ship.  Baikal is the only one that has a shot at being able to reflash their miners for the new algo as they use programmable chips.  

I don't understand why Bitmain has not dropped the price or dropped the miner unless they plan their own fork of Monero or Electroneum in the hope of keeping this going....  Effectively anyone who bought these has the short end of the stick.  No amount of "coupons" is going to make this right.  They better be offering free miners to those that bought these.

To make ASICs work on a modified algorithm you'll have to go to transistor level (different number/arrangement of logical gates).  

Code example
Code:
if (x or y)
changes to
Code:
if (x and y)

then that'll lead to change in ASIC at gate level.

See the number and arrangement for the gates for OR and AND condition,


Experts please correct if I misunderstood.
hero member
Activity: 868
Merit: 517
It continues to be humorous that people keep saying you can update the ASIC's.  That is NOT how an ASIC works.  Others have stated this as well.  You cannot update an ASIC. If is not programmable. 

So the X3's basically are bricked before they even ship.  Baikal is the only one that has a shot at being able to reflash their miners for the new algo as they use programmable chips. 

I don't understand why Bitmain has not dropped the price or dropped the miner unless they plan their own fork of Monero or Electroneum in the hope of keeping this going....  Effectively anyone who bought these has the short end of the stick.  No amount of "coupons" is going to make this right.  They better be offering free miners to those that bought these.
sr. member
Activity: 391
Merit: 250
aka ...
Did anyone notice on NiceHash that it shows you can make $140 a day with the x3?


yes, I saw this, even the negative Power costs are amazing °°°


 Grin
member
Activity: 434
Merit: 52
Those days are almost gone. ASICs are destroying all profitable coins step by step, from the other hand GPUs are getting better.

I think it is necessary to use external memory to make FPGA-miner profitable. FPGA without external memory is severely limited. It is also good to implement the PCI Express interface. As a result, the PCB will not be very simple.

The problem will not be in the complexity of the PCB, but in the price of the FPGA. You need a huge discount for a massive purchase in order to get a payback.

As a FPGA developer, I'm considering only high-performance solutions. They are compact, profitable and scalable. Perhaps I underestimate the potential of inexpensive modules, because I usually do a fully unrolled pipelines.But algorithms like nist5 require a folded implementation when small chips are used. So low-cost cards may be profitable.

But IMO the most interesting is solution based on top FPGA like Virtex Ultrascale+.

I will support a new thread dedicated to the FPGA.

I'd be down for that as I just picked up a Cyclone 10 and, once I finish taxes, I plan to start playing with it using my pi 3b+ as a controller...
jr. member
Activity: 92
Merit: 1
Couple weeks before entering May 2018, X3 still selling at 1990 for May batch and fraction of initial batch cost. Insane initial price.
full member
Activity: 462
Merit: 118
So, bitmain will assist miners by forking monero to other coins right

So, bitmain will Bitmain by forking monero to other coins right


Fixed that for you.

I dont own an X3 but at least they are trying something here yes.
jr. member
Activity: 153
Merit: 2
So, bitmain will assist miners by forking monero to other coins right

So, bitmain will Bitmain by forking monero to other coins right


Fixed that for you.
full member
Activity: 462
Merit: 118
So, bitmain will assist miners by forking monero to other coins right
jr. member
Activity: 59
Merit: 1


Although it is possible to implement some popular algorithms of FPGA, there is a problem. It may require a custom and expensive  PCB in order to match the GPU performance on existing algoritms.


Actually thats not exactly true FPGAs require not many external components and for mining you dont use all of the pins so less tracks. Back in the days when mining of bitcoin was possible on an FPGA most of the boards was 4 layers of copper and people managed to produce them quickly, for comparison a typical GPU board is 10-12 layers of copper which is out of scope for a lot of PCB manufacturers still, but anything that is 4 or 6 layers is cheap nowadays.

Also Monero is minable on FPGAs its highly probable that people are mining monero on FPGAs as we speak, of course i'm not a dev and cannot speak for the profitability of the FPGAs   

Those days are almost gone. ASICs are destroying all profitable coins step by step, from the other hand GPUs are getting better.

I think it is necessary to use external memory to make FPGA-miner profitable. FPGA without external memory is severely limited. It is also good to implement the PCI Express interface. As a result, the PCB will not be very simple.

The problem will not be in the complexity of the PCB, but in the price of the FPGA. You need a huge discount for a massive purchase in order to get a payback.

As a FPGA developer, I'm considering only high-performance solutions. They are compact, profitable and scalable. Perhaps I underestimate the potential of inexpensive modules, because I usually do a fully unrolled pipelines.But algorithms like nist5 require a folded implementation when small chips are used. So low-cost cards may be profitable.

But IMO the most interesting is solution based on top FPGA like Virtex Ultrascale+.

I will support a new thread dedicated to the FPGA.
Pages:
Jump to: