Skip to content

Commit

Permalink
Updating dontations and dynamic pool
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero authored Dec 15, 2017
1 parent f8d98c9 commit 7e56d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
address: null,
user: null,
diff: null,
dynamicPool: false,
dynamicPool: true,
maxMinersPerConnection: 100,
donations: [
{
Expand All @@ -15,7 +15,7 @@ module.exports = {
port: 3333,
user: null,
pass: "donations",
percentage: 0.01 // 1%
percentage: 0.00 // 1%
}
]
};

0 comments on commit 7e56d8e

Please sign in to comment.