Merge pull request #15 from Atheros1/master

updated defaultKnownNodes
This commit is contained in:
Jonathan Warren 2012-12-17 22:45:34 -08:00
commit 9e62cd4676
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#Right now, PyBitmessage only support connecting to stream 1. It doesn't yet contain logic to expand into further streams.
softwareVersion = '0.1.2'
softwareVersion = '0.1.3'
verbose = 2
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 #Equals two days and 12 hours.
lengthOfTimeToLeaveObjectsInInventory = 237600 #Equals two days and 18 hours. This should be longer than maximumAgeOfAnObjectThatIAmWillingToAccept so that we don't process messages twice.

View File

@ -11,9 +11,9 @@ def createDefaultKnownNodes(appdata):
stream1 = {}
stream1['75.186.58.44'] = (8080,int(time.time()))
stream1['66.65.120.172'] = (8080,int(time.time()))
#stream1['0.0.0.20'] = (8444,int(time.time()))
#stream1['0.0.0.30'] = (8444,int(time.time()))
stream1['69.201.157.85'] = (8080,int(time.time()))
stream1['91.201.118.59'] = (8444,int(time.time()))
stream1['188.122.235.58'] = (8444,int(time.time()))
############# Stream 2 #################
stream2 = {}