From 7f5da8f83e399bac7097ba69e733d74c33c0e2f0 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sat, 2 Aug 2014 01:59:53 +0400 Subject: [PATCH] New port numbers --- electrum-nvc.conf.sample | 2 +- lib/network.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/electrum-nvc.conf.sample b/electrum-nvc.conf.sample index b3b270b..535b025 100644 --- a/electrum-nvc.conf.sample +++ b/electrum-nvc.conf.sample @@ -6,7 +6,7 @@ # that can be rewritten by the client [client] -server = 127.0.0.1:50001:t +server = 193.23.181.148:40001:t proxy = None gap_limit = 5 # booleans use python syntax diff --git a/lib/network.py b/lib/network.py index cbe044a..114edc6 100644 --- a/lib/network.py +++ b/lib/network.py @@ -4,7 +4,7 @@ from bitcoin import * import interface from blockchain import Blockchain -DEFAULT_PORTS = {'t':'50001', 's':'50002', 'h':'8081', 'g':'8082'} +DEFAULT_PORTS = {'t':'40001', 's':'40002', 'h':'7081', 'g':'7082'} DEFAULT_SERVERS = { # '127.0.0.1': DEFAULT_PORTS, -- 1.7.1