Bitcoin Forum
May 08, 2024, 11:48:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Formulas for calculating the estimated number of coins per day  (Read 734 times)
ShaSoftware (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile WWW
April 23, 2014, 08:58:39 PM
 #1

Hello all,

I was wondering if anyone could help me with this conundrum I have here.

I have the formula for estimate number of Sha-256 coins:

target = 0x00000000ffff0000000000000000000000000000000000000000000000000000 / difficulty

target = 2.69595 *10^67 / difficulty

time per block = 2^256 /(target*hashrate)

coins per day = 3600 * 24 * bitcoins_per_block / time_per_block

coins per day = 3600 * 24 * 25 / [2^256 / ( (2.69595 *10^67 / D ) * H )]

coins per day = 2160000 / (4.29503 *10^9) * D  / H

coins per day = 5.02906 * 10-4  * H / D

Now convert it to Megahashes:

coins per day = 502.906  * H / D

But I am wondering if anyone knows how to modify that for Scrypt and Scrypt-N coins?
So just wondering if there are certain formulas for different coins, especially Scrypt-N because it not has the new N factor. This is going off of coinwarz of course.

Thanks in advance everyone.

Jay Bell
CEO, Sha Software
1715212096
Hero Member
*
Offline Offline

Posts: 1715212096

View Profile Personal Message (Offline)

Ignore
1715212096
Reply with quote  #2

1715212096
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715212096
Hero Member
*
Offline Offline

Posts: 1715212096

View Profile Personal Message (Offline)

Ignore
1715212096
Reply with quote  #2

1715212096
Report to moderator
everything_zen
Member
**
Offline Offline

Activity: 109
Merit: 11


View Profile
April 27, 2014, 10:20:36 PM
 #2

hashes to solve = (2^32)*difficulty

daily hashes = (hashrate/sec) * 86400

blocks solved/day = (daily hashes / hashes to solve)

reward/day = (blocks solved/day) * reward



Heres an example from our Vertcoin pool which is running at around 125mh/sec

((125,000,000*86400)/((2^32)*244.35))*50 = 514.54 V/day


Pages: [1]
  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!