alpha: switch over to Elements Alpha by default.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-07-03 13:36:25 +09:30
parent c660629760
commit f510e29e22
2 changed files with 12 additions and 12 deletions

View File

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