Oh yes there was a problem with secp251k1 I think.. but I managed to sort out…
I tried using the relay class from https://armstrys.github.io/nostrfastr/ and also the original from https://github.com/jeffthibault/python-nostr but I think I’m missing something.
my end goal is to download ALL notes from ALL relays.. going to one relay after the other in a database where I can then analyze a bit the activity each relay has.. so I need NoteID to compare content and few other stuff… so I’ll need to at some point store all in an SQLlite or postgres etc.. but that I can do later. I at least need to be able to connect, stay connected until my query is finished, one relay after the other