Change default ports

This commit is contained in:
Jack Grigg
2016-06-16 14:14:27 +12:00
parent fe97a405e3
commit 3985a40d1f
21 changed files with 41 additions and 41 deletions

View File

@@ -3,8 +3,8 @@
rpcuser=someuser
rpcpassword=somepassword
host=127.0.0.1
port=8332
#port=18332
port=8232
#port=18232
# bootstrap.dat hashlist settings (linearize-hashes)
max_height=313000

View File

@@ -96,7 +96,7 @@ if __name__ == '__main__':
if 'host' not in settings:
settings['host'] = '127.0.0.1'
if 'port' not in settings:
settings['port'] = 8332
settings['port'] = 8232
if 'min_height' not in settings:
settings['min_height'] = 0
if 'max_height' not in settings: