Skip to content

Commit

Permalink
Epoch increased to 2048 blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tevador committed Mar 22, 2019
1 parent 107270d commit 2bb4263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ along with RandomX. If not, see<http://www.gnu.org/licenses/>.
#define RANDOMX_DS_GROWTH 0

//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
#define RANDOMX_EPOCH_LAG 64
Expand Down

0 comments on commit 2bb4263

Please sign in to comment.