Copy aeminer_pow, aeminer_pow_cuckoo, aecuckoo_SUITE from ae node
aecuckoo_SUITE is moved from aecuckoo to aeminer To make the suite pass: - siphash24 module was taken from ae node - enacl has become a dep of aeminer (due to blake2b_256 hash)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-define(HIGHEST_TARGET_SCI, 16#2100ffff).
|
||||
-define(HIGHEST_TARGET_INT, 16#ffff000000000000000000000000000000000000000000000000000000000000).
|
||||
-define(NONCE_BITS, 64).
|
||||
-define(MAX_NONCE, 16#ffffffffffffffff).
|
||||
-define(DIFFICULTY_INTEGER_FACTOR, 16#1000000).
|
||||
Reference in New Issue
Block a user