Skip to content

Commit

Permalink
Increase solution threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwerner committed Oct 23, 2024
1 parent 91f558e commit 765a9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/public_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@

#define VERSION_A 1
#define VERSION_B 224
#define VERSION_C 0
#define VERSION_C 1

// Epoch and initial tick for node startup
#define EPOCH 132
#define TICK 16780000
#define TICK 16790000

#define ARBITRATOR "AFZPUAIYVPNUYGJRQVLUKOPPVLHAZQTGLYAAUUNBXFTVTAMSBKQBLEIEPCVJ"

Expand All @@ -72,7 +72,7 @@ static unsigned short REVENUE_FILE_NAME[] = L"revenueScore"; // TODO: for testin
#define NUMBER_OF_NEIGHBOR_NEURONS 10000
#define MAX_DURATION 100000000
#define NEURON_VALUE_LIMIT 1LL
#define SOLUTION_THRESHOLD_DEFAULT 40
#define SOLUTION_THRESHOLD_DEFAULT 43

#define SOLUTION_SECURITY_DEPOSIT 1000000

Expand Down

0 comments on commit 765a9d4

Please sign in to comment.