Browse Source

contrib: add txindex to bitcoind for regtest

pull/2938/head
lisa neigut 6 years ago
committed by Rusty Russell
parent
commit
0bd95fc068
  1. 2
      contrib/startup_regtest.sh

2
contrib/startup_regtest.sh

@ -69,7 +69,7 @@ alias bt-cli='bitcoin-cli -regtest'
start_ln() {
# Start bitcoind in the background
test -f "$PATH_TO_BITCOIN/regtest/bitcoind.pid" || \
bitcoind -daemon -regtest
bitcoind -daemon -regtest -txindex
# Start the lightning nodes
test -f /tmp/l1-regtest/lightningd-regtest.pid || \

Loading…
Cancel
Save