scripts/setup.sh: setup helper script.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-06-30 12:48:06 +09:30
parent 783aa35aa6
commit 27e7c7b986
3 changed files with 50 additions and 3 deletions

View File

@@ -1,7 +1,14 @@
# Sourced by other scripts
CLI="bitcoin-cli -regtest"
STYLE=bitcoin
#CLI="alpha-cli -regtest -testnet=0"
CLI="bitcoin-cli -regtest"
DATADIR=$HOME/.bitcoin
REGTESTDIR=regtest
DAEMON=bitcoind
#STYLE=alpha
#DATADIR=$HOME/.alpha
#REGTESTDIR=alpharegtest
#CLI="alpha-cli -datadir=$DATADIR -regtest -testnet=0"
#DAEMON="alphad -datadir=$DATADIR"
#PREFIX="valgrind --vgdb-error=1"