Skip to content

Commit 4c862f2

Browse files
committed
Lower stake hashdrift to 30 seconds.
Lower the hash drift which should reduce the amount of orphans.
1 parent 355e2d3 commit 4c862f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ bool Stake(CStakeInput* stakeInput, unsigned int nBits, unsigned int nTimeBlockF
314314
bool fSuccess = false;
315315
unsigned int nTryTime = 0;
316316
int nHeightStart = chainActive.Height();
317-
int nHashDrift = 45;
317+
int nHashDrift = 30;
318318
CDataStream ssUniqueID = stakeInput->GetUniqueness();
319319
CAmount nValueIn = stakeInput->GetValue();
320320
for (int i = 0; i < nHashDrift; i++) //iterate the hashing

0 commit comments

Comments
 (0)