POW_DIFFICULTY_NO_QORT reduced from 14 to 12 (around 4x faster)

This commit is contained in:
CalDescent 2022-04-16 12:36:32 +01:00
parent 2e5a7cb5a1
commit 8d1a58ec06

View File

@ -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