nulldev
@nulldev@lemmy.vepta.org
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Is the blockchain an interesting innovation, aside from cryptocurrencies ? 1 year ago:
There’s only incentive to do that if the mempool is empty. If the mempool is full, there will be plenty of transactions for both the first miner and the next miner.
In fact, this entire paper only makes sense if the mempool is near empty. If the mempool is full, then there is no reason to mine an empty block because there will always be transactions left for future miners.
So basically:
- Mempool full = miner would mine full blocks just like intended.
- Mempool empty = miner would mine empty blocks but that isn’t a problem because there are no transactions to process in the mempool.
- Comment on Is the blockchain an interesting innovation, aside from cryptocurrencies ? 1 year ago:
What’s wrong with that though? BTC handles forks just fine. Eventually one fork will win out and life will continue on as usual.
The bigger issue this paper presents is that miners become incentivized to mine empty blocks. But can’t you just enforce a minimum transaction count on blocks?