File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/burst/pool/storage/config Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Properties for Burstcoin Pool
1
+ # Properties for Babel Pool
2
2
3
3
# The port to run the server on
4
4
serverPort = 8000
5
5
6
6
# The address of the node to connect to (with port)
7
- # nodeAddresses = http://localhost:8125
8
- nodeAddresses = http://localhost:6876
7
+ nodeAddresses = http://localhost:8125
8
+ # nodeAddresses = http://localhost:6876
9
9
10
10
# The name of the pool
11
11
poolName = BABEL POOL
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class Props {
25
25
public static final Prop <Integer > nMin = new Prop <>("nMin" , 1 ); // Must be ?
26
26
public static final Prop <Long > maxDeadline = new Prop <>("maxDeadline" , Long .MAX_VALUE ); // Must be > 0
27
27
public static final Prop <Integer > processLag = new Prop <>("processLag" , 10 ); // Must be > 0
28
- public static final Prop <Integer > pocPlusBlock = new Prop <>("pocPlusBlock" , 271_000 );
28
+ public static final Prop <Integer > pocPlusBlock = new Prop <>("pocPlusBlock" , 878_000 );
29
29
30
30
public static final Prop <BurstAddress > feeRecipient = new Prop <>("feeRecipient" , null ); // Must be non null
31
31
public static final Prop <BurstAddress > donationRecipient = new Prop <>("donationRecipient" , null ); // Must be non null
You can’t perform that action at this time.
0 commit comments