Skip to content

Commit

Permalink
ALLOW_ROOT=true
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent bc36ac7 commit 0393bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/setup-coins/litecoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ popd

mkdir -p /var/electrumx/db
chmod 777 -R /var/electrumx/db
COIN=Litecoin DB_DIRECTORY="/var/electrumx/db" DAEMON_URL="ci:[email protected]:19443" SERVICES="tcp://127.0.0.1:5000" PEER_DISCOVERY=self ./electrumx/venv/bin/python3 ./electrumx/electrumx_server &
ALLOW_ROOT=true COIN=Litecoin DB_DIRECTORY="/var/electrumx/db" DAEMON_URL="ci:[email protected]:19443" SERVICES="tcp://127.0.0.1:5000" PEER_DISCOVERY=self ./electrumx/venv/bin/python3 ./electrumx/electrumx_server &
sleep 1

./electrum-ltc/run_electrum --offline setconfig rpcport 3000
Expand Down

0 comments on commit 0393bae

Please sign in to comment.