Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jun 4, 2019
1 parent 0464888 commit 978e146
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
1.0.0 / 2019-06-04
==================

* Initial release.
13 changes: 7 additions & 6 deletions lib/services/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@ class Config {
static get defaultConfig() {
return {
upstreams: [{
name: 'Burst',
url: 'http://localhost:12345/burst',
name: 'Burstcoin Space Pool',
url: 'http://pool.burstcoin.space:8124',
prio: 10,
color: '#4959ff',
}, {
name: 'BHD',
url: 'http://localhost:12345/bhd',
name: 'FoxyPool',
type: 'foxypool',
payoutAddress: 'your BHD payout address',
prio: 11,
color: '#f49d11',
color: '#e25898',
}],
listenAddr: '127.0.0.1:5000',
logLevel: 'info',
scavengerBinPath: '/some/path/to/scavenger.exe',
scavengerBinPath: 'C:\\some\\path\\to\\scavenger.exe',
};
}

Expand Down

0 comments on commit 978e146

Please sign in to comment.