Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
pub const CHAIN_VERSION: u32 = 1;
|
||||
|
||||
pub const BLOCK_DIFFICULTY: u32 = 24;
|
||||
pub const LOCKER_DIFFICULTY: u32 = 18;
|
||||
pub const CHAIN_VERSION: u32 = 1;
|
||||
pub const KEYSTORE_DIFFICULTY: usize = 25;
|
||||
|
||||
pub const LOCKER_BLOCK_START: u64 = 10;
|
||||
pub const LOCKER_BLOCK_COUNT: u64 = 3;
|
||||
pub const LOCKER_BLOCK_INTERVAL: i64 = 300;
|
||||
|
||||
Reference in New Issue
Block a user