Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
  • DIRECTORY
  • CRYPTO
    • ETHEREUM
    • BITCOIN
    • ALTCOIN
  • BLOCKCHAIN
  • EXCHANGE
  • TRADING
  • SUBMIT
Crypto Flexs
Home»BITCOIN NEWS»bitcoin core – How do miners generate multiple outputs on a coinbase transaction?
BITCOIN NEWS

bitcoin core – How do miners generate multiple outputs on a coinbase transaction?

By Crypto FlexsSeptember 9, 20241 Min Read
Facebook Twitter Pinterest LinkedIn Tumblr Email
bitcoin core – How do miners generate multiple outputs on a coinbase transaction?
Share
Facebook Twitter LinkedIn Pinterest Email

Bitcoin Core hardcodes the Coinbase transaction as a single output. coinbaseTx.vout.resize(1) By definition src/node/miner.cpp

     // Create coinbase transaction.
    CMutableTransaction coinbaseTx;
    coinbaseTx.vin.resize(1);
    coinbaseTx.vin(0).prevout.SetNull();

****************************************************
//Referring to the line of code below 
    coinbaseTx.vout.resize(1);

*****************************************************
    coinbaseTx.vout(0).scriptPubKey = scriptPubKeyIn;
    coinbaseTx.vout(0).nValue = nFees + GetBlockSubsidy(nHeight, chainparams.GetConsensus());
    coinbaseTx.vin(0).scriptSig = CScript() << nHeight << OP_0;
    pblock->vtx(0) = MakeTransactionRef(std::move(coinbaseTx));
    pblocktemplate->vchCoinbaseCommitment = m_chainstate.m_chainman.GenerateCoinbaseCommitment(*pblock, pindexPrev);
    pblocktemplate->vTxFees(0) = -nFees;

    LogPrintf("CreateNewBlock(): block weight: %u txs: %u fees: %ld sigops %d\n", GetBlockWeight(*pblock), nBlockTx, nFees, nBlockSigOpsCost);

However, in the recent block 860062, the mining pool paid several remote miners directly in a coin-based transaction: https://mempool.space/tx/aff7c9b18666c0a51c66013642e24bfcb8b721a674e0f4ce3afa3004b55b0156

How does a miner create a coinbase transaction that overrides the defaults specified in the above Bitcoin Core code snippet?

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

Are Investors Abandoning BTC?

March 2, 2026

Announcing the world’s first regulated, tokenized stock perpetual futures using xStocks

February 24, 2026

Why Wall Street is starting to take prediction markets seriously

February 18, 2026
Add A Comment

Comments are closed.

Recent Posts

Web3 Foundation refocuses on global advocacy as the Polkadot ecosystem matures.

March 5, 2026

Beef.com Launches Infrastructure Blueprint To Build The Digital Backbone Of A Rancher-First Food Economy

March 5, 2026

Bybit TradFi Stock Festival Announces Trading Competition With 100,000 USDT Prize Pool

March 5, 2026

Nasdaq-Listed Company CIMG Signs Strategic Agreement To Acquire Core Assets Of IZUMi Finance

March 5, 2026

ChangeNOW settles cryptocurrency swaps in less than 1 minute.

March 5, 2026

Institutions are returning to Ethereum as staking records hit record highs.

March 5, 2026

Intelligence In The Age Of Crypto

March 5, 2026

Leading Enterprise-Grade Crypto Safekeeping Solutions For Institutions

March 5, 2026

Intelligence In The Age Of Crypto

March 4, 2026

Digital Casinos In The Age Of Crypto

March 4, 2026

Transacta partners with CryptoJets to support growing demand for cryptocurrency payments in civil aviation

March 4, 2026

Crypto Flexs is a Professional Cryptocurrency News Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of Cryptocurrency. We hope you enjoy our Cryptocurrency News as much as we enjoy offering them to you.

Contact Us : Partner(@)Cryptoflexs.com

Top Insights

Web3 Foundation refocuses on global advocacy as the Polkadot ecosystem matures.

March 5, 2026

Beef.com Launches Infrastructure Blueprint To Build The Digital Backbone Of A Rancher-First Food Economy

March 5, 2026

Bybit TradFi Stock Festival Announces Trading Competition With 100,000 USDT Prize Pool

March 5, 2026
Most Popular

Tether Invests $100 Million in Agricultural Company as Stablecoin Competition Heats Up

September 8, 2024

Michael Saylor’s Trump Meeting Is Turbo Bullish for Bitcoin

January 6, 2025

BTC-e founder pleads guilty to $9 billion money laundering conspiracy

May 4, 2024
  • Home
  • About Us
  • Contact Us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions
© 2026 Crypto Flexs

Type above and press Enter to search. Press Esc to cancel.