1
When we plot the attacker's computational power against the probability of double spending with a number of blocks equal to zero, we always get a chance of 100%.
This plot is based on the original white paper that models the probability of success as a Poisson distribution.
Is this correct?
Shouldn't the probability of success then be related to the computational power the attacker possesses?
Can you point to the specific calculation in the paper which you are talking about? I suspect it's essentially the trivial fact that an attacker who's 0 blocks behind is already caught up. – Nate Eldredge – 2017-09-28T02:48:21.040
@NateEldredge Yes, looking at the values: at q=0.1, z=0 P=1.0000000 and at q=0.3, z=0 P=1.0000000, it doesn't make sense to me that if there are zero blocks the attacker has 100% chance of winning the attack. Unless we assume that at zero blocks the transaction is incomplete/unconfirmed, we cannot say the probability of success is 100%. I even believe if the transaction is incomplete/unconfirmed, the probability of success is not 100%. – user1 – 2017-09-28T13:46:30.230
Which line on which page? – Nate Eldredge – 2017-09-28T13:58:16.850
These are the numerical results are on page 8. If you simulate the results yourself by modeling the probability of success as the Poisson distribution you'll get these values. – user1 – 2017-09-28T14:02:59.650