Skip to content

Commit

Permalink
Update config_default.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbodi committed Dec 26, 2013
1 parent 257544e commit b25f24f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/config_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@

# Which hostname / external IP expose in IRC room
# This should be official HOSTNAME for normal operation.
IRC_HOSTNAME = HOSTNAME
#IRC_HOSTNAME = HOSTNAME

# Don't change this unless you're creating private Stratum cloud.
IRC_SERVER = 'irc.freenode.net'
IRC_ROOM = '#stratum-mining-nodes'
IRC_PORT = 6667
#IRC_SERVER = 'irc.freenode.net'
#IRC_ROOM = '#stratum-mining-nodes'
#IRC_PORT = 6667

# Hardcoded list of Stratum nodes for clients to switch when this node is not available.
PEERS = [
Expand Down

0 comments on commit b25f24f

Please sign in to comment.