Can this be made into one output? I estimate it will save 50 bytes per block. Some options I can think of
- Adding a new denomination 1.2
- making different block rewards such as a repeating sequence (1,1,1,1,1,2) so that the amount adds to be the same
- randomly selected so that it sums up to the same amount but distributes across all the denominations so as not to have millions of outputs at the same denomination.
Can this be made into one output? I estimate it will save 50 bytes per block. Some options I can think of