updated defaultKnownNodes #15

Merged
Atheros1 merged 8 commits from master into master 2012-12-18 07:45:35 +01:00
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. #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 verbose = 2
maximumAgeOfAnObjectThatIAmWillingToAccept = 216000 #Equals two days and 12 hours. 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. 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 = {}
stream1['75.186.58.44'] = (8080,int(time.time())) stream1['75.186.58.44'] = (8080,int(time.time()))
stream1['66.65.120.172'] = (8080,int(time.time())) stream1['69.201.157.85'] = (8080,int(time.time()))
#stream1['0.0.0.20'] = (8444,int(time.time())) stream1['91.201.118.59'] = (8444,int(time.time()))
#stream1['0.0.0.30'] = (8444,int(time.time())) stream1['188.122.235.58'] = (8444,int(time.time()))
############# Stream 2 ################# ############# Stream 2 #################
stream2 = {} stream2 = {}