openoms
openoms
An alias to start with: ``` alias reckless='sudo -u bitcoin reckless -c /home/bitcoin/.lightning/config -d /home/bitcoin/reckless' ``` More info: https://github.com/darosior/reckless
moving the discussion from #2684 ## LND config flag https://docs.lightning.engineering/lightning-network-tools/lnd/quick-tor-setup#hybrid-mode ``` [tor] ; Allow outbound and inbound connections to be routed through Tor ; tor.active=true ; Allow the node to...
Starting a new node with existing blockchain fails during `Blockchain testrun`: ``` ########################################################### # /home/admin/raspiblitz.log *********************************************** Running RaspiBlitz Bootstrap 1.7.1 Tue 19 Oct 11:06:31 BST 2021 *********************************************** # *** blitz.ssh.sh...
Got the altruistic watchtower function working on my RaspiBlitz: https://github.com/openoms/lightning-node-management/blob/master/watchtower.md https://twitter.com/openoms/status/1142739780947664896 It is great to monitor for breaches if someone running more than one node. Needs to store all previous...
https://twitter.com/joostjgr/status/1612511153950711830 https://github.com/lightningequipment/circuitbreaker
Currently the calls `lnInvoiceCreate` and `LnInvoiceCreateOnBehalfOfRecipient` are only accepting the amount as a (Positive) Satoshi amount. ``` amount: SatAmount! Amount in satoshis. Metadata for SatAmount Type (Positive) Satoshi amount ```...
@endothermicdev pubkey needs to be updated for this to work: https://t.me/lightningd/36135 cc @steepdawn974
required by some newer apps I experiment with
Previous output: ``` ./config.scripts/bonus.fulcrum.sh status Fulcrum 1.11.1 ##### STATUS FULCRUM SERVICE version='1.11.1' configured=1 serviceInstalled=1 .... ``` ``` ./config.scripts/bonus.fulcrum.sh status Fulcrum 1.11.1 ##### STATUS FULCRUM SERVICE version='1.11.1' configured=1 serviceInstalled=1 ``` The...