* 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:
Kevin Froman 2018-08-02 15:18:01 -05:00
parent 8bb5014d41
commit 032aa780ef
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
6 changed files with 24 additions and 6 deletions

View file

@ -0,0 +1 @@
https://3g2upl4pq6kufc4m.onion/robots.txt,http://expyuzz4wqqyqhjn.onion/robots.txt,https://onionr.voidnet.tech/

View file

@ -57,6 +57,8 @@
"blockCacheTotal" : 50000000
},
"peers":{
"minimumScore": 5
"minimumScore": 5,
"maxStoredPeers": 100,
"maxConnect": 3
}
}