Brian Lee

Results 9 issues of Brian Lee

**Describe the bug** This morning I had to hard reset the x86_64 archlinux machine running bitcoind. Since then, `electrs` 0.9.6 fails start due to a missing header. I'm guessing I...

bug

I don't see any detailed installation instructions. Here's how far I got: 1. Clone the repo 2. `npm install` 3. `npm run start`, got prompted to run `next build`, so...

nostr.bitcoiner.social -> offchain.pub note1zpgy9f8tlwdwhhwtzy50vpl72qkunzhmy57p4f5xaf8h57pfvwpschwe74 > Before I deployed the new pay-to-relay server, I ran a public relay under a "nostr" subdomain. I've since renamed my public relay to wss://offchain.pub. Much...

This is a minor quality-of-life feature request asking for a command line parameters to make minor policy adjustments. e.g. `charge-lnd --configure-policy mydefaults.min_fee_ppm_delta=250` For my use case, I currently maintain two...

nostr.bitcoiner.social -> offchain.pub note1zpgy9f8tlwdwhhwtzy50vpl72qkunzhmy57p4f5xaf8h57pfvwpschwe74 > Before I deployed the new pay-to-relay server, I ran a public relay under a "nostr" subdomain. I've since renamed my public relay to wss://offchain.pub. Much...

**Is your feature request related to a problem? Please describe.** When I check the kind 1984 notes on our relays, I frequently see impersonator reports. Users complain about receiving unsolicited...

I was confused while doing [learn.svelte.dev/tutorial/derived-stores](https://learn.svelte.dev/tutorial/derived-stores): ```Typescript import { readable, derived } from 'svelte/store'; export const time = readable(new Date(), function start(set) { const interval = setInterval(() => { set(new...

I might just be missing a step, but I haven't been able to get this working with any other relay than the default `wss://relay.getalby.com/v1`. Steps to reproduce 1. change `RELAY`...

The readme mentions "coming soon" for the service unit, so I just wanted to share mine which works while substantially restricting system access on Ubuntu 22.04: ```systemd.service [Unit] Description=Nostr relay...