Skip to content

Commit

Permalink
Fix import issue, update stratum
Browse files Browse the repository at this point in the history
  • Loading branch information
blinkhash committed Dec 13, 2023
1 parent 9075bdd commit 2ed4d65
Show file tree
Hide file tree
Showing 4 changed files with 827 additions and 433 deletions.
3 changes: 1 addition & 2 deletions configs/main/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
*
*/

// Miscellaneous Configuration
const config = {};

// Server Identifier
config.identifier = '';

// Logger Configuration
Expand Down
2 changes: 1 addition & 1 deletion configs/pools/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ config.coins = ['Bitcoin'];
// Banning Configuration
config.banning = {};
config.banning.time = 600;
config.banning.invalidPercent = 50;
config.banning.invalidPercent = 0.5;
config.banning.checkThreshold = 500;
config.banning.purgeInterval = 300;

Expand Down
Loading

0 comments on commit 2ed4d65

Please sign in to comment.