(and rounded down to the nearest 0.10 microbitcoins)
- snip -
I have read both Satoshi whitepaper and wiki, but I missed that part with rounding. Isnt it instead 0.01 microBTC = 1 Satoshi? Isnt reward reduction done by bitshift with "no rounding"?
Yes, that was a typo. I intended to say 0.01 microbitcoins. I'll fix it in the post where I made the error. Thank you.
Also, yes, it is technically handled with a bitshift on an integer value, the resulting effect is to cut the value in half and round down to the nearest integer value. Explaining the concept of a bitshift to someone who wasn't even interested in understanding the basic concepts of mining and bitcoin creation seemed futile, so I went with describing the effect rather than the technical details of the method.