4

Dear All Experts out there! I am doing some researches about the Tor Network, and want to frequently download the consensus data from the Directory Authority Servers (let say 5 minutes each). Thanks to Roya, I know exactly how many Directory authority servers there are in the network, and their IPs. Today, I did read some research papers, there were some experts created tools to get the consensus data from those servers. But it seems to be quite long time ago, out of date, and cannot be used anymore. I would be very grateful if anyone could tell me how or which tool should I use to get the consensus data from those Directory authority servers. Thank you so much for reading my question.

Jobiwan
  • 3,685
  • 2
  • 19
  • 31
2523fewqf23f
  • 545
  • 1
  • 3
  • 12

3 Answers3

4

Near the top of this page: Consensus Health, in the Signatures section, you will find a 'consensus' (and 'vote') link for each Directory Authority.
These link directly to http://ip.of.the.relay:dirport/tor/status-vote/current/consensus.

Jobiwan
  • 3,685
  • 2
  • 19
  • 31
3

You can easily fetch the consensus with...

For an example of a script that compares a couple authorities see...

That said, please don't hit the authorities every five minutes! Consensuses are generated hourly, so polling more frequently than that just adds load.

Damian
  • 681
  • 3
  • 2
1

The votes themselves are also hosted at https://collector.torproject.org/archive/relay-descriptors/votes/ where they can be downloaded directly.

Layerone
  • 11
  • 1