You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#defineCRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V2 1000000 //size of block (bytes) after which reward for block calculated using block size
30
+
#defineCRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V1 100000 //size of block (bytes) after which reward for block calculated using block size - before first fork
31
+
#defineCRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE_V5 1000000 //size of block (bytes) after which reward for block calculated using block size - second change, from v5
32
+
33
+
#defineDIFFICULTY_TARGET 240 // seconds
34
+
#defineDIFFICULTY_TARGET_V2 240 // seconds
35
+
#defineDIFFICULTY_TARGET_V1 240 // seconds - before first fork
0 commit comments