How are my mining rewards calculated?

-1

I saw some videos where a single home laptop can run a mining software and collect fractions of Bitcoins every now and then. However, a mining reward is a full 25 BTC. My questions:

  • Does that mean that the mining software joins my laptop to a pool?
  • If yes, then if I get fractions of a BTC over time, does that mean that my pool succeeded in resolving a block and collected 25 BTC?
  • If yes, how is the reward distributed?

gil_mo

Posted 2017-07-18T20:32:50.883

Reputation: 11

1How the reward is divided depends on the pool. But there is absolutely no point in mining bitcoins on a laptop. You will never pay a thousandth of your costs.David Schwartz 2017-07-18T20:35:28.020

This is a hypothetical question, just to understand the mechanisms. No intention to mine.gil_mo 2017-07-19T06:43:01.330

you may want to read Andreas' book on mastering bitcoin, at the end of chapter 8. It is online available (here: https://www.safaribooksonline.com/library/view/mastering-bitcoin/9781491902639/) and there are many translations.

pebwindkraft 2017-07-19T07:07:21.487

pebwindkraft first comment above directed me to the answer: the section about pool mining says it all.gil_mo 2017-07-19T10:41:30.670

Answers

0

In a nutshell:
You point your mining software at a pool
Your laptop hashes the candidate block sending results that are close to a solution to the pool every now an then.
If the pool is of proportional type, you will get your proportion of the reward based on your portion of contributed hash rate /work.
There are other types of pools and their payout algorithms will vary.

Albert s

Posted 2017-07-18T20:32:50.883

Reputation: 1 344