mirror of
https://github.com/mynodebtc/mynode.git
synced 2025-01-11 19:30: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 ===
|
=== v0.1.48 ===
|
||||||
- Add script to check for invalid blocks and auto-correct
|
- Add script to check for invalid blocks and auto-correct
|
||||||
- Bug fixes
|
- Bug fixes
|
||||||
- Improve logging
|
- Improve logging
|
||||||
|
- DNS improvements
|
||||||
|
|
||||||
=== v0.1.47 ===
|
=== v0.1.47 ===
|
||||||
- Improve Info on Using Electrum Server
|
- 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
|
# If Quicksync has already completed, let's give BTC some time to start before
|
||||||
# seeding or downloading a more recent copy
|
# seeding or downloading a more recent copy
|
||||||
if [ -f $QUICKSYNC_DIR/.quicksync_complete ]; then
|
if [ ! -f $UPLOADER_FILE ]; then
|
||||||
/usr/bin/wait_on_bitcoin.sh
|
if [ -f $QUICKSYNC_DIR/.quicksync_complete ]; then
|
||||||
sleep 5m
|
/usr/bin/wait_on_bitcoin.sh
|
||||||
|
sleep 5m
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start torrent
|
# Start torrent
|
||||||
|
|
Loading…
Reference in New Issue
Block a user