Refers to the schedule by which Bitcoin's mining reward is dispensed.
Questions tagged [reward-schedule]
141 questions
68
votes
7 answers
How many bitcoins will there eventually be?
Since bitcoins are being regularly rewarded to miners, will the number of bitcoins continue to grow indefinitely, or will there be a maximum total number of bitcoins in existence? And if there is some kind of limit, what is it and how is it…

eMansipater
- 14,456
- 10
- 50
- 79
64
votes
3 answers
Will there be 21 million bitcoins eventually?
Every x blocks the mining reward is halved. Will the reward be halved forever such that we never quite reach 21 million bitcoins, or will we reach 21 million bitcoins at some point and will the reward cease to exist altogether?
Extra points for…

erikvold
- 893
- 1
- 8
- 15
29
votes
3 answers
When will the last Bitcoin be mined?
Estimates have been thrown around a lot recently as to the year in which the last Bitcoin will be mined- where are these estimates coming from? Could someone send me to the relevant code?

Jason Dreyzehner
- 837
- 1
- 7
- 12
8
votes
3 answers
Why was the upper limit of 21 million bitcoins put in place?
I am very new to this idea. My only knowledge of it is from the wikipedia page.
It seems odd to me that there is an upper limit at all to the bitcoins that will be issued. Perhaps there is a simple explanation to this. Why was that limit set at 21…
user4276
4
votes
1 answer
How do you calculate when 98% of Bitcoin will be mined?
Trying to find a calculation to work out what year will an arbitrary percentage of bitcoin will be mined, specifically 98%.
I know it takes 10 minutes to mine 1 block but unsure how to use this?
Thank you for any help :)

Saihdev
- 41
- 4
4
votes
2 answers
when is the mining of the last bitcoin?
I have read online that the last bitcoin will be mined in the year 2140. However, I am not completely sure how this is calculated. As I have seen some sources say there is 32 Reward Eras and given that each reward era is roughly 4 years wouldn't the…

james_1997
- 43
- 3
3
votes
1 answer
Understanding the bitwise left shift logic on determining nSubsidy
I'm trying to understand how the >>= operation in nSubsidy >>= (nBestHeight / 210000); actually cuts the subsidy in half every 4 years on Bitcoin v0.01.
It is clear how 210000 blocks average out to around 4 years and how dividing the last block…

Pedro
- 385
- 2
- 9
3
votes
1 answer
Where is the number of Bitcoins limit specified?
Reading the original Nakamoto paper, I cannot see any discussion or reference to the upper bound on the number of bitcoins.
Where is it specified that at most 21 million bitcoins will be minted?

Randomblue
- 783
- 8
- 18
3
votes
2 answers
Why do bitcoins have a total limit?
There are a total of ~16 million bitcoins in existence, and 21 million
total will be available. Therefore, there are ~5 million bitcoins
still to be mined from now until around 2140. How much bitcoin is left
to mine? -…

Gamal Thomas
- 161
- 6
2
votes
1 answer
How come the block reward keeps only getting halved but there is an upper limit for bitcoins in existance?
The maximum number of bitcoins that can exist is 21 million. New bitcoins are made by confirming that transactions happened. Every 4 years the amount of bitcoins people get when they solve a block is halved. When you keep on halving something you…

Riley Potts
- 125
- 6
2
votes
1 answer
If there are 32 halvings, why is the if block in the GetBlockSubsidy function checking if there are 64 or more halvings already done?
If there are 32 halvings, why is the if block in the GetBlockSubsidy function checking if there are equal or more than 64 halvings?

Efe
- 407
- 2
- 16
1
vote
1 answer
When will there be no 'mineable' bitcoins left?
At today's rate of progression when will the market cap of 21 million be reached? If bitcoin increases at such a rate. In addition to this, is it true that when the market cap is reached, miners will still get transaction fees? If so, how much will…

97980
- 21
- 1
1
vote
1 answer
Does halving ever end?
Every certain number of blocks the reward is cut in half, for example from 50 to 25 BTC. Will this halving continue indefinitely, so the reward never gets to zero?

RentFree
- 2,539
- 2
- 20
- 36
1
vote
1 answer
Does adding more miners create more bitcoin?
I was on another forum and the claim was made that the miners using new technology GPUs are flooding in and because of this there will be more bitcoin produced. My understanding of block rewards is it's like a horserace between miners (or group of…

3dalliance
- 113
- 5
0
votes
2 answers
Combine multiple Bitcoin balances into a new wallet?
I need $1000 worth of Bitcoin, but I'm going to use an ATM, and without I.D., there is a limit of $250 per transaction. Could I conduct 4 separate transactions back-to-back, tell the ATM to create a different wallet each time, and then later move…

JayyJayy
- 1