Oddbean new post about | logout
 Let's find the oldest created_at event in any relay....i.e. the genesis event  
 I think there are already events created using 0 (unixtime) as created_at. Could not be a reliable  indicator 😅

Using nosdump:

nosdump  --until 1 --since 0 --kinds 1 wss://relay.damus.io

 
 I know. It was a joke ;)