Cashing out Monero in Debian

  ___               _      _
 / __|  __ _   ___ | |_   (_)  _ _    __ _
| (__  / _` | (_-< | ' \  | | | ' \  / _` |
 \___| \__,_| /__/ |_||_| |_| |_||_| \__, |
                                     |___/

              _
 ___   _  _  | |_
/ _ \ | || | |  _|
\___/  \_,_|  \__|


 __  __
|  \/  |  ___   _ _    ___   _ _   ___
| |\/| | / _ \ | ' \  / -_) | '_| / _ \
|_|  |_| \___/ |_||_| \___| |_|   \___/


 _
(_)  _ _
| | | ' \
|_| |_||_|


 ___          _      _
|   \   ___  | |__  (_)  __ _   _ _
| |) | / -_) | '_ \ | | / _` | | ' \
|___/  \___| |_.__/ |_| \__,_| |_||_|


╔─*──*──*──*──*──*──*──*──*──*──*──*──*──*──*──*─╗
║1   ........................................   1║
║2*  ........................................  *2║
║3   ........................................   3║
║1   ...........Posted: 2024-11-26...........   1║
║2*  ......Tags: sysadmin linux crypto ......  *2║
║3   ........................................   3║
║1   ........................................   1║
╚────────────────────────────────────────────────╝

I was trying to get all of my XMR (Monero) sold, but this took some work on my
Debian server, as I hand't touched it in a while.

Useful commands:

```
sudo monerod --block-sync-size 50 --max-concurrency 4
wget https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.3.4.tar.bz2
sudo cp monerod monero-wallet-cli monero-wallet-rpc /usr/local/bin/
```

I had to make sure to update the Monero daemon and then get things sync'd before
I could use `monero-wallet-gui` again for transfers.