mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-26 14:34:00 +00:00
Lndmanage v0.10.0 (#309)
* lndmanage v0.10.0 * Update mynode_post_upgrade.sh * Update README.md
This commit is contained in:
parent
7e31f0fa29
commit
57b6de8125
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user