blackcoffeexbt

Results 13 comments of blackcoffeexbt

Could be @dni there's probably a better solution that this if it's not been already implemented.

I've updated all the dependencies with pip list --outdated pip3 list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U pip...

Converted to draft. Fix for note acceptor needs testing with hardware.

You can use this snippet ``` private_key = PrivateKey(hex_to_raw_bytes("PRIVATE KEY HEX")) dmContent = private_key.decrypt_message(dmContent, senderPubKey) ``` where dmContent = ['content'] from a received event and senderPubKey = ['pubkey'] from the...

The nwc provider extension can be found here https://github.com/riccardobl/nwcprovider It's not been reviewed yet but seems to be working well. If you're using it on a local LNbits instance, make...

> Drives are mounted automatically (in the background) as the first step of each Create Backup process, then unmounted when complete. Yes, I thought this would be the case however...

@stl1988 Is the M5Stack Basic still available for sale?

@motorina0 this would be a useful PR to deal with phoenixd with many pending invoices. Can we reopen the PR? For example, I have an instance with nearly 4000 pending...

Sure. I've PRd a kind to the DVM repo with some more detail. Does this help @pablof7z ? nostr-protocol/data-vending-machines#31