mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Tag v0.1.72
This commit is contained in:
parent
64dcdf84a4
commit
34a84650e7
|
@ -1,3 +1,6 @@
|
||||||
|
=== v0.1.72 ===
|
||||||
|
- Revert lndmanage upgrade (not available via pip)
|
||||||
|
|
||||||
=== v0.1.71 ===
|
=== v0.1.71 ===
|
||||||
- Improve upgrades
|
- Improve upgrades
|
||||||
- IMprove networking
|
- IMprove networking
|
||||||
|
|
|
@ -41,7 +41,7 @@ pip install tzupdate virtualenv --no-cache-dir
|
||||||
|
|
||||||
# Install any pip3 software
|
# Install any pip3 software
|
||||||
pip3 install python-bitcointx --no-cache-dir
|
pip3 install python-bitcointx --no-cache-dir
|
||||||
pip3 install lndmanage==0.8.1 --no-cache-dir # Install LND Manage (keep up to date with LND)
|
pip3 install lndmanage==0.8.0.1 --no-cache-dir # Install LND Manage (keep up to date with LND)
|
||||||
pip3 install docker-compose --no-cache-dir
|
pip3 install docker-compose --no-cache-dir
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.1.71
|
0.1.72
|
|
@ -143,7 +143,7 @@ fi
|
||||||
pip3 install wheel setuptools
|
pip3 install wheel setuptools
|
||||||
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
|
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
|
||||||
pip3 install python-bitcointx
|
pip3 install python-bitcointx
|
||||||
pip3 install lndmanage==0.8.1 # Install LND Manage (keep up to date with LND)
|
pip3 install lndmanage==0.8.0.1 # Install LND Manage (keep up to date with LND)
|
||||||
pip3 install docker-compose
|
pip3 install docker-compose
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user