Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: mjtrader on January 12, 2017, 03:42:43 PM



Title: Asic miner for Ethereum... why not ?
Post by: mjtrader on January 12, 2017, 03:42:43 PM
Okay so I have read about ethereum's asic resistance... it's designed to be profitable with GPU's and they dont want asics to "destroy" that like it happened with bitcoin and scrypt miners.
But I don't understand why it wouldn't be profitable? I understand that the Ethash algorithm needs lots of memory and that'S not cheap. But why hasn't a company just produced them in bulk for a lower price and made it profitable ?!

Like I see it, the current best GPUs can mine 46 MH/s (Radeon R9). And they're still profitable.
So what exactly is the problem with having a miner that has more hashing power, would the power consumption be too high?
How high would the power consumption of something like this be, I mean bitcoin miners have incredibly high electricity cost as well, why is this so different?


And another factor I read is that ethereum will switch to PoS "soon".  And once they do that switch, an asics device specifically for ethereum would be unusable.
I don't really understand the technical side of PoS and why that's the case, but let's just say this is true.
How do we know when exactly ethereum will be switching to PoS?
I have gotten the feeling that in the mining world, every announcement is always late. almost nobody meets their deadlines.
I have read some forum posts of people saying they wanted to switch until the end of 2016, others say it may take another 3-4 years. Why so vague?

I'm really just trying to understand why there's asic miners for like every major currency but not the one that's currently on the 2nd place of the market place.


Title: Re: Asic miner for Ethereum... why not ?
Post by: TheKoolaider on January 12, 2017, 05:01:07 PM
Go home dude. Read a little before you post shit.


Title: Re: Asic miner for Ethereum... why not ?
Post by: Metroid on January 12, 2017, 05:02:45 PM
Its is at 2nd place because its ASIC resistant, which means trust, which means you mine and be sure that value is safe and you dont need to sell it, if ltc was ASIC resistant then its value would be around $50 and not $4. ASIC means only whales can mine, the value is not distributed, whales mine and dump because for them if they dont dump then other whales will. ETH has a check for ASIC, if the questionable device dont pass then it will not mine. there will never be ASIC for eth which means, you can mine or buy safely.

Go home dude. Read a little before you post shit.
'
I politely answered him but in truth, I was like, "what a moron".


Title: Re: Asic miner for Ethereum... why not ?
Post by: felixbrucker on January 12, 2017, 05:33:12 PM
actually there is one, at least claimed, asic for ethereum: the Geass P1-200

why there are no/little asics for eth:

I understand that the Ethash algorithm needs lots of memory and that'S not cheap.
And another factor I read is that ethereum will switch to PoS "soon".


On the other side there is a GPU Miner (Pandaminer) used (not only) for eth as it is cheaper to manufacture than asic design and can be used for other algorithms as well.

But why hasn't a company just produced them in bulk for a lower price and made it profitable ?!
The problem as outlined above is the price would be too high to be worth it



Title: Re: Asic miner for Ethereum... why not ?
Post by: dartmyth on January 13, 2017, 04:35:59 AM
actually there is one, at least claimed, asic for ethereum: the Geass P1-200

why there are no/little asics for eth:

I understand that the Ethash algorithm needs lots of memory and that'S not cheap.
And another factor I read is that ethereum will switch to PoS "soon".


On the other side there is a GPU Miner (Pandaminer) used (not only) for eth as it is cheaper to manufacture than asic design and can be used for other algorithms as well.

But why hasn't a company just produced them in bulk for a lower price and made it profitable ?!
The problem as outlined above is the price would be too high to be worth it


The Geass P1-200 and pandaminer are just custom motherboards that have 8 or 10 slots that have a gpu that laptop's use. You could take the gpu's out and replace them if one blew or something.
But the biggest reason eth and zec have no real asic is the memory that is required to mine them. They where designed to require alot of memory to mine to keep them from being mined by asic equipment


Title: Re: Asic miner for Ethereum... why not ?
Post by: CraigWrightBTC on January 13, 2017, 04:46:23 AM
Unfortunately there are no developers of hardware that build asic for ethereum
 at least for right now and what i know  ;D
If there are asic hardware for ethereum I think ETH's price will going down is like litecoin
 actually i don't agree with asic for ethereum but everything depend on the developers.


Title: Re: Asic miner for Ethereum... why not ?
Post by: onthefrynge on May 11, 2017, 12:39:12 AM
It just occurred to me that the reason why ETH plans to switch to proof of stake is to discourage ASIC research and development. It seems likely they never plan to implement PoS, rather to just keep mentioning it.  If this is true, it's a very peculiar security model.


Title: Re: Asic miner for Ethereum... why not ?
Post by: semirealdude on June 02, 2017, 05:57:51 PM
It just occurred to me that the reason why ETH plans to switch to proof of stake is to discourage ASIC research and development. It seems likely they never plan to implement PoS, rather to just keep mentioning it.  If this is true, it's a very peculiar security model.


That's definitely a reason to discourage ASIC development, but "soon" the ETH difficulty calculation is supposed to start increasing much more quickly to incentivize transition to PoS.


Title: Re: Asic miner for Ethereum... why not ?
Post by: couture on June 02, 2017, 06:25:08 PM
The race against difficulty is real :/

Is there any more news (rumours) on the PoS date?


Title: Re: Asic miner for Ethereum... why not ?
Post by: devkowow on June 02, 2017, 06:45:07 PM
As most altcoin algorithms are memory heavy, ASICs would not be faster then GPUs as memory speed would bottleneck device as ASICs and GPUs use same memory. Only gain from ASICs would be fact, that they would be more power efficient, but impact on mining would not be as near as close as it was when BTC went from GPUs to ASICs when we say massive increase in performance and massive drop on power usage at same time. And that is biggest reason why there are non and most likely wont be one in near future.


Title: Re: Asic miner for Ethereum... why not ?
Post by: lothar_hayner on July 02, 2017, 05:14:10 AM
Sorry to revive a dead post, but, I've actually been working on this in verilog and a few other thing for several months a this point.

So we know that equihash, and ethereum, as well as neoscrypt are what we call memory hard.

In the specific case of ethereum, we currently have a 2+GB DAG file, or as I like to call it a library.

That library takes up 2 GB today and in a few more months it will be 3gb, etc etc.

So the library has to be accessible, and then the way the algorithm works is by calling a 128 byte "page" out of that 2gb library. Well it doesn't call them sequentially, it's at a seemingly random order, and it also calls it a total of 64 times, before mixing it and then comparing it to the current nonce.

64*128 bytes = 8192 bytes or 8.2Kb for the rest of us.

So now we are talking about how many times we can pull 8.2Kb per second? right because 8.2kb/s is a "hash". so we are now discussing memory bandwidth.

Each 1gb of DDR5 has approximately 24 gb/s of bandwidth, which results in a theoretical max Ethereum hash of approximately 3 Mh/s.

So I had this awesome idea for sticking a single mem controller and processor with 16gb of ddr5 ram (which is actually fairly cheap at $6-7 each) only to find out I have a LOT to learn about electrical engineering and programming.

Theoretically, you could build an FPGA with 16gb or memory on 1 RAM controller, with a single processor, and run about 50 mh/s on 1 card. However the development cost is fairly high for that, and ethereum has been fighting off the PoS Ghost transition for 12+ months now. If anyone had known 1 year ago, that casper would not go into effect in October, they would have made such a card. Hindsight is 20/20. People think Casper will again be rolled out around november/december, and it's july 1, so no one will invest 20+K to develop an FPGA/ASIC card for a coin that is going to proof of stake.

I personally consider that silly, as an FPGA card with 16gb of ram, that runs around 250W that is designed for memory hardened crypto algos is well worth the development.

I had the brilliant idea of combining 10 such 16gb cards, with not but a power supply, small ram chip for bios, and 16 gb of ram and a memory controller, all feeding into 1 FPGA "gateway" device that would send out the work, and the biggest problem I ran into there is a data transfer latency timing issue, where basically I would in theory be submitting all stale shares because, by the time I sent the signal, processed it, sent it back, then received it, then passed it on those 10+ nano seconds would cause me to end up with an effective hash rate of below 1.5 Mh/s. so for 10 cards at 16 gb at a likely cost of $750 per card, or $7500- I could end up with a whopping 240 mh/s @ 2500 watts, IE worse than a rig of Rx 480's.

Theoretically I could make a card, with 2 processors (similar to an R9 290 DUO) and stack 2 memory controllers each with 16 GB of ram on the card and end up with a near 100 MH/s (96 really) it is beyond my own ability to finish the engineering and programming of such card, and I do not possess the LARGE amount of funds it would take to generate the first card. All subsequent cards would be fairly inexpensive ($300-$400 to produce)

The other piece of the puzzle, of course, is making sure that the components are OPEN CL/CUDA device compatible, so that they interface with the current miners, and I don't also have to write my own additional miner.  All in all, if it was truly a profitable venture, you would see someone with money to blow doing just that.

So good luck, and if you ever want to borrow some of my research notes or existing in development files, drop me a line.


Title: Re: Asic miner for Ethereum... why not ?
Post by: Za1n on July 02, 2017, 06:07:43 AM
One other reason is the philosophy of the Dev team and community. There is no real technical reason Bitcoin, Litecoin, and other coins that are currently being mined with ASICs couldn't, with a switch to another POW algorithm, be put back in the hands of GPU miners. Point is, if the Dev's and community wanted to keep a coin out of the ASIC realm, they could just change the code if/when that moment happened. A few of the lesser known coins have already did this with great success. The problem as we know with Bitcoin is there are too many big players with deep pockets that would fight tooth and nail to keep that from ever happening. They can't even agree to a minor thing as a block size increase much less something as dramatic as changing out the POW.


Title: Re: Asic miner for Ethereum... why not ?
Post by: Astmalim on July 02, 2017, 06:47:10 AM
One other reason is the philosophy of the Dev team and community. There is no real technical reason Bitcoin, Litecoin, and other coins that are currently being mined with ASICs couldn't, with a switch to another POW algorithm, be put back in the hands of GPU miners. Point is, if the Dev's and community wanted to keep a coin out of the ASIC realm, they could just change the code if/when that moment happened. A few of the lesser known coins have already did this with great success. The problem as we know with Bitcoin is there are too many big players with deep pockets that would fight tooth and nail to keep that from ever happening. They can't even agree to a minor thing as a block size increase much less something as dramatic as changing out the POW.

I think the Vert coin has changed the PoW many times.


Title: Re: Asic miner for Ethereum... why not ?
Post by: head.arrow on July 02, 2017, 07:53:48 AM
i dont think its possible ethereum have different algo


Title: Re: Asic miner for Ethereum... why not ?
Post by: Salicorne on July 02, 2017, 09:22:49 AM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.


Title: Re: Asic miner for Ethereum... why not ?
Post by: VasiliyVSL on August 14, 2017, 04:16:54 AM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.


Title: Re: Asic miner for Ethereum... why not ?
Post by: vuli on August 14, 2017, 05:45:11 AM
heh, yea right. Another scam? No company info on the website. Smells fishy to me.


Title: Re: Asic miner for Ethereum... why not ?
Post by: nvminer_asic on August 16, 2017, 02:24:35 PM
heh, yea right. Another scam? No company info on the website. Smells fishy to me.

Why did you write so?
We have all information on the website! :-\


Title: Re: Asic miner for Ethereum... why not ?
Post by: thebigjdoe on August 16, 2017, 04:56:18 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious


Title: Re: Asic miner for Ethereum... why not ?
Post by: nvminer_asic on August 16, 2017, 05:18:25 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.


Title: Re: Asic miner for Ethereum... why not ?
Post by: nvminer_asic on August 16, 2017, 05:25:22 PM
...and YES - our devices is not an ASIC, they have the same GPU chip, as NVidia graphic cards.  ;D

----
https://www.nvminer.com/?re=no (https://www.nvminer.com/?re=no)


Title: Re: Asic miner for Ethereum... why not ?
Post by: Haldor on August 21, 2017, 05:33:17 PM
...and YES - our devices is not an ASIC, they have the same GPU chip, as NVidia graphic cards.  ;D

----
https://www.nvminer.com/?re=no (https://www.nvminer.com/?re=no)


Can you show the preformance of the device ? hash rate


Title: Re: Asic miner for Ethereum... why not ?
Post by: Metroid on August 21, 2017, 05:35:23 PM
Asic miner for your head OP... why not?


Title: Re: Asic miner for Ethereum... why not ?
Post by: nvminer_asic on August 22, 2017, 09:31:37 PM
...and YES - our devices is not an ASIC, they have the same GPU chip, as NVidia graphic cards.  ;D

----
https://www.nvminer.com/?re=no (https://www.nvminer.com/?re=no)


Can you show the preformance of the device ? hash rate

Not long time ago we were published a small developers report.
It contains information about the hashrate, and other things. There are some video and pictures. It can be found here https://nvminer.com/review?re=asix


Title: Re: Asic miner for Ethereum... why not ?
Post by: Oakey22 on August 22, 2017, 09:37:44 PM
Not gonna happen just yet


Title: Re: Asic miner for Ethereum... why not ?
Post by: khufuking on August 22, 2017, 09:44:33 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.
Lol Nvminer nice try 400MH/s and only 850watt! if you want to scam at least make it a little logic . Btw if there gonna be ever a machine to mine ethereum Nvida or ATI will be the first to offer it not some useless site with zero info .


Title: Re: Asic miner for Ethereum... why not ?
Post by: nvminer_asic on August 22, 2017, 10:56:45 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.
Lol Nvminer nice try 400MH/s and only 850watt! if you want to scam at least make it a little logic . Btw if there gonna be ever a machine to mine ethereum Nvida or ATI will be the first to offer it not some useless site with zero info .

How can you be so sure?
Do you know how many power the NVidia chip requires to run stable? Do you have read a technical manual?
Why does anybody in the world can not create a simple motherboard with BGA chips on it? China make it everyday. There are many Nvidia video cards manufacturers in the world.
We also have some experience in developing such boards.
And yes, the total power consumption of 12X device can be more than 850W, we declared as 850-980. And it is only first tests, based on X8 device.


Title: Re: Asic miner for Ethereum... why not ?
Post by: bitcoinexplorer on August 23, 2017, 01:35:21 AM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.
Lol Nvminer nice try 400MH/s and only 850watt! if you want to scam at least make it a little logic . Btw if there gonna be ever a machine to mine ethereum Nvida or ATI will be the first to offer it not some useless site with zero info .

How can you be so sure?
Do you know how many power the NVidia chip requires to run stable? Do you have read a technical manual?
Why does anybody in the world can not create a simple motherboard with BGA chips on it? China make it everyday. There are many Nvidia video cards manufacturers in the world.
We also have some experience in developing such boards.
And yes, the total power consumption of 12X device can be more than 850W, we declared as 850-980. And it is only first tests, based on X8 device.

Thanks for your offer, however due to the fact that many scammers ripped off miners we are very careful with new manufacturers now.

If you are legit please offer Escrow or some other safe way of payment.

Thanks.


Title: Re: Asic miner for Ethereum... why not ?
Post by: nicholi on August 23, 2017, 07:06:13 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.

How about you take a picture in front of your office in Valencia, CA? Oh wait...you can't because that's a lie ;D.


Title: Re: Asic miner for Ethereum... why not ?
Post by: mojoxc on August 23, 2017, 08:43:23 PM
There will be no ASIC for Ethereum because it is a memory-intensive algorithm rather than a CPU intensive one (GPUs are just many CPUs plugged together). So there will never be one for it.

I do not think so, many advanced mining rigs has already done, using GPU and memory as in video cards. I googled "ethereum asics" and found devices like this one https://www.nvminer.com , they call it an asic, but it still use NVidia GPUs. however, the hashrate and power consumption are more profitable, than graphic cards.

you mean you are the scammer that made the website nvminer.com and want to lure in suckers?  lol nice try....obvious scam is obvious

We are official represent of NVminer.
Do not make hasty conclusions, but carefully review the information on the site.

We can answer any questions.
Lol Nvminer nice try 400MH/s and only 850watt! if you want to scam at least make it a little logic . Btw if there gonna be ever a machine to mine ethereum Nvida or ATI will be the first to offer it not some useless site with zero info .

How can you be so sure?
Do you know how many power the NVidia chip requires to run stable? Do you have read a technical manual?
Why does anybody in the world can not create a simple motherboard with BGA chips on it? China make it everyday. There are many Nvidia video cards manufacturers in the world.
We also have some experience in developing such boards.
And yes, the total power consumption of 12X device can be more than 850W, we declared as 850-980. And it is only first tests, based on X8 device.

I'm still waiting for some sort of proof that this is legit....Haven't seen it yet.  Also, the claiming the product is asic then backing out of that because it is not an nvidia gpu is not an asic is huge red flags. 

Quit trying to hide behind the lab not letting you take pictures.  If you were legit and owned the design we would have pictures and proof of hashrate...look at how panda did it.  Can you provide pictures or proof of hashrate and power consumption?


Title: Re: Asic miner for Ethereum... why not ?
Post by: nicholi on August 24, 2017, 07:08:11 PM
I'm still waiting for some sort of proof that this is legit....Haven't seen it yet.  Also, the claiming the product is asic then backing out of that because it is not an nvidia gpu is not an asic is huge red flags. 

Quit trying to hide behind the lab not letting you take pictures.  If you were legit and owned the design we would have pictures and proof of hashrate...look at how panda did it.  Can you provide pictures or proof of hashrate and power consumption?

I wouldn't expect it, looks like they gave up scamming on this forum.
https://bitcointalk.org/index.php?topic=2094314.msg21154563#msg21154563


Title: Re: Asic miner for Ethereum... why not ?
Post by: ottokoester on October 05, 2017, 07:48:00 PM
It will be a dream, to find or to develop something like ASIC with 6 Gb up to 16 Gb Memory access, personally, I've tried to break some ASIC chip codes and are not difficulty, but Ethereum with ASIC... I don't know...

There is a nice article to understand, from the voice of the master "VIJAY PRADEEP".

https://www.vijaypradeep.com/blog/2017-04-28-ethereums-memory-hardness-explained/

Anyway, I'm really interested to change some ideas about to break some codes, specifically X11 and Memory Hard Ethash.


Title: Re: Asic miner for Ethereum... why not ?
Post by: erik777 on October 06, 2017, 05:09:20 AM
In China, they are already making an ethereum asic's. They are very shitty!


Title: Re: Asic miner for Ethereum... why not ?
Post by: Exchange Email on November 08, 2017, 12:03:08 AM
...and YES - our devices is not an ASIC, they have the same GPU chip, as NVidia graphic cards.  ;D

----
https://www.nvminer.com/?re=no (https://www.nvminer.com/?re=no)



site is down


Title: Re: Asic miner for Ethereum... why not ?
Post by: Mark X on November 08, 2017, 12:10:39 AM
This is in position 2 because of its ASIC resistance, which means trust, which means mine and ensures the value is safe and you do not need to sell it, if ASIC is resistant then the value will be around $ 50 instead of $ 4. ASIC means only whales which can mine, its value is not distributed, whales and landfills because for them if they do not throw away then other whales will do it. ETH has a check for ASIC, if the device in question does not pass then it is not mine. there will be no ASIC for meaningful eth, you can mine or buy safely.


Title: Re: Asic miner for Ethereum... why not ?
Post by: OhShei8e on January 26, 2018, 01:27:35 AM
ETH has a check for ASIC, if the questionable device dont pass then it will not mine. there will never be ASIC for eth which means, ...
graphics card prices will explode because the GPUs will simply become ethereum ASICs.

Brilliant plan. Gamers already love you for it.


Title: Re: Asic miner for Ethereum... why not ?
Post by: butch3r on January 26, 2018, 09:09:20 AM
So if anything GPUs are only going to get even more expensive and harder to buy?

Great /s


Title: Re: Asic miner for Ethereum... why not ?
Post by: MATTX on January 26, 2018, 12:37:06 PM
technically ram run on much slower speed compared to asic.
ram speeds have not changed since last 30 years, don't shock 133,233,433 mhz is not speed increase, just bandwidth increased.

slowest part speed determines the max speed of whole system.



Title: Re: Asic miner for Ethereum... why not ?
Post by: Turkish88 on January 26, 2018, 04:23:38 PM
Asic miner for ether will be more expensive then GPU cards
I dont see new GPU for selling, where manufacturers take gpu's ? I dont think what nvidia sell him it


Title: Re: Asic miner for Ethereum... why not ?
Post by: sam_tdam on March 30, 2018, 10:56:59 PM
Sorry to revive a dead post, but, I've actually been working on this in verilog and a few other thing for several months a this point.

So we know that equihash, and ethereum, as well as neoscrypt are what we call memory hard.

In the specific case of ethereum, we currently have a 2+GB DAG file, or as I like to call it a library.

That library takes up 2 GB today and in a few more months it will be 3gb, etc etc.

So the library has to be accessible, and then the way the algorithm works is by calling a 128 byte "page" out of that 2gb library. Well it doesn't call them sequentially, it's at a seemingly random order, and it also calls it a total of 64 times, before mixing it and then comparing it to the current nonce.

64*128 bytes = 8192 bytes or 8.2Kb for the rest of us.

So now we are talking about how many times we can pull 8.2Kb per second? right because 8.2kb/s is a "hash". so we are now discussing memory bandwidth.

Each 1gb of DDR5 has approximately 24 gb/s of bandwidth, which results in a theoretical max Ethereum hash of approximately 3 Mh/s.

So I had this awesome idea for sticking a single mem controller and processor with 16gb of ddr5 ram (which is actually fairly cheap at $6-7 each) only to find out I have a LOT to learn about electrical engineering and programming.

Theoretically, you could build an FPGA with 16gb or memory on 1 RAM controller, with a single processor, and run about 50 mh/s on 1 card. However the development cost is fairly high for that, and ethereum has been fighting off the PoS Ghost transition for 12+ months now. If anyone had known 1 year ago, that casper would not go into effect in October, they would have made such a card. Hindsight is 20/20. People think Casper will again be rolled out around november/december, and it's july 1, so no one will invest 20+K to develop an FPGA/ASIC card for a coin that is going to proof of stake.

I personally consider that silly, as an FPGA card with 16gb of ram, that runs around 250W that is designed for memory hardened crypto algos is well worth the development.

I had the brilliant idea of combining 10 such 16gb cards, with not but a power supply, small ram chip for bios, and 16 gb of ram and a memory controller, all feeding into 1 FPGA "gateway" device that would send out the work, and the biggest problem I ran into there is a data transfer latency timing issue, where basically I would in theory be submitting all stale shares because, by the time I sent the signal, processed it, sent it back, then received it, then passed it on those 10+ nano seconds would cause me to end up with an effective hash rate of below 1.5 Mh/s. so for 10 cards at 16 gb at a likely cost of $750 per card, or $7500- I could end up with a whopping 240 mh/s @ 2500 watts, IE worse than a rig of Rx 480's.

Theoretically I could make a card, with 2 processors (similar to an R9 290 DUO) and stack 2 memory controllers each with 16 GB of ram on the card and end up with a near 100 MH/s (96 really) it is beyond my own ability to finish the engineering and programming of such card, and I do not possess the LARGE amount of funds it would take to generate the first card. All subsequent cards would be fairly inexpensive ($300-$400 to produce)

The other piece of the puzzle, of course, is making sure that the components are OPEN CL/CUDA device compatible, so that they interface with the current miners, and I don't also have to write my own additional miner.  All in all, if it was truly a profitable venture, you would see someone with money to blow doing just that.

So good luck, and if you ever want to borrow some of my research notes or existing in development files, drop me a line.


Hi lothar_hayner,

We are a Chinese mining chip manufacturer and interested in your idea in the post above. Please send me PM if you would like to discuss further.

Thanks