Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Slowing down block propagation
by
onemorexmr
on 03/03/2015, 23:49:18 UTC
⭐ Merited by ABCbits (1)
i know this sounds ridiculous, but let me explain why i think it may be useful.

i am nearly convinced now that a big block size together with 1BLT is a threat for bitcoin as miners dont have any incentive to make smaller blocks.

so i am thinking about ways to incentive them.

an easy solution could be that a block needs to be transmitted in full to be accepted - the question is, if this is enforceable between miners (sadly i think it isnt).


btw... not heard much about headers first. is the following scenario possible?

miner A mines a block with a few transactions he has crafted himself.
he published a double-spent-attempting transactions shortly before he found the block.

miner B receives the second transaction from miner A
miner B receives the new block header and starts mining
 - as he does not have the first transaction he tries to include the second one

^ this should raise miner-B's orphan rate.

an easy way to mitigate this would be to mine empty blocks until you have all transactions from the previous block. but this would lead to more empty blocks - raising the blocksize-scarcity even more

i am a little lost right now...