-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Failover server works now. Submit hashrates.
- Loading branch information
Atrides
committed
Oct 18, 2015
1 parent
cb3db4e
commit 8a2e2b9
Showing
9 changed files
with
88 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,12 @@ | |
# You can provide workername: | ||
# - with url like "/rig1" | ||
# - or use automatically numbering(integer) based on IP of miner | ||
# | ||
# Servers: | ||
# EU-Server: eth-eu.dwarfpool.com (France) | ||
# US-Server: eth-us.dwarfpool.com (Montreal,Canada) | ||
# RU-Server: eth-ru.dwarfpool.com (Moscow) | ||
# | ||
### | ||
|
||
# Host and port for your workers | ||
|
@@ -29,12 +35,12 @@ MONITORING = False | |
MONITORING_EMAIL = "[email protected]" | ||
|
||
# Main pool | ||
POOL_HOST = "eth-ru.dwarfpool.com" | ||
POOL_HOST = "eth-eu.dwarfpool.com" | ||
POOL_PORT = 8008 | ||
|
||
# Failover pool. CURRENTLY DOESN'T WORK! | ||
POOL_FAILOVER_ENABLE = False | ||
POOL_HOST_FAILOVER = "eth-eu.dwarfpool.com" | ||
# Failover pool | ||
POOL_FAILOVER_ENABLE = True | ||
POOL_HOST_FAILOVER = "eth-us.dwarfpool.com" | ||
POOL_PORT_FAILOVER = 8008 | ||
|
||
# Logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VERSION='0.0.3' | ||
VERSION='0.0.4' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters