Skip to content

Commit

Permalink
Updated port
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Feb 16, 2014
1 parent 84396ec commit c619e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/config_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
CENTRAL_WALLET = 'set_valid_addresss_in_config!' # local coin address where money goes

COINDAEMON_TRUSTED_HOST = 'localhost'
COINDAEMON_TRUSTED_PORT = 8332
COINDAEMON_TRUSTED_PORT = 9666
COINDAEMON_TRUSTED_USER = 'user'
COINDAEMON_TRUSTED_PASSWORD = 'somepassword'

Expand All @@ -29,12 +29,12 @@
# You can have up to 99

#COINDAEMON_TRUSTED_HOST_1 = 'localhost'
#COINDAEMON_TRUSTED_PORT_1 = 8332
#COINDAEMON_TRUSTED_PORT_1 = 9666
#COINDAEMON_TRUSTED_USER_1 = 'user'
#COINDAEMON_TRUSTED_PASSWORD_1 = 'somepassword'

#COINDAEMON_TRUSTED_HOST_2 = 'localhost'
#COINDAEMON_TRUSTED_PORT_2 = 8332
#COINDAEMON_TRUSTED_PORT_2 = 9666
#COINDAEMON_TRUSTED_USER_2 = 'user'
#COINDAEMON_TRUSTED_PASSWORD_2 = 'somepassword'

Expand Down

0 comments on commit c619e59

Please sign in to comment.