Brian of London

Results 11 issues of Brian of London

Simple addition of current date/time to the output so its easy to see when/if problems occurred or IP changed.

Even if you can't put this into BOS I'd love to know what API calls I would have to do to find out this info. Thunderhub shows this (along with...

I'm struggling a bit with trying to move sats around and specify which channel to use. Most of the tools in BOS seem to require a public node address or...

https://github.com/holgern/beem/blob/880cecda6797bd153f0680094dc4490bacbc9ad1/beemapi/node.py#L159 Any idea why we have '\n' at the end of these three log lines ? Looks ugly in my logs. ``` if showMsg: if call_retry: log.warning("Retry RPC Call on...

I'm using the following code to fetch a list of all account which a specific account follows using the ```get_following()``` call. ``` def get_allowed_accounts(acc_name='podping') -> bool: """ get a list...

I can confirm that if your account name has a hyphen ```-``` symbol in, the listaccount function doesn't work. Example from my beempy when the keys for ```learn-to-code``` are in:...

This adds a very simple `docker-compose.yml` file to the repo and a little bit more info in the `.env.example` to help get things set up especially connecting to a LND...

Is there some preferably Python code for implementing the LNURL server side part of NIP-57? I'm handling the LNURL side for all `@v4v.app` accounts I'd like to add NIP-57.

Getting this error trying to authenticate in Python the response from a Hive Keychain signature ``` 2024-02-01 11:07:57,758 ERROR auth 120 : Traceback (most recent call last): File "/app/v4vapp_api_ext/routers/auth.py", line...

I was trying to upgrade a project of mine which uses LNURL to Pydantic 2 and FastAPI 100 and I hit a snag. I've tried going through the upgrade procedure...