Bitcoin Forum
April 27, 2024, 02:22:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: My Noob mining so far  (Read 1343 times)
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
January 27, 2013, 10:32:55 AM
Last edit: January 27, 2013, 12:37:33 PM by organofcorti
 #21

You know, there's a whole thread listing mining pools with hashrate, fees and other variables:

https://bitcointalk.org/index.php?topic=104664.0

On the whole, you'll earn on average 25btc/(current difficulty)*(share*difficulty at which share was submitted)*(1-fee), unless you're at a pool which pays proportionally (Slush's pool and DeepBit) where you'll earn a bit less due to pool hopping.

There's a bunch of information you might find handy at http://organofcorti.blogspot.com

I've seen similar comparisons, I'm just learning all the terms and math involved. Though, on a layman's term level, I'm looking for a rough estimate of bitcoin per 8 hours. Is this hard to determine with the randomness of the system, such as the luck factor? I would like to know this because I am planning on running my miner(s) when I am asleep (8 hours) or at work (8 hours). So that would be my real world shift. Right now, from the last week 50BTC was giving me somewhere around BTC.01-BTC.02 a real world shift (8 hours). This was done on my crossfire 2x Redwood 5xxx cards. I have a Radeon 7970 in the mail (finally an excuse to upgrade my 3 year old graphics cards). When that comes in the mail I want to have the perfect setup to mine. Thanks.

What's your current average hashrate according to your mining software?

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

Posts: 1714184556

View Profile Personal Message (Offline)

Ignore
1714184556
Reply with quote  #2

1714184556
Report to moderator
1714184556
Hero Member
*
Offline Offline

Posts: 1714184556

View Profile Personal Message (Offline)

Ignore
1714184556
Reply with quote  #2

1714184556
Report to moderator
1714184556
Hero Member
*
Offline Offline

Posts: 1714184556

View Profile Personal Message (Offline)

Ignore
1714184556
Reply with quote  #2

1714184556
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
maunderingcabal (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


Don't dwell in the past, don't dream of the future


View Profile WWW
January 27, 2013, 11:10:19 AM
 #22

You know, there's a whole thread listing mining pools with hashrate, fees and other variables:

https://bitcointalk.org/index.php?topic=104664.0

On the whole, you'll earn on average 25btc/(current difficulty)*(share*difficulty at which share was submitted)*(1-fee), unless you're at a pool which pays proportionally (Slush's pool and DeepBit) where you'll earn a bit less due to pool hopping.

There's a bunch of information you might find handy at http://organofcorti.blogspot.com

I've seen similar comparisons, I'm just learning all the terms and math involved. Though, on a layman's term level, I'm looking for a rough estimate of bitcoin per 8 hours. Is this hard to determine with the randomness of the system, such as the luck factor? I would like to know this because I am planning on running my miner(s) when I am asleep (8 hours) or at work (8 hours). So that would be my real world shift. Right now, from the last week 50BTC was giving me somewhere around BTC.01-BTC.02 a real world shift (8 hours). This was done on my crossfire 2x Redwood 5xxx cards. I have a Radeon 7970 in the mail (finally an excuse to upgrade my 3 year old graphics cards). When that comes in the mail I want to have the perfect setup to mine. Thanks.

What's your current average hashrate (ccording to your mining software?

My rate usually goes between 180 and 270 due to my laptop being in use (adding hash rate), my wife playing WOW (lowering it a little), and me browsing the internet inbetween. So a good average would be 200.

You like my post? Buy me a beer for ฿0.01
13KKQYQLmDFaTtcoPDtnt3My1PPUdcc8AL
My website/blog/bitcoin store
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
January 27, 2013, 12:50:03 PM
 #23

My rate usually goes between 180 and 270 due to my laptop being in use (adding hash rate), my wife playing WOW (lowering it a little), and me browsing the internet inbetween. So a good average would be 200.

Code:
Pooled mining earnings = hashes / 2^32 * B / D * (1 - f)
Pooled mining earnings per day  =  hashrate * 24 * 3600 / 2^32 * B / D * (1 - f)           
B = current block reward
D = current mining difficulty
f = Pool fee

So, your expected earnings per day will be (at current difficulty = 2968775) and a pool fee of 2%:

200e06 * 3600*24  / 2^32 * 25 / 2968775 * (1 - 0.03) = 0.03286384 btc

There's going to be a lot of variance in this figure. First, you have a low hashrate, so the variance in difficulty 1 shares produced per day will be more than for other miners, at about +/- 3%.

More importantly, if you mine at a pool that doesn't provide PPS, you're going to have to factor in the luck of the pool which will increase the variance in payout much more significantly. In this case, I'd average the earnings over a week or so (more for small pools).




 

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
maunderingcabal (OP)
Full Member
***
Offline Offline

Activity: 154
Merit: 100


Don't dwell in the past, don't dream of the future


View Profile WWW
January 27, 2013, 02:11:37 PM
 #24

My rate usually goes between 180 and 270 due to my laptop being in use (adding hash rate), my wife playing WOW (lowering it a little), and me browsing the internet inbetween. So a good average would be 200.

Code:
Pooled mining earnings = hashes / 2^32 * B / D * (1 - f)
Pooled mining earnings per day  =  hashrate * 24 * 3600 / 2^32 * B / D * (1 - f)           
B = current block reward
D = current mining difficulty
f = Pool fee

So, your expected earnings per day will be (at current difficulty = 2968775) and a pool fee of 2%:

200e06 * 3600*24  / 2^32 * 25 / 2968775 * (1 - 0.03) = 0.03286384 btc

There's going to be a lot of variance in this figure. First, you have a low hashrate, so the variance in difficulty 1 shares produced per day will be more than for other miners, at about +/- 3%.

More importantly, if you mine at a pool that doesn't provide PPS, you're going to have to factor in the luck of the pool which will increase the variance in payout much more significantly. In this case, I'd average the earnings over a week or so (more for small pools).


Thanks man, that really sheds some light on things.

You like my post? Buy me a beer for ฿0.01
13KKQYQLmDFaTtcoPDtnt3My1PPUdcc8AL
My website/blog/bitcoin store
Pages: « 1 [2]  All
  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!