Nick
Nick
Merged for bitcoind. Looking into lnd, so keeping this open.
I completely agree, I also noticed there's pretty big friction with sideshift... Full disclosure I also chucked my referral link in there ($0.16 to date) to get something back from...
Just copy pasted from some old bot I was running :) it's a good idea
oops forgot to note that in the first post. I think the better approach is to look at payments in the database and check the invoice/address using the node's `check_payment`...
commands like `bitcoin-cli listreceivedbyaddress` `lncli listinvoices` or `lncli listinvoices --max_invoices 9999 | grep 'settled": true' -B 2 -A 2` may be of use. Let me know if there's anything specific...
My bitcoin node has a gap of >4000 because I pull addresses from satsale on so many random sites. I somewhat lean towards increasing the gap-limit to be the best...
Getting the same error message, optimus-manager seems to have started and running just fine. ``` ● optimus-manager.service - Optimus Manager Commands Daemon Loaded: loaded (/usr/lib/systemd/system/optimus-manager.service; enabled; vendor preset: disabled) Active:...
Looks like my `/var/lib/optimus-manager/tmp/state.json` is empty (from `envs.STATE_FILE_PATH` [L139](https://github.com/Askannz/optimus-manager/blob/cac22a1c5f7b3878b06f30640a958cf12a1915e8/optimus_manager/var.py#L139)). Temporary solution: Delete `/var/lib/optimus-manager/tmp/state.json` Restart with `sudo systemctl restart optimus-manager.service` Run `prime-offload` (maybe u don't need to?) Now switching works for...
From what I can see https://github.com/adrienemery/lnd-grpc-client/pull/30 would fix this with kwargs in `client.py`'s `add_invoice`.
I strongly support this PR, it would allow me to implement lightning address into my software (add_invoice takes required args). As well as numerous other advanced features. Is there anything...