mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
added epoch lag configuration
This commit is contained in:
parent
958d2bdc15
commit
a1dc094c19
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
|
|||
//Number of blocks per epoch
|
||||
#define RANDOMX_EPOCH_BLOCKS 1024
|
||||
|
||||
//Number of blocks between the seed block and the start of new epoch
|
||||
#define RANDOMX_EPOCH_LAG 64
|
||||
|
||||
//Number of instructions in a RandomX program
|
||||
#define RANDOMX_PROGRAM_SIZE 256
|
||||
|
||||
|
|
Loading…
Reference in a new issue