While discussing a recent Bitcoin Core pull request [0] it was pointed out that in the original Bitcoin code, or more accurately the first commit on Github, the miner produces a coinbase scriptSig as follows:CTransaction txNew; txNew.vin.resize(1); txNew.vin[0].prevout.SetNull(); txNew.vin[0].scriptSig