Full Changelog: v1.0.0...v1.1.0
Key Features:
- Automatic Swap Out: Use your Strike wallet and
bos send
to make automatic swap outs.
Bug Fixes:
- A lot of bugs were fixed
Downloading
Follow these steps to download the .tar.gz
file, verify its GPG signature, and check the integrity using the SHA256 hash from automator.txt
.
1. Download the .tar.gz
file and the signature
wget https://github.com/emtll/automator-lnd/releases/download/v1.0.0/automator-lnd-v1.1.0.tar.gz
wget https://github.com/emtll/automator-lnd/releases/download/v1.0.0/automator-lnd-v1.1.0.tar.gz.asc
2. Import the public key to verify the signature
curl -sSL https://raw.githubusercontent.com/emtll/automator-lnd/main/master/keys/morata.asc | gpg --import
3. Verify the signature
gpg --verify automator-lnd-v1.0.0.tar.gz.asc automator-lnd-v1.1.0.tar.gz
- Expected output:
gpg: Signature made Fri 25 Oct 2024 12:43:01 AM UTC
gpg: using EDDSA key 4B5248A3D7758C22DEA5C7247A63E501EA22BE51
gpg: Good signature from "morata <[email protected]>" [unknown]
gpg: aka "morata <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: E4EA 301B 418B 0F40 E47A C22B FB61 2B01 B644 3304
Subkey fingerprint: 4B52 48A3 D775 8C22 DEA5 C724 7A63 E501 EA22 BE51
4. Download the automator.txt for SHA256 hash verification
wget https://github.com/emtll/automator-lnd/releases/download/v1.1.0/automator.txt
5. Verify the SHA256 hash
sha256sum -c automator.txt
- Expected output
sha256sum: automator-lnd-v1.1.0.zip: No such file or directory
automator-lnd-v1.1.0.zip: FAILED open or read
automator-lnd-v1.1.0.tar.gz: OK
sha256sum: WARNING: 1 listed file could not be read
Installation
- Once you've verified the signatures and hashes, follow the installation instructions available here.
Update
cd automator-lnd
git fetch --tags
git checkout $(git describe --tags `git rev-list --tags --max-count=1`)