Add lndmanage

This commit is contained in:
Taylor Helsper 2019-10-25 23:42:32 -05:00
parent 1cddc60267
commit 5cce8642a2
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,7 @@
- Add 443 to Tor
- Big fix re SSH key and random PW creation
- SSDs skip QuickSync by default
- Add lndmanage tool
- Custom LND Config
=== v0.1.58 ===

View File

@ -11,7 +11,7 @@ systemctl stop quicksync
systemctl stop bitcoind
# Install any new software
apt -y install pv sysstat network-manager unzip
apt -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev
# Install any pip software
pip install tzupdate
@ -19,6 +19,7 @@ pip install tzupdate
# Install any pip3 software
pip3 install python-bitcointx
pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND)
# Import Keys

View File

@ -71,7 +71,8 @@ apt-get -y install clang hitch zlib1g-dev libffi-dev file toilet ncdu
apt-get -y install toilet-fonts avahi-daemon figlet libsecp256k1-dev
apt-get -y install inotify-tools libssl-dev tor tmux screen
apt-get -y install python-grpcio python3-grpcio
apt-get -y install pv sysstat network-manager rsync parted unzip
apt-get -y install pv sysstat network-manager rsync parted unzip pkg-config
apt-get -y install libfreetype6-dev libpng-dev
# Install other things without recommendation
@ -119,6 +120,7 @@ fi
pip3 install wheel setuptools
pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib
pip3 install python-bitcointx
pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND)
# Install Rust