Skip to content

Commit

Permalink
add back cli config parameter, disable mempool for pruned blocksonly …
Browse files Browse the repository at this point in the history
…node
  • Loading branch information
greenaddress committed Nov 23, 2018
1 parent 91b23e3 commit b5aae8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli.sh.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -eo pipefail

/srv/explorer/{DAEMON}/bin/{DAEMON}-cli -datadir=/data/{DAEMON} "$@"
/srv/explorer/{DAEMON}/bin/{DAEMON}-cli -conf=/data/.{DAEMON}.conf -datadir=/data/{DAEMON} "$@"
1 change: 1 addition & 0 deletions contrib/bitcoin-mainnet-pruned-for-liquid.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ enforcenodebloom=1
disablewallet=1
prune=550
blocksonly=1
persistmempool=0

0 comments on commit b5aae8f

Please sign in to comment.