diff --git a/run_foreground.sh b/run_foreground.sh new file mode 100755 index 000000000..218b0bab4 --- /dev/null +++ b/run_foreground.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +mkdir -p ~/.electrumx +export DB_DIRECTORY=~/.electrumx +export COIN=Bitcoin +export DAEMON_URL=bitcoin_rpc_user:bitcoin_rpc_pass@localhost + +python3.7 ./electrumx_server