1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-22 08:08:11 +00:00

Edited ch12_mining.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 14:57:03 +00:00
parent c390ea1c85
commit db09277256

View File

@ -427,7 +427,7 @@ that have occurred by dividing the current block height by the halving
interval (+SubsidyHalvingInterval+).
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
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