Skip to content

Commit

Permalink
Correct litecoind port
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent aed920d commit 8160314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/setup-coins/litecoin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ pushd electrum-ltc
python3 -m pip install --user -e .
popd

./litecoin-node/bin/litecoind -regtest -daemon -server=1 -txindex=1 -prune=0 -rpcport=18443 -rpcuser=ci -rpcpassword=password
./litecoin-node/bin/litecoind -regtest -daemon -server=1 -txindex=1 -prune=0 -rpcport=19443 -rpcuser=ci -rpcpassword=password

echo 'COIN=Litecoin' > ~/electrumx.conf
echo 'SERVICES=tcp://127.0.0.1:5000' > ~/electrumx.conf
echo 'DAEMON_URL=ci:[email protected]:18443' > ~/electrumx.conf
echo 'DAEMON_URL=ci:[email protected]' > ~/electrumx.conf
echo 'PEER_DISCOVERY=self' > ~/electrumx.conf

./electrs/target/debug/electrs --network regtest &
Expand Down

0 comments on commit 8160314

Please sign in to comment.