added soft-reset command, fixed broken nonce cache, work on chat
This commit is contained in:
parent
cc66c3a896
commit
1f757679d9
13 changed files with 68 additions and 8 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ test:
|
|||
|
||||
soft-reset:
|
||||
@echo "Soft-resetting Onionr..."
|
||||
rm -f onionr/$(ONIONR_HOME)/blocks/*.dat onionr/data/*.db onionr/$(ONIONR_HOME)/block-nonces.dat | true > /dev/null 2>&1
|
||||
./onionr.sh soft-reset
|
||||
@./onionr.sh version | grep -v "Failed" --color=always
|
||||
|
||||
reset:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue