decred.org/dcrdex@v1.0.5/dex/testing/ltc/electrum.sh (about) 1 #!/usr/bin/env bash 2 3 export SCRIPT_DIR=$(pwd) 4 export SYMBOL=ltc 5 export REPO=https://github.com/pooler/electrum-ltc.git 6 # 4.2.2.1 release 7 export COMMIT=c3571782191969b912e805056cf8510e0b41d277 8 export GENESIS=530827f38f93b43ed12af0b3ad25a288dc02ed74d6d7857862df51fc56c416f9 9 export RPCPORT=26789 10 export EX_PORT=55002 11 # https://github.com/spesmilo/electrum/issues/7833 (fixed in 4.3) 12 # possible alt workaround: python3 -m pip install --user "protobuf>=3.12,<4" 13 export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python 14 15 ../btc/electrum-base.sh