Minimum number of transcation in blocks one must include?

0

Anybody as the miner can just include 1 transaction and mine 12.5 award transaction and nonce and although it may not speed up my process as (number of transaction +Award+ Nonce)=some Constant to be inside the sha256() === < target

so it does not save any calculation ?? but valid or invalid depends upon minimum one ...or not

Killerbeans

Posted 2016-10-19T09:25:45.130

Reputation: 135

Question was closed 2016-10-27T17:38:22.037

Answers

1

A block is required to have one or more transactions. The first transaction must be the coinbase. (This is the transaction that claims the reward.)

Removing transactions from your block will not save you mining time. (Note that it may make your block propagate faster, and it may be impossible to tell if a transaction is valid when SPV mining.)

Nick ODell

Posted 2016-10-19T09:25:45.130

Reputation: 26 536