SUBSIDY_FUNC = *
pulled from ./src/main.cpp (search for "nSubsidy")
total number of minable coins.
I believe this is incorrect. I think the correct way is:
for litecoin:
SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//840000,
SUBSIDY_FUNC=lambda height: 'block reward' * 'satoshies' >> (height + 1)//'height where block halves'.
If there is no "halfing" you take out the >> (height + 1)//'height where block halves'
//840000 is the number from main.cpp in nSubsidy -> nSubsidy >>= (nHeight /