Bitcoin Forum
May 05, 2024, 07:43:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: calculating expected number of BTC for a mining rig  (Read 2088 times)
flok (OP)
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile WWW
March 17, 2012, 01:46:26 PM
 #1

Hi,

Is it possible to somehow calculate the expected number of BTC I would mine for a given hashrate?
I know that my cards do around do around 700MH/s.
http://keetweej.vanheusden.com/stats/bitcoin_hashrate.png
1714938196
Hero Member
*
Offline Offline

Posts: 1714938196

View Profile Personal Message (Offline)

Ignore
1714938196
Reply with quote  #2

1714938196
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714938196
Hero Member
*
Offline Offline

Posts: 1714938196

View Profile Personal Message (Offline)

Ignore
1714938196
Reply with quote  #2

1714938196
Report to moderator
1714938196
Hero Member
*
Offline Offline

Posts: 1714938196

View Profile Personal Message (Offline)

Ignore
1714938196
Reply with quote  #2

1714938196
Report to moderator
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
March 17, 2012, 01:52:44 PM
 #2

average.daily.btc <- your.hashrate / 2^32 / current.difficulty * 50 * 86000

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Dyaheon
Member
**
Offline Offline

Activity: 121
Merit: 10


View Profile
March 17, 2012, 02:39:13 PM
 #3

http://www.alloscomp.com/bitcoin/calculator.php
rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
March 17, 2012, 05:53:38 PM
 #4

That seems to be the "go-to" calculator, but I really like this one too: http://bitcoinma.appspot.com/

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
PulsedMedia
Sr. Member
****
Offline Offline

Activity: 402
Merit: 250


View Profile WWW
March 18, 2012, 07:18:09 AM
 #5

http://tpbitcalc.appspot.com/

is my choice

http://PulsedMedia.com - Semidedicated rTorrent seedboxes
PulsedMedia
Sr. Member
****
Offline Offline

Activity: 402
Merit: 250


View Profile WWW
March 18, 2012, 09:13:06 PM
 #6


That’s a good one but it fails to include the pool fee so it’s a bit off for those people that pay a fee. 

Many pools don't charge a fee, and taking away the very tiny fee of those which has is trivial. You want to calculate based on HW potential, not for particular pool.

http://PulsedMedia.com - Semidedicated rTorrent seedboxes
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
March 19, 2012, 06:52:51 AM
 #7

Assuming no mining pool fees, you can use this:

Code:
#!/bin/bash
MHASHESPERSEC="$1"
HASHESPERSEC=`echo 'scale=2;' ${MHASHESPERSEC} '*1000000' | bc`
AVGTOWIN=`wget -q -O - http://blockexplorer.com/q/hashestowin`
AVGSECSTOWIN=`echo ${AVGTOWIN} '/' ${HASHESPERSEC} | bc -l`
AVGHOURSSTOWIN=`echo ${AVGSECSTOWIN} '/' 3600 | bc -l`
echo At $MHASHESPERSEC 'MegaHash/s', the expected BTC gain for 24h is: `echo 'scale=8;' '(50*24) / '${AVGHOURSSTOWIN} | bc -l`

Use it as follows:

Code:
bash ./pps.sh 7000
At [b]7000[/b] MegaHash/s, the expected BTC gain for 24h is: 4.69913750

If the op doesn't notice th extra '0' you snuck in there, he might get a bit excited about what he could earn Wink

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Ferroh
Member
**
Offline Offline

Activity: 111
Merit: 100



View Profile
March 19, 2012, 04:29:25 PM
 #8

https://ferroh.com/calculator
triplehelix
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
March 23, 2012, 02:40:28 AM
 #9

couple here:

https://en.bitcoin.it/wiki/Profitability_Calculator

don't know why, but i like the first one best.  could use updated with some from this thread.
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!