diff options
-rw-r--r-- | sh/snippets | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/snippets b/sh/snippets index 95e6669..6836083 100644 --- a/sh/snippets +++ b/sh/snippets @@ -49,3 +49,7 @@ f < ~/downloads/news > ~/downloads/cc_news ka:/home/xyz/a b/c d ka:/home/xyz/a b/c d EOF + +# 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 "$XDG_DOWNLOAD_DIR/xmr/monero_blockchain.raw" |