From 71245132b6c0ec9d33814b821c221ffdcf835557 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 14 Jun 2023 14:58:33 -0700 Subject: use insp SSD instead of bd0 HDD for monero-blockchain-export, because my benchmark shows it is about 3x faster and I do not need multiple copies of exported blockchain --- home/xyz/.local/bin/upd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'home/xyz/.local') diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index 55ff85dd..c56c307e 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -117,9 +117,7 @@ usb () { xmr () { # use cd to workaround monero-blockchain-export.log log file save in current dir? issue, haven't tested cd "$HOME/.bitmonero" || exit - monero-blockchain-export --output-file /run/media/xyz/bd0/user_owner_dir/monero_blockchain.raw - # not sure if useful or not - sync + monero-blockchain-export --output-file "$XDG_DOWNLOAD_DIR/xmr/monero_blockchain.raw" } music () { -- cgit v1.2.3-70-g09d2