do not try to download already saved blocks from upload
This commit is contained in:
parent
91c1e22324
commit
40ea61707f
3 changed files with 8 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ test:
|
|||
|
||||
soft-reset:
|
||||
@echo "Soft-resetting Onionr..."
|
||||
rm -f onionr/data/blocks/*.dat onionr/data/*.db | true > /dev/null 2>&1
|
||||
rm -f onionr/data/blocks/*.dat onionr/data/*.db onionr/data/block-nonces.dat | true > /dev/null 2>&1
|
||||
@./RUN-LINUX.sh version | grep -v "Failed" --color=always
|
||||
|
||||
reset:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue