forked from Qortal/qortal
POW_DIFFICULTY_NO_QORT reduced from 14 to 12 (around 4x faster)
This commit is contained in:
parent
2e5a7cb5a1
commit
8d1a58ec06
@ -29,7 +29,7 @@ public class ChatTransaction extends Transaction {
|
||||
public static final int MAX_DATA_SIZE = 256;
|
||||
public static final int POW_BUFFER_SIZE = 8 * 1024 * 1024; // bytes
|
||||
public static final int POW_DIFFICULTY_WITH_QORT = 8; // leading zero bits
|
||||
public static final int POW_DIFFICULTY_NO_QORT = 14; // leading zero bits
|
||||
public static final int POW_DIFFICULTY_NO_QORT = 12; // leading zero bits
|
||||
|
||||
// Constructors
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user