makepanic / globe

JS application to explore and use the Tor onionoo API
MIT License
61 stars 12 forks source link

Top 10 relays by consensus weight contains non-running relays #26

Closed kloesing closed 11 years ago

kloesing commented 11 years ago

Globe makes the following request to populate its top 10 relays list:

https://onionoo.torproject.org/details?type=relay&order=-consensus_weight&limit=10&fields=fingerprint,nickname,advertised_bandwidth,last_restarted,country,flags,or_addresses,dir_address,running,hashed_fingerprint

It's probably confusing to list relays that are currently not running.

Can you add &running=true to that request?

makepanic commented 11 years ago

The top10 requests now use running=true.

kloesing commented 11 years ago

Looks good. Thanks!