Bitcoin Forum
May 13, 2024, 10:12:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to Calculate altcoins rewards ?  (Read 2288 times)
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
December 29, 2016, 05:30:49 PM
 #1

Hello,

does someone know how to calculate coin earnings by given hashrate ?

Is the formular same for all coins with same algo ? Or do formulas different for each coin ?

Looking for formula for:

lbry / ethereum / zcash / sia

Thanks !

regards
1715638321
Hero Member
*
Offline Offline

Posts: 1715638321

View Profile Personal Message (Offline)

Ignore
1715638321
Reply with quote  #2

1715638321
Report to moderator
"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.
1715638321
Hero Member
*
Offline Offline

Posts: 1715638321

View Profile Personal Message (Offline)

Ignore
1715638321
Reply with quote  #2

1715638321
Report to moderator
1715638321
Hero Member
*
Offline Offline

Posts: 1715638321

View Profile Personal Message (Offline)

Ignore
1715638321
Reply with quote  #2

1715638321
Report to moderator
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
December 29, 2016, 05:37:37 PM
 #2

Found it for Ethereum:

Shows earnings for a day:
24(hours)/(((Difficulty/Factor MHs)/(Hashrate))/seconds day)*Block Reward

So for 100 MH/s

24/(((78578831227792/1000000)/(100))/3600)*5  = 0,55 Ether a day.
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
December 31, 2016, 03:26:48 PM
 #3

no one?
Golku
Full Member
***
Offline Offline

Activity: 263
Merit: 100


View Profile
December 31, 2016, 04:21:24 PM
 #4

I use https://whattomine.com/ it will automatically calculate the earning in altcoin and btc
bobben2
Full Member
***
Offline Offline

Activity: 279
Merit: 104


View Profile
December 31, 2016, 09:25:37 PM
 #5

Like Golku said - we use calculators now.
whattomine is good.

Fellow miners, get your thens and thans in order and help other forum readers understand what you are writing. Remember the grammar basics:  B larger THAN A (comparator operator). If something THEN ....
krnlx
Full Member
***
Offline Offline

Activity: 243
Merit: 105


View Profile
December 31, 2016, 09:28:12 PM
 #6

<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
December 31, 2016, 10:21:32 PM
 #7

no one?

You already gave right answer to your own question  Grin

krlnx calculation works if coin difficulty retargets fast. Go and look some average block times for last 24h and compare that to specs.
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
January 11, 2017, 11:34:50 PM
 #8

no one?

You already gave right answer to your own question  Grin

krlnx calculation works if coin difficulty retargets fast. Go and look some average block times for last 24h and compare that to specs.

alright wasn't sure if the same calc applies to "all" altcoins (?)

Thanks
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
January 15, 2017, 01:31:50 PM
 #9

<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>

@krnlx thanks. Your calc is based on given networkhashrate and block time. Do you also now the formula to calculate reward by given difficulty ?

Maybe some can explain me where the difference are in calculating rewards? I thought reward can be calculated with -> Blockreward / own Hashrate / Difficulty (like bitcoin or ether)

Zcash for example seems to be different.

Thanks!
peoples (OP)
Member
**
Offline Offline

Activity: 82
Merit: 11


View Profile
January 16, 2017, 08:53:00 AM
 #10

<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>

@krnlx thanks. Your calc is based on given networkhashrate and block time. Do you also now the formula to calculate reward by given difficulty ?

Maybe some can explain me where the difference are in calculating rewards? I thought reward can be calculated with -> Blockreward / own Hashrate / Difficulty (like bitcoin or ether)

Zcash for example seems to be different.

Thanks!


Allright, gotit:

Bitcoin : userHash/(difficulty*(2^32))*blockReward*3600*1000000000(hashFactor)
ETH: (userHash/difficulty)*blockReward*3600*hashFactor
Zcash:  userHash/((difficulty)*solsPerDiff)*blockReward*3600*hashFactor (sollsPerDiff = 8192)
Monero: userHash/(difficulty*1e9)*blockReward*3600

Maybe someone know what the 8192 sollutions per diff means ?
Ambros
Hero Member
*****
Offline Offline

Activity: 653
Merit: 500


View Profile
January 16, 2017, 09:41:37 AM
 #11

<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>

@krnlx thanks. Your calc is based on given networkhashrate and block time. Do you also now the formula to calculate reward by given difficulty ?

Maybe some can explain me where the difference are in calculating rewards? I thought reward can be calculated with -> Blockreward / own Hashrate / Difficulty (like bitcoin or ether)

Zcash for example seems to be different.

Thanks!


Allright, gotit:

Bitcoin : userHash/(difficulty*(2^32))*blockReward*3600*1000000000(hashFactor)
ETH: (userHash/difficulty)*blockReward*3600*hashFactor
Zcash:  userHash/((difficulty)*solsPerDiff)*blockReward*3600*hashFactor (sollsPerDiff = 8192)
Monero: userHash/(difficulty*1e9)*blockReward*3600

Maybe someone know what the 8192 sollutions per diff means ?
Thank you, is nice to have al this informations gathered in one place!
The Godfather
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 23, 2018, 05:11:59 PM
 #12

any1 can help me with calculating reward?

is there uniqe equation for calculating?

This one:
<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>

should works, but it doesnt work for me.. it gives me less coins that i recived in wallet.
And what abbout diff? Where is diff in that equation?
QryptoKing
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
August 12, 2018, 11:45:48 AM
 #13

any1 can help me with calculating reward?

is there uniqe equation for calculating?

This one:
<YOUR HASHRATE> / (<YOUR HASHRATE> + <NETWORK HASHRATE>) x <BLOCKS PER 24H> x <BLOCK REWARD>

should works, but it doesnt work for me.. it gives me less coins that i recived in wallet.
And what abbout diff? Where is diff in that equation?

<your hashrate> should only be in the calculation if U are not already mining. When U are already mining then <your hasrate> is already a part of the <network hashrate>. Right?
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!