Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3125379
Topic
214512
Board
Mining (Altcoins)
Re: Finding p2pool networks.py values for new altcoins
by
minerapia
on
10/09/2013, 22:17:21 UTC
SUBSIDY_FUNC=lambda height: 0.25*1000000 >> (height + 1)//1051200,
so its 'block reward' * 'satoshies' >> (height + 1)//'height where block halves'.
you only need get_subsudy func is theres some special way how the blocks rewards is calculated.