test tor version, use address db for connections, create address db if it doesnt exist, more
This commit is contained in:
parent
af24f16538
commit
155791be03
5 changed files with 32 additions and 4 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue