Skip to content

Instantly share code, notes, and snippets.

View npodonnell's full-sized avatar
🎯
Focusing

npodonnell npodonnell

🎯
Focusing
View GitHub Profile
@npodonnell
npodonnell / syncfiles.sh
Created December 5, 2018 00:50
Very simple file backup script using rsync
#!/usr/bin/bash
INTERVAL=10
SRC_DIRS=( Documents )
DEST_HOST=192.168.0.1
DEST_USER=user
DEST_DIR="~/backup" # Quotes are important!
if [ -e ~/.syncfiles.lock ]; then
echo "lockfile detected"

monero-wallet-cli commands

First off, to start the CLI, type:

$ monero-wallet-cli

If there's no wallet file in the current directory it will be created for you on startup, otherwise you'll need to choose a wallet name and one will be created for you.

Important: Monero wallets consist of two files, a wallet file and a keys file. For example if your wallet is called my-wallet, the files will be my-wallet (wallet data file) and my-wallet.keys (key file). Both of these files are needed. Once in the wallet REPL, the following commands are available:

@npodonnell
npodonnell / bitcoin_cli_commands.md
Last active January 4, 2021 20:59
Bitcoin CLI Commands

Bitcoin CLI Commands

N. P. O'Donnell, 2018-2020

Help & Information

Get help:

bitcoin-cli help