-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 16/03/15 21:54, grarpamp wrote:
Is there a list somewhere (preferably on metrics) of exits and relays sorted by longest period of service (years) on the same IP?
Preferably this would subset by exit policy... whether open, or using some published, named, and adopted "standard" exit policy. Such as "reduced" (whatever that means, each version should be reflected in the name "reduced-N").
You can use Onionoo to fetch a large JSON file with information about all relays in it and do the filtering and ordering locally:
https://onionoo.torproject.org/details
Here's how this file starts:
{"version":"2.2", "relays_published":"2015-03-17 10:00:00", "relays":[ {"nickname":"Unnamed","fingerprint":"FBD6FDA785B6F709330CD2AE01B788C5671135BE","or_addresses":["79.251.191.116:9001"],"last_seen":"2015-03-14 22:00:00","last_changed_address_or_port":"2015-03-14 09:00:00",...
Note the "last_changed_address_or_port" field.
For the other fields, take a look at the protocol overview:
https://onionoo.torproject.org/protocol.html
Enjoy!
All the best, Karsten