A fork is a project that splits from an earlier project and goes in a slightly different direction.
3
votes
2answers
439 views
What happens to my bitcoins if there's a permanent fork in the chain?
Let's say the year is 2034 (optimistic?) and the New New World has adopted Bitcoin as its currency, and now there's a civil war, and naturally the two sides want to have their own version of Bitcoin ...
5
votes
2answers
84 views
When will a block not be forwarded?
I'm currently trying to detect blockchain forks and I noticed that even when dumping all blocks I get to a separate file I seem to miss a few.
Specifically I'm looking for the blocks marked as ...
17
votes
2answers
1k views
What is the longest blockchain fork that has been orphaned to date?
The orphaned blocks view from BlockChain.info shows a recent fork of the blockchain (starting with block 173,928) that went four blocks long before being orphaned.
Other than the controlled rewind ...
9
votes
2answers
320 views
How often forks occur?
How often do forks occur in the block chain? I'm interested in the small, one block forks that happen when two miners create a block at the similar time.
3
votes
1answer
130 views
How are transactions in discarded forks merged back into the blockchain?
It sounds like transactions in discarded blocks are propagated back to the network to be included in the next block to be generated, is that the case? If so, is that triggered in the client when it ...
11
votes
2answers
256 views
How does a client decide which is the longest block chain if there is a fork?
Is it only the block height or is it the effort that went into the forks? In other words: does this decision account for different difficulties?
20
votes
2answers
5k views
How does merged mining work?
How does the implementation of merged mining affect the global hash rate of alt chains?
Does one solution fit all? Does one solution fit some? Does the rate of "solutions that will fit" decrease ...