2
1
I came across the paper On the Instability of Bitcoin Without the Block Reward where it says that in the near future where the incentives are only due to the transactions, instability issues will appear. With only transaction fees, the variance of the miner reward is very high due to the randomness of the block arrival time, and it becomes attractive to fork a “wealthy” block to “steal” the rewards therein.
I tried to read the paper, however I could not understand the exact reason for the instability. So, what is the simple idea that rewards only composed from transaction fees will result in instability that does not appear while there still is a block subsidy?

this is somewhat like the selfish mining but my question is how only transaction reward will cause the instability because after certain time the block reward will be 0 and incentives will only come from transaction fee.? – Laxmi Kadariya – 2017-07-26T20:34:11.133
@LaxmiKadariya Selfish mining is something else. Selfish mining is delaying publishing a block if that would benefit you. – Nick ODell – 2017-07-27T02:40:57.127
then why the above answer not occur when there is block fee as well? and occurs only with transaction fee only? – Laxmi Kadariya – 2017-07-27T17:22:38.590
@LaxmiKadariya You cannot mine a block that claims the reward for block 100 and the reward for block 101 at the same time. It is not possible. However, you can mine a block that claims the transaction fees of transaction A and transaction B at the same time. – Nick ODell – 2017-07-27T17:26:27.720
so this means in case of block reward, if I neglect the network block and mine my own block, there is less probablity of winning next block as other node may solve the block and requires time of 10 min for another block creation . However in only transaction I can add any number of transaction in a block of my own neglecting network block and can get all the transaction reward at the same time and the reward is equal no matter if I mine two blocks or a single block with both transaction without loss of 10min. – Laxmi Kadariya – 2017-07-27T19:35:57.097