Skip to content

Commit eafcd9c

Browse files
committed
Starting boost value for new miners.
1 parent e84e32a commit eafcd9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/burst/pool/miners/Miner.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ public Miner(MinerMaths minerMaths, PropertyService propertyService, BurstAddres
4646
boost.set(latestDeadline.getBoost());
4747
boostPool.set(latestDeadline.getBoostPool());
4848
}
49+
else {
50+
boost.set(0.125);
51+
boostPool.set(0.125);
52+
}
4953
userAgent = "...";
5054
}
5155

0 commit comments

Comments
 (0)