openoms's avatar
openoms
openoms@diynodes.com
npub14tq8...hy62
Bitcoin | Lightning | Blink | RaspiBlitz on RPi and more | Self-hosting | Enjoyer of Linux Desktops and GrapheneOS | building hardware at diynodes.com
openoms's avatar
openoms 2 years ago
Exercise: you got to send someone money, but the payee didn't publish a bitcoin or LN address you trust. The onchain fees are high anyway for the price of a dinner. Nostr solves this often, but let's say you just got some other social media contacts. Solutions: 1. LNURLw generate an LNURLwithdraw voucher and share the link or QRcode so the recepient can withdraw with most lightning wallets any time. This needs a LNURL server. Some ways to it: - run BTCPayServer - create a Pull Payment, share the link or QRcode - run LNbits - create a voucher with the LNURLw extension Custodial solutions: - - top up in the browser and create vouchers - hope to have this streamlined in the Blink Wallet - the PoC could be extended here - there is of course the BTCPay / LNbits of someone else 2. Ecash Use ecash (that will be Cashu for now) - send the token as text and when the recipient downloaded an Cashu wallet will be able to convert the token to a lightning payment or trade it within the mint for free. - run LNbits with the Cashu extension, connect it to your eNuts or Minibits wallet - run a mint directly with Custodial solutions: - download eNuts https://www.enuts.cash/ or Minibits and use the default (or some other) mint - looking forward to the fedimint instances in the wild Does anyone has any other practical solution working now for async payments? I'd like to pay bitcoiners more often, but sometimes not when I can just ask for a lightning invoice.
openoms's avatar
openoms 2 years ago
What a godsend this Nostr Client of LNbits extension is! image I have just configured it to connect to my usual relays and it acts as a multiplexer. With the client on my desktop or phone I just need to connect to this one relay which I can do even through a private wireguard tunnel (or using Tailscale). One connection to an anon VPS which keeps everything up to date and I am not broadcasting my IP address to all my relays any more every time I open a Nostr app.
openoms's avatar
openoms 2 years ago
To prevent painful consolidation costs the store is receiving sats only over lightning when invoicing a relatively small amount. If you have some L-BTC already it can be converted on-the-fly with the help of the built-in Sideshift plugin: Pair this with the Blink plugin: and your store can have virtually unlimited incoming ⚡️ capacity. Enjoy the power of the plugin system of @BtcpayServer and focus on the goods you sell. #FOSS @npub155m2k8ml8sqn8w4dhh689vdv0t2twa8dgvkpnzfggxf4wfughjsq2cdcvg @npub13ljnkd633c7maxatymv3y2fqq8vt3qk7j3tt0vytv90eztwgha9qmfcfhw
openoms's avatar
openoms 2 years ago
For anyone running BTCPayServer there is a new version (v1.0.6.0) of the Blink plugin available. image Installing it on your instance allows users to receive funds on Lightning to their Blink Wallet without the BTCPayServer instance taking custody. Use a Read-Write API key on your own server to issue bolt cards via the BTCPay Web Interface using a $15 device like: https://www.aliexpress.com/item/1005006458826905.html image This makes it possible to provide a fully functional end-to-end payment system using Free Open Source Software across the whole stack. Bonus: if a merchant would prefer to keep their income at US dollar value to escape volatility or help their accounting they can just set their default account to Stablesats in their connected wallet. image More info: @BTCPay Server @Blink Wallet
openoms's avatar
openoms 2 years ago
Found that the new #RaspberryOS based on Debian12 sets the memory page size to 16kB (from the default 4kB) which breaks a bunch of apps including jemalloc (used in Fulcrum - how I found out), btrfs, all android apps, etc.: Check the value used with: getconf PAGE_SIZE Be aware if you are using a new image (default for the Raspberry Pi 5) the solution is to place the line: kernel=kernel8.img to the beginning of /boot/config.txt and restart the RPi. Let us know if you have any thoughts on why we shouldn't use the kernel8.img on the #Raspiblitz by default:
openoms's avatar
openoms 2 years ago
openoms's avatar
openoms 2 years ago
Great post! What is the best interface to browse and post things for sale on Nostr? Looking to replace Facebook Marketplace.
openoms's avatar
openoms 2 years ago
Remember if you have the means to keep a used computer always online the #Raspiblitz is built to serve your #Bitcoin and #lightning needs. The general build script is working and tested for amd64: image There are prebuilt images which are made to be written on the OS disk directly in the laptop or desktop: image Thanks @Warren Togami for spreading the word about the most efficient hardware options: image
openoms's avatar
openoms 2 years ago
Got my first Raspberry Pi 5 Running an auto-built #Raspiblitz test image on it already, seems really fast. Swapped the SDcard and the SSD from an RPi4 node. There are no obvious compatibility issues (as expected). If want to test can try the latest image built from the dev branch: (most important hint that it needs to be based on the latest RaspberryOS built on Debian12 - the Raspiblitz v1.10 image doesn't work on the RPi5, but the next stable release will!) image