I hereby claim:
- I am salessandri on github.
- I am salessandri (https://keybase.io/salessandri) on keybase.
- I have a public key whose fingerprint is 3046 8237 EA45 74E7 D814 AA0A DB3A 1A87 4658 CFAE
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| """ | |
| LND Channels Backup Service | |
| ========================== | |
| A service specifically designed to backup the channels.backup file generated by LND (Lightning | |
| Network Daemon). The service is tailored to LND's update mechanism, where it creates a new | |
| backup file and then moves it to replace the existing channels.backup, ensuring atomic updates. |
| #!/bin/env python3 | |
| import argparse | |
| import logging | |
| import requests | |
| def get_external_ip() -> str: | |
| GET_IP_URL = 'https://ifconfig.me/ip' |
| #.rst: | |
| # Findjsoncpp | |
| # -------- | |
| # | |
| # Find jsoncpp | |
| # | |
| # Find the jsoncpp headers and libraries. | |
| # | |
| # :: | |
| # |
I hereby claim:
To claim this, I am signing this object:
| #include <atomic> | |
| #include <functional> | |
| #include <iostream> | |
| #include <map> | |
| #include <memory> | |
| #include <mutex> | |
| #include <thread> | |
| #include <boost/optional.hpp> |