Questions tagged [mining-reward]
The monetary incentive for mining, especially how block rewards are generated, claimed, and composed. For questions specific to coin generation transactions (coinbase transactions) use the tag Coinbase-Transaction. For questions about the block reward halving, use the tag reward-schedule.
436 questions
1 vote
1 answer
187 views
Is a bitcoin not a single number?
I finally found the answer to what I was looking for in "What exactly is a bitcoin?". I get blockchains, nonces, and all of that. But what I could not figure out is what part of what is ...
-1 votes
1 answer
70 views
own mined bitcoin tranfer to my hardware wallet without fee on my complete node?
I mined a couple of years ago. on a adres starting with a 3 Havent done anything with them, isn't visible in transactions Have the complete bitcoin node running with electrs and btc rpc explorer Can I ...
1 vote
1 answer
266 views
why can I not fund my regtest named wallet?
I am using Bitcoin Core version v25.99.0-cbf385058bd6 I get the current blockheight I create a named wallet I verify that it's in <bitcoin-dir>/regtest/wallets/ I create a new bech32m address I ...
5 votes
1 answer
412 views
How does a miner create multiple outputs in a coinbase transaction?
Bitcoin Core hard-codes the coinbase transaction to one output coinbaseTx.vout.resize(1) as defined in src/node/miner.cpp // Create coinbase transaction. CMutableTransaction coinbaseTx; ...
0 votes
1 answer
140 views
Winner of block reward command
What is the bitcoin-cli command to view the winner of each block reward in bitcoin mining? How do you find out the winning mining pool of each block reward?
2 votes
1 answer
112 views
Who decides the bitcoin held by each party in the initial stage?
In a blockchain network with a number of parties, how are the number of bitcoins held by each party decided in the initial stage? Example: If there are 4 parties A, B, C, and D who decides/generates ...
0 votes
1 answer
155 views
Why don't any cryptocurrencies have built-in mining pools? [closed]
It seems like basically everyone uses a mining pool. Is there any blockchain that effectively makes every user/node part of the same mining pool? Even just a whitepaper for this concept would be great ...
3 votes
1 answer
407 views
What's the smallest possible coinbase transaction / block size?
Let's say that, for some ununderstandable reason, a miner does not care about receiving the block reward. Rather, the miner cares only about achieving the smallest ever block. What would be the size ...
0 votes
1 answer
128 views
When exactly does the miner get their reward?
When exactly does the miner get their reward via the coinbase tx? Say I am a miner and I have mined a block. I broadcast it to peers A, B, and C and they then broadcast it to their peers and so on. ...
1 vote
3 answers
172 views
Can multiple candidate blocks be mined concurrently by the miner, even if at the end only one block gets added to the chain every 10 mins?
I read that every 10 minutes, the miner would fetch txs from the tx_mempool, process them, create a candidate block, do the proof of work and then broadcast it to the network. Does this mean that the ...
2 votes
1 answer
2k views
What were the most popular bitcoin mining softwares, services or platforms in or before january 2010?
My friend who died few weeks back, He claimed that he mined bitcoin using his personal computer back in the days he said. But i had a glimpse of an archive he named btc.gz which had file made or ...
0 votes
1 answer
110 views
Do any mining rig configurations divide hashing into pieces to be distributed across nodes?
Are there any mining rig configurations in which a block is divided some how so that multiple nodes can process a piece of the same block in some sort of divide and conquer approach? For example if ...
3 votes
1 answer
761 views
On average what percentage of the total block reward comes from transaction fees?
Question Hello. At the time of this question the reward per block is 6.25 bitcoins. But if I understand correctly that does not include transaction fees. On average, in addition to the 6.25 bitcoins, ...
2 votes
1 answer
340 views
Mine blocks to specified address in regtest mode
I am running the ruimarinho/bitcoin-core docker image and trying to understand why the block reward is going to the wrong btc address. I have the following scenario: $ bitcoin-cli -regtest ...
1 vote
2 answers
1k views
I messed up? Am I saddled with a $2000 tx fee?
I have 5 hosted ASIC miners mining bitcoin. For about 2 years, these miners have generated about .001 bitcoin a day and everyday I have that amount sent to my ledger hardware wallet. So there are ...