test tor version, use address db for connections, create address db if it doesnt exist, more

This commit is contained in:
Kevin Froman 2018-02-22 03:33:30 -06:00
parent af24f16538
commit 155791be03
No known key found for this signature in database
GPG key ID: 0D414D0FE405B63B
5 changed files with 32 additions and 4 deletions

View file

@ -23,4 +23,5 @@ reset:
rm -f onionr/data/blocks/*.dat | true > /dev/null 2>&1
rm -f onionr/data/peers.db | true > /dev/null 2>&1
rm -f onionr/data/blocks.db | true > /dev/null 2>&1
rm -rf onionr/data/address.db | true > /dev/null 2>&1