mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
website and p2pool graceful stop
This commit is contained in:
+10
-1
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# check bitmonero.log for log
|
||||
monero/monerod \
|
||||
--prune-blockchain \
|
||||
--rpc-bind-ip 0.0.0.0 \
|
||||
@@ -10,4 +11,12 @@ monero/monerod \
|
||||
--add-priority-node=p2pmd.xmrvsbeast.com:18080 \
|
||||
--add-priority-node=nodes.hashvault.pro:18080 \
|
||||
--disable-dns-checkpoints \
|
||||
--enable-dns-blocklist
|
||||
--enable-dns-blocklist \
|
||||
--detach
|
||||
|
||||
cleanup() {
|
||||
monero/monerod exit
|
||||
}
|
||||
trap 'cleanup' TERM
|
||||
tail -f /dev/null &
|
||||
wait $!
|
||||
|
||||
Reference in New Issue
Block a user