Add more defines into .hrl

This commit is contained in:
Juraj Hlista 2019-02-27 17:35:44 +07:00
parent 17d7a8d458
commit 2b87718d20

View File

@ -5,7 +5,13 @@
-define(DIFFICULTY_INTEGER_FACTOR, 16#1000000).
-define(MIN_NONCE, 0).
-define(MAX_NONCE, 16#ffffffffffffffff).
-define(NONCE_NBYTES, 8).
-define(SOLUTION_SIZE, 42).
-define(MIN_SOLUTION_NUMBER, 0).
-define(MAX_SOLUTION_NUMBER, 16#ffffffff).