3
In other words, if one user is trying to find a block using staked coins and another using PoW, which one will find it and why? Will there be a fork in the blockchain in this scenario? If yes, then how does the network decide which chain to accept?
I have a fairly good understanding of proof-of-work, and am trying to understand proof-of-stake correctly as well.
What is the maximum possible value of target? Could target ever equal 2^256, thereby pushing PoS_block_trust below 1? – pankajsg – 2014-08-10T04:47:03.180
Even if it can,
target=2^256means any hash is acceptable, so the block will be mined almost instantly (both PoS and PoW), and the target will be readjusted very soon, so it's not of much concern anyway. – aland – 2014-08-12T13:50:33.030