Author

Topic: What happens to mined blocks? (Read 1238 times)

newbie
Activity: 51
Merit: 0
July 17, 2012, 02:28:40 PM
#10
Thank you all for the replys. Helped me understand a few things a bit better!
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
July 14, 2012, 01:38:24 PM
#9
Mom? Where do babies come from?

The block chain dear!

Mom! Wait... I don't have a mom, my blockchain was orphaned!  Cry

Block Chain Adoption Agency at your service kiddo!
member
Activity: 87
Merit: 10
July 14, 2012, 12:51:20 PM
#8
Mom? Where do babies come from?

The block chain dear!

Mom! Wait... I don't have a mom, my blockchain was orphaned!  Cry
member
Activity: 98
Merit: 10
(:firstbits => "1mantis")
July 14, 2012, 12:38:30 PM
#7
Mom? Where do babies come from?

The block chain dear!
legendary
Activity: 1148
Merit: 1008
If you want to walk on water, get out of the boat
newbie
Activity: 51
Merit: 0
July 14, 2012, 11:03:11 AM
#4
Thanks for the speedy reply! That I understand now. One more question, where does the "equations" or blocks origionate from?
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
July 14, 2012, 10:57:48 AM
#3
Mining is slightly different than what you think it is. Basically, the miner takes a hash of the entire blockchain to-date (it's slightly more complicated than that, but that's irrelevant). Then, the miner adds a nonce -- random data -- to the previous hash, and performs double SHA256 on it. If the result is lower than a certain number (determined by difficulty), i.e. it starts with enough 0's, then it is a valid solution. The miner can then publish the "block," which is composed of a header, including proof that the miner actually found a solution, and transactions, which include a transaction which has no inputs and one 50 BTC (soon to be 25) output. The block, once published, is added to the "blockchain" and new miners build upon it by using it as part of new blocks.

(There is some technical stuff missing here, such as merkle trees and whatnot, but I don't think they pertain too much to the question)


Now, there is the possibility that I'm completely missing the question, in which case you need to rephrase it Wink
donator
Activity: 1218
Merit: 1079
Gerald Davis
July 14, 2012, 10:52:58 AM
#2
Mining is transaction verification.  It is the process of putting valid unconfirmed transactions into a permanent record.  The blockchain is that permanent record.  Miners hash unconfirmed transactions into blocks.  Mined blocks are distributed to every node in the network.  Nodes validate those blocks and add them to the end of the blockchain.  The blockchain is used to confirm the validity of future transactions.
newbie
Activity: 51
Merit: 0
July 14, 2012, 10:51:25 AM
#1
hi, ive always wondered about this and would like a propper answer to this question.

After a block has been mined, what happens to the solved block? What is it used for or where does it go?
Jump to: