1
0

tests: move /electrum/tests to /tests

This commit is contained in:
Sander van Grieken
2024-02-16 15:33:34 +01:00
parent e11d7b37f2
commit 73fee69f5c
103 changed files with 5 additions and 5 deletions

7
tests/regtest/run_electrumx.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
export HOME=~
set -eux pipefail
cd
rm -rf $HOME/electrumx_db
mkdir $HOME/electrumx_db
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 DAEMON_POLL_INTERVAL_BLOCKS=100 DAEMON_POLL_INTERVAL_MEMPOOL=100 electrumx_server