blob: 29a868197284d10fcdbbc6d56fd2b2e79c7b365c (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env sh
set -eux
bitcoin-cli \
--rpcuser=$btcuser \
--rpcpassword=$btcpass \
--datadir=/mnt/campbell/bitcoind-mainnet/data \
--conf=/mnt/campbell/bitcoind-mainnet/bitcoin.conf \
"$@"
|