no.str.cr has migrated to strfry. Looking good so far.
Discussion
How many are we verified by it?
Nice, Damus relay seems to perform very well after the switch. How hard was it to migrate everything?
Not hard. Strfry provides some nice migration tooling actually. Coming from nostr-rs-relay I was able to run:
sqlite3 ./nostr.db '.mode json' '.once out.json' ' select content from event;'
cat out.json | jq --raw-output 'map(.content)| .[]' >> out.jsonl
cat out.jsonl | ./strfry import
It imported the ~700k in just a couple minutes. Worked great.
Wow, seems pretty easy
private relay too?
No, strfry doesn’t support this yet. I tried to set up nostream using zebedee as the payment processor, but zebedee blocks all connections from Costa Rica, where our server is hosted. So, couldn’t use that. Going to wait for the LNBits PR to get merged in, then launch a paid relay.