mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-22 15:58:53 +00:00
Epoch increased to 2048 blocks
This commit is contained in:
parent
107270d93d
commit
2bb42637fd
@ -44,7 +44,7 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
|
|||||||
#define RANDOMX_DS_GROWTH 0
|
#define RANDOMX_DS_GROWTH 0
|
||||||
|
|
||||||
//Number of blocks per epoch
|
//Number of blocks per epoch
|
||||||
#define RANDOMX_EPOCH_BLOCKS 1024
|
#define RANDOMX_EPOCH_BLOCKS 2048
|
||||||
|
|
||||||
//Number of blocks between the seed block and the start of new epoch
|
//Number of blocks between the seed block and the start of new epoch
|
||||||
#define RANDOMX_EPOCH_LAG 64
|
#define RANDOMX_EPOCH_LAG 64
|
||||||
|
Loading…
Reference in New Issue
Block a user