I am wondering if a block can be created with multiple coinbase transactions. The US government regulates mining pools that have control over the miner's wallets, so it would be fabulous if this could be circumvented by having multiple coinbase transactions to multi-sig wallets. Also is there a limit to the number of signatures that a multi-sig wallet can require?
Asked
Active
Viewed 107 times
0
-
2This really is two separate questions, it would be best if you asked them individually. – chytrik Aug 11 '19 at 23:40
1 Answers
1
A block can only have one coinbase transaction. You could however send the reward+fees of the coinbase transaction to multiple addresses (of any type) just like any other transaction.
is there a limit to the number of signatures that a multi-sig wallet can require?

Coding Enthusiast
- 1,438
- 5
- 23
-
1Note that while the reward and fees can be spent like any other transaction, you must wait 100 blocks for the coinbase output to mature before spending it - this means it cannot be spent within the same block, or another 99 blocks following it. – Raghav Sood Aug 12 '19 at 03:42