Bitcoin Forum

Other => Beginners & Help => Topic started by: Rasskabak on July 23, 2013, 12:02:02 AM



Title: The bitcoin origin
Post by: Rasskabak on July 23, 2013, 12:02:02 AM
A few days ago a friend of mine, which is unfamilliar with computer science, cryptography and bitcoin at all asked me a question - "how was the first bitcoins created?".

It was easy to find on google - with the Origin Block.
However - what happened then? As I understand, new bitcoins are created every time a new block is created. And blocks are created with transactions. So where does the blocks came from, when there were no transactions? Or were there just 'empty blocks' with no transactions? If so, how often and when exactly were they created?

Thanks :)


Title: Re: The bitcoin origin
Post by: fildza on July 23, 2013, 12:42:00 AM
That depend on your luck and your mining hardware


Title: Re: The bitcoin origin
Post by: Foxpup on July 23, 2013, 01:03:52 AM
Every block contains a special transaction called a "generation" transaction, which is created by the miner and credits the miners address with coins produced out of "thin air". This is the only case where a transaction can credit an address without debiting another by the same amount, and there is a limit to how many coins the miner can give himself this way. That limit is the "block reward" (originally BTC50, currently BTC25, and decreasing by half every 4 years) plus the transaction fees of any other transactions the miner included in his block.

It is perfectly allowable for a block to contain absolutely no transactions other than the generation transaction (even if there are many other transactions waiting to be included), however the miner will not be able to collect any transaction fees in that case. The transaction fees give miners a financial incentive to include as many transactions as they can (assuming those transactions have transaction fees - miners have no incentive to include "free" transactions, which is why free transactions often take a very long time to be included in a block).


Title: Re: The bitcoin origin
Post by: Rasskabak on July 23, 2013, 10:38:04 AM
So, there were the "0 block", then a few computers were calculating next blocks, and if one found a correct one it was added to the block chain (although it has no transactions in it) and it's owner got 50BTC. It continued for some time and then a guy bought pizza for 10k BTC. Is that correct? ;).


Title: Re: The bitcoin origin
Post by: macmn on July 23, 2013, 03:07:05 PM
So, there were the "0 block", then a few computers were calculating next blocks, and if one found a correct one it was added to the block chain (although it has no transactions in it) and it's owner got 50BTC. It continued for some time and then a guy bought pizza for 10k BTC. Is that correct? ;).

From my moderate understanding, that is basically correct