Lndmanage v0.10.0 (#309)

* lndmanage v0.10.0

* Update mynode_post_upgrade.sh

* Update README.md
This commit is contained in:
Amiga500 2020-05-05 02:06:08 +02:00 committed by GitHub
parent 7e31f0fa29
commit 57b6de8125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,7 @@ Each myNode device comes with a number of wonderful features:
- BTC RPC Explorer (v2.0.0)
- Mempool.Space - Mempool local visualizer for the Bitcoin blockchain
- LND Hub - Lightning Wallet Server (v1.1.3)
- Lndmanage (v0.10.0)
- Lightning Loop - A Non-Custodial Off/On Chain Bridge (v0.5.1-beta)
- Tor
- JoinMarket CLI (v0.6.1)

View File

@ -63,7 +63,7 @@ pip install tzupdate virtualenv --no-cache-dir
# Install any pip3 software
pip3 install python-bitcointx --no-cache-dir
pip3 install gnureadline --no-cache-dir
pip3 install lndmanage==0.9.0 --no-cache-dir # Install LND Manage (keep up to date with LND)
pip3 install lndmanage==0.10.0 --no-cache-dir # Install LND Manage (keep up to date with LND)
pip3 install docker-compose --no-cache-dir

View File

@ -170,7 +170,7 @@ pip3 install wheel setuptools
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
pip3 install python-bitcointx
pip3 install gnureadline
pip3 install lndmanage==0.9.0 # Install LND Manage (keep up to date with LND)
pip3 install lndmanage==0.10.0 # Install LND Manage (keep up to date with LND)
pip3 install docker-compose