mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
regtest: remove cost limit
This commit is contained in:
parent
c7b9bdc5f5
commit
94fe28b576
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ set -eux pipefail
|
|||
cd
|
||||
rm -rf $HOME/electrumx_db
|
||||
mkdir $HOME/electrumx_db
|
||||
COIN=BitcoinSegwit SERVICES=tcp://:51001,rpc:// NET=regtest DAEMON_URL=http://doggman:donkey@127.0.0.1:18554 DB_DIRECTORY=$HOME/electrumx_db electrumx_server > $HOME/electrumx.log &
|
||||
COST_SOFT_LIMIT=0 COST_HARD_LIMIT=0 COIN=BitcoinSegwit SERVICES=tcp://:51001,rpc:// NET=regtest DAEMON_URL=http://doggman:donkey@127.0.0.1:18554 DB_DIRECTORY=$HOME/electrumx_db electrumx_server > $HOME/electrumx.log &
|
||||
|
|
Loading…
Add table
Reference in a new issue