Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


Monero

Monero is a private, secure, untraceable, decentralized digital currency.

Warning

This cheat sheet will focus on the CLI Monero application, but nothing stops you from using the GUI one instead and/or to use any other alternative.

Reference(s)

table of contents


install

# emerge --ask --noreplace eselect-repository
# eselect repository enable monero
# emaint sync -r monero
# echo '*/*::monero ~amd64' >> /etc/portage/package.accept_keywords
# emerge -a net-p2p/monero
# pacman -S monero
# apt install monero
# xbps-install -S monero

config

Default logs location: $HOME/.bitmonero


run

  • help:

    $ monerod --help
    

  • run:

    $ monerod
    

  • run as a daemon:

    $ monerod --detach
    


misc


If this cheat sheet has been useful to you, then please consider leaving a star here.