mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch12_mining.adoc with Atlas code editor
This commit is contained in:
parent
c390ea1c85
commit
db09277256
@ -427,7 +427,7 @@ that have occurred by dividing the current block height by the halving
|
|||||||
interval (+SubsidyHalvingInterval+).
|
interval (+SubsidyHalvingInterval+).
|
||||||
|
|
||||||
Next, the function uses the binary-right-shift operator to divide the
|
Next, the function uses the binary-right-shift operator to divide the
|
||||||
reward (+nSubsidy+) by two for each round of halving. In the case of
|
reward [.keep-together]#(+nSubsidy+)# by two for each round of halving. In the case of
|
||||||
block 277,316, this would binary-right-shift the reward of 5 billion
|
block 277,316, this would binary-right-shift the reward of 5 billion
|
||||||
satoshis once (one halving) and result in 2.5 billion satoshis, or 25
|
satoshis once (one halving) and result in 2.5 billion satoshis, or 25
|
||||||
bitcoins. After the 33rd halving, the subsidy will be rounded down to
|
bitcoins. After the 33rd halving, the subsidy will be rounded down to
|
||||||
|
Loading…
Reference in New Issue
Block a user