added bootstrap node and removed debug message
parent
583480629a
commit
62737ea2c1
|
@ -239,7 +239,6 @@ class OnionrCommunicate:
|
|||
for i in peerList:
|
||||
hasher = hashlib.sha3_256()
|
||||
data = self.performGet('getData', i, hash)
|
||||
print('b64 data', data)
|
||||
if data == False or len(data) > 10000000:
|
||||
continue
|
||||
try:
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
onionisrgccylxpr.onion
|
||||
aaronk3mcmglj6qedwptg62yl3wxxjwba2ucpoobrn7iudcacdxtrfad.onion
|
||||
onionragxuddecmg.onion
|
||||
|
|
Loading…
Reference in New Issue