mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
Improve uploader devices
This commit is contained in:
parent
04fd831e15
commit
8d3fc8d465
|
@ -1,7 +1,13 @@
|
|||
=== v0.1.49 ===
|
||||
- Add more info on Electrum Server page
|
||||
- Network improvements
|
||||
- Improve QuickSync uploader tool
|
||||
|
||||
=== v0.1.48 ===
|
||||
- Add script to check for invalid blocks and auto-correct
|
||||
- Bug fixes
|
||||
- Improve logging
|
||||
- DNS improvements
|
||||
|
||||
=== v0.1.47 ===
|
||||
- Improve Info on Using Electrum Server
|
||||
|
|
|
@ -96,9 +96,11 @@ fi
|
|||
|
||||
# If Quicksync has already completed, let's give BTC some time to start before
|
||||
# seeding or downloading a more recent copy
|
||||
if [ -f $QUICKSYNC_DIR/.quicksync_complete ]; then
|
||||
/usr/bin/wait_on_bitcoin.sh
|
||||
sleep 5m
|
||||
if [ ! -f $UPLOADER_FILE ]; then
|
||||
if [ -f $QUICKSYNC_DIR/.quicksync_complete ]; then
|
||||
/usr/bin/wait_on_bitcoin.sh
|
||||
sleep 5m
|
||||
fi
|
||||
fi
|
||||
|
||||
# Start torrent
|
||||
|
|
Loading…
Reference in New Issue
Block a user