mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Update coincurve version.
This commit is contained in:
@@ -162,10 +162,10 @@ Close the terminal and open a new one to update the python symlinks.
|
||||
python3 -m venv "$SWAP_DATADIR/venv"
|
||||
. $SWAP_DATADIR/venv/bin/activate && python -V
|
||||
cd $SWAP_DATADIR
|
||||
wget -O coincurve-anonswap.zip https://github.com/tecnovert/coincurve/archive/refs/tags/anonswap_v0.2.zip
|
||||
unzip -d coincurve-anonswap coincurve-anonswap.zip
|
||||
mv ./coincurve-anonswap/*/{.,}* ./coincurve-anonswap || true
|
||||
cd $SWAP_DATADIR/coincurve-anonswap
|
||||
wget -O coincurve-basicswap.zip https://github.com/tecnovert/coincurve/archive/refs/tags/basicswap_v0.2.zip
|
||||
unzip -d coincurve-basicswap coincurve-basicswap.zip
|
||||
mv ./coincurve-basicswap/*/{.,}* ./coincurve-basicswap || true
|
||||
cd $SWAP_DATADIR/coincurve-basicswap
|
||||
pip3 install .
|
||||
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ Create and activate a venv
|
||||
|
||||
Install coincurve
|
||||
|
||||
git clone https://github.com/tecnovert/coincurve.git -b bsx_windows
|
||||
git clone https://github.com/basicswap/coincurve.git -b basicswap
|
||||
cd coincurve/
|
||||
pip3 install .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user