commit e4e57a92e38badf02054b33ad9b290266baefb0e parent 168a8772e219a7a1748be2e3c5a8357f5af61468 Author: Alex Balgavy <alex@balgavy.eu> Date: Mon, 13 Jun 2022 00:51:32 +0200 monero-wallet-cli: config Diffstat:
A | bitmonero/monero-wallet-cli.conf | | | 6 | ++++++ |
M | dot.map | | | 1 | + |
M | shell/env | | | 1 | + |
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/bitmonero/monero-wallet-cli.conf b/bitmonero/monero-wallet-cli.conf @@ -0,0 +1,6 @@ +# Config file reference: https://monerodocs.org/interacting/monero-config-file/#monero-wallet-cliconf +# Remote nodes: https://moneroworld.com/#nodes +daemon-address=node.moneroworld.com:18089 +log-file=/tmp/monero-wallet-cli.log +shared-ringdb-dir=/Users/alex/.local/share/bitmonero/shared-ringdb +wallet-file=/Users/alex/.local/share/bitmonero/wallet diff --git a/dot.map b/dot.map @@ -62,6 +62,7 @@ khard: ~/.config/khard khal: ~/.config/khal vdirsyncer: ~/.config/vdirsyncer helix: ~/.config/helix +bitmonero: ~/.config/bitmonero # Email: these won't exist when you clone the repo mbsync: ~/.config/mbsync diff --git a/shell/env b/shell/env @@ -214,6 +214,7 @@ export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}" alias irssi='irssi --home=$XDG_CONFIG_HOME/irssi' alias tmux='tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf' alias w3m='w3m -config $XDG_CONFIG_HOME/w3m/config -bookmark $XDG_CONFIG_HOME/w3m/bookmark.html' +alias monero-wallet-cli='monero-wallet-cli --config-file ~/.config/bitmonero/monero-wallet-cli.conf' export GOPATH="$XDG_DATA_HOME"/go export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter" export BUNDLE_USER_HOME="$XDG_CONFIG_HOME/bundle"