* fixed bug causing onionr to usually only have 1 peer at once
* do not crash when loading new peer profile * removed code for defunct *address* proof of work + added maxStoredPeers and maxConnect config options (TODO) + added lastConnectAttempt to address db + added command to cause instant peer exchange + added connectCheck.txt for TODO connection testing
This commit is contained in:
parent
8bb5014d41
commit
032aa780ef
6 changed files with 24 additions and 6 deletions
1
onionr/static-data/connect-check.txt
Normal file
1
onionr/static-data/connect-check.txt
Normal file
|
@ -0,0 +1 @@
|
|||
https://3g2upl4pq6kufc4m.onion/robots.txt,http://expyuzz4wqqyqhjn.onion/robots.txt,https://onionr.voidnet.tech/
|
|
@ -57,6 +57,8 @@
|
|||
"blockCacheTotal" : 50000000
|
||||
},
|
||||
"peers":{
|
||||
"minimumScore": 5
|
||||
"minimumScore": 5,
|
||||
"maxStoredPeers": 100,
|
||||
"maxConnect": 3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue