Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g. https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's welcome!
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g. https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
I fooled around with some php json parsing in order to get my metrics charts working on icetor.is . I can send you the code if you'd like. -Jason
On 06/18/2014 10:15 AM, Lukas Erlacher wrote:
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's welcome!
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g. https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Hi,
On Wednesday, June 18, 2014 11:26 AM, "jason@icetor.is" jason@icetor.is wrote:
I fooled around with some php json parsing in order to get my metrics
charts working on icetor.is . I can send you the code if you'd like. -Jason
That would be much appreciated!
Thanks, KaliTor
On 06/18/2014 10:15 AM, Lukas Erlacher wrote:
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's
welcome!
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g.
https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
there you go: https://github.com/woeisme/torchart
On 06/18/2014 03:17 PM, Kali Tor wrote:
Hi,
On Wednesday, June 18, 2014 11:26 AM, "jason@icetor.is" jason@icetor.is wrote:
I fooled around with some php json parsing in order to get my metrics
charts working on icetor.is . I can send you the code if you'd like. -Jason
That would be much appreciated!
Thanks, KaliTor
On 06/18/2014 10:15 AM, Lukas Erlacher wrote:
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's
welcome!
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g.
https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Here's the code for anyone interested: https://github.com/woeisme/torchart pretty basic json query to php and pchart -Jason
On 06/18/2014 03:17 PM, Kali Tor wrote:
Hi,
On Wednesday, June 18, 2014 11:26 AM, "jason@icetor.is" jason@icetor.is wrote:
I fooled around with some php json parsing in order to get my metrics
charts working on icetor.is . I can send you the code if you'd like. -Jason
That would be much appreciated!
Thanks, KaliTor
On 06/18/2014 10:15 AM, Lukas Erlacher wrote:
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's
welcome!
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g.
https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On 23/06/14 02:31, jason@icetor.is wrote:
Here's the code for anyone interested: https://github.com/woeisme/torchart pretty basic json query to php and pchart
Added a link to the Onionoo clients on https://onionoo.torproject.org/, so that others can re-use, improve, contribute, etc.
All the best, Karsten
Hi,
I'm working on that. The onion.py script in OnionPy [1] has some rudimentary atlas-like functionality that I hope I can soon make complete as soon as I find some free time.
If you know python, it shouldn't be too hard to do that, PR's welcome!
I know enough Python to create trouble for others and to test things. Is there an easy way to run the script?
Also I could not find the specific onion.py file at [1].
Regards, KaliTor
Best, Luke
[1] https://github.com/duk3luk3/onion-py
On 06/18/2014 12:01 PM, Kali Tor wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/
does? Basically provide an output based on a node's fingerprint?
e.g.
https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Hi,
onion.py is in the bin/ folder. If you run "sudo python setup.py install", it will be installed globally, or you can run it directly from the source folder, as it says in the readme - |"PYTHONPATH=. python bin/onion.py"|.
Best Luke
There's nothing quite as rich as Atlas, but one option is the /info command on...
https://stem.torproject.org/tutorials/down_the_rabbit_hole.html
That said, the main purpose of this command is an advanced controller prompt for tor. It either requires a running tor instance or will kick one off on your behalf, which isn't exactly what you're after.
Cheers! -Damian
On Wed, Jun 18, 2014 at 3:01 AM, Kali Tor kalitor42@yahoo.com wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/ does? Basically provide an output based on a node's fingerprint?
e.g. https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Hmm.. what am I doing wrong here:
sudo apt-get install python-stem
Reading package lists... Done Building dependency tree Reading state information... Done python-stem is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tor@KaliTorLinLon:~$ tor-prompt
tor-prompt: command not found
On Wednesday, June 18, 2014 4:11 PM, Damian Johnson atagar@torproject.org wrote:
T here's nothing quite as rich as Atlas, but one option is the /info
command on...
https://stem.torproject.org/tutorials/down_the_rabbit_hole.html
That said, the main purpose of this command is an advanced controller prompt for tor. It either requires a running tor instance or will kick one off on your behalf, which isn't exactly what you're after.
Cheers! -Damian
On Wed, Jun 18, 2014 at 3:01 AM, Kali Tor kalitor42@yahoo.com wrote:
Hi all,
Is there a CLI client/tool that does what https://atlas.torproject.org/
does? Basically provide an output based on a node's fingerprint?
e.g.
https://atlas.torproject.org/#details/7EDE11A41D1C7DF4F9103ABAA4F0A31E42CB0C...
Thanks, KaliTor _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Hmm.. what am I doing wrong here:
sudo apt-get install python-stem
Reading package lists... Done Building dependency tree Reading state information... Done python-stem is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tor@KaliTorLinLon:~$ tor-prompt
tor-prompt: command not found
Stem 1.2.2 was released just a couple weeks ago, so it's too bleeding edge for the Debian repos. Try the following instead...
% sudo pip install stem
Does tor-prompt provide any more info than arm?
-K_
On Wednesday, June 18, 2014 11:56 PM, Damian Johnson atagar@torproject.org wrote:
Hmm.. what am I doing wrong here:
sudo apt-get install python-stem
Reading package lists... Done Building dependency tree Reading state information... Done python-stem is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
tor@KaliTorLinLon:~$ tor-prompt
tor-prompt: command not found
Stem 1.2.2 was released just a couple weeks ago, so it's too bleeding edge for the Debian repos. Try the following instead...
% sudo pip install stem
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Does tor-prompt provide any more info than arm?
I assume you mean the control prompt in arm (the fifth page). That prompt is similar and was the basis for the tor-prompt, but it's being removed from arm (that panel causes curses glitches) and the Stem version of the /info command includes all descriptor output for a relay. Here's an example....
/info moria1
moria1 (9695DFC35FFEB861329B9F1AB04C46397020CE31) address: 128.31.0.34:9101 (moria.csail.mit.edu) tor version: 0.2.5.4-alpha-dev flags: Authority, Fast, HSDir, Named, Running, Stable, V2Dir, Valid exit policy: reject *:* contact: 1024D/28988BF5 arma mit edu
-------------------------------------------------------------------------------- Server Descriptor: --------------------------------------------------------------------------------
router moria1 128.31.0.34 9101 0 9131 platform Tor 0.2.5.4-alpha-dev on Linux protocols Link 1 2 Circuit 1 published 2014-06-19 01:57:28 fingerprint 9695 DFC3 5FFE B861 329B 9F1A B04C 4639 7020 CE31 uptime 1130120 bandwidth 512000 62914560 1288658 extra-info-digest 9BA9064FC6C413BA03FEB5AB25A9081B8A2D8436 caches-extra-info onion-key -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAOfhLtI8FpZS27FvUdEYltlAOFJsdwCWYNvdZ3ivqtXRt6Rp0Oq94+fo LlKx4XzjU7GpPs1kWO62I/Xlwqh6rgbc7vgxlVPcuHXCirckYOxEvda9Me+no2Ny GsWsL1PoT8vGTpjL5ONQaudzVDfEa71KMXASv6YcLakJj4Ge7IElAgMBAAE= -----END RSA PUBLIC KEY----- signing-key -----BEGIN RSA PUBLIC KEY----- MIGJAoGBALtJ9uD7cD7iHjqNA3AgsX9prES5QN+yFQyr2uOkxzhvunnaf6SNhzWW bkfylnMrRm/qCz/czcjZO6N6EKHcXmypehvP566B7gAQ9vDsb+l7VZVWgXvzNc2s tl3P7qpC08rgyJh1GqmtQTCesIDqkEyWxwToympCt09ZQRq+fIttAgMBAAE= -----END RSA PUBLIC KEY----- hidden-service-dir contact 1024D/28988BF5 arma mit edu ntor-onion-key VhxdpiMoHxrTHqGFu7Eupcy4hnh/nSJw3xOpO4J1/n4= reject *:* router-signature -----BEGIN SIGNATURE----- FVnuIM/22C/jzf3vuPr/nsZ4Azq3KM0wzdF/76mgcoEbVs94Tl91wtvHX+g/q0xf OI2jubHu2k7GDMs3Tirqmohdu90VYYxCklXIKXtscRthFrS+fZP2GB8HDtPZseAZ JMXMYZbWZ9ai6Fyygu1cPE5oqW7lL3r7Lq4DQJ0fQyo= -----END SIGNATURE-----
-------------------------------------------------------------------------------- Extrainfo Descriptor: --------------------------------------------------------------------------------
extra-info moria1 9695DFC35FFEB861329B9F1AB04C46397020CE31 published 2014-06-19 01:57:28 write-history 2014-06-19 01:48:17 (900 s) 496873472,822779904,678929408,473645056,506991616,715395072,681116672,411208704,451326976,656055296,630102016,410365952,510575616,685982720,657693696,440340480,462490624,653119488,586785792,424977408,415206400,685920256,716089344,546408448,561561600,860252160,766703616,508184576,497261568,808691712,822632448,552358912,551654400,836164608,740415488,554012672,515691520,784584704,750459904,516459520,530599936,800103424,781259776,483474432,539444224,867778560,809338880,632835072,560136192,869916672,806222848,537466880,538954752,849017856,828844032,549480448,549689344,978973696,940964864,698497024,739622912,1070049280,966208512,676659200,734222336,1059842048,943287296,662800384,713388032,1012765696,971621376,595393536,613312512,917506048,870929408,549361664,568411136,972704768,894880768,568323072,598233088,849361920,743531520,481337344,454830080,786594816,710964224,546359296,462736384,667881472,652960768,401728512,430392320,692613120,618632192,388550656 read-history 2014-06-19 01:48:17 (900 s) 79498240,69858304,64569344,60034048,91601920,76338176,64618496,59077632,80771072,63081472,64591872,58112000,89427968,64851968,63969280,60345344,80471040,71065600,62567424,61836288,77986816,63676416,69273600,61675520,80965632,70822912,65712128,59408384,75437056,66962432,69486592,61251584,80453632,70142976,74030080,89346048,82542592,69871616,81146880,72501248,86639616,71948288,72060928,63085568,81788928,69519360,76326912,102928384,83399680,70574080,73345024,70081536,88821760,72610816,72532992,64514048,88225792,74373120,74736640,71306240,95561728,107585536,76473344,72662016,95979520,83960832,79443968,77777920,96991232,81178624,84353024,72841216,86589440,77880320,85440512,68847616,87705600,79765504,80477184,109486080,90619904,75940864,72767488,62712832,77673472,69785600,69362688,171729920,103734272,60462080,60198912,54415360,72517632,62489600,56928256,53815296 dirreq-write-history 2014-06-19 01:48:17 (900 s) 439975936,784523264,647158784,439169024,439596032,673312768,650256384,380261376,395088896,626800640,599991296,381094912,445941760,655177728,625652736,408898560,409676800,616633344,558005248,393537536,361814016,655069184,683595776,514088960,510326784,825457664,735474688,473056256,442927104,774505472,784913408,517251072,495030272,800368640,704757760,494008320,459229184,748987392,706528256,471937024,467248128,763955200,743213056,446679040,482457600,827469824,772674560,560309248,500421632,830723072,764065792,492562432,475711488,809200640,788411392,511706112,487996416,936432640,897324032,654791680,667702272,993673216,922665984,631345152,664646656,1012671488,899386368,616582144,643465216,967557120,921503744,552801280,551695360,879832064,820628480,513333248,508005376,930024448,855498752,487355392,535960576,811478016,711379968,444407808,401967104,753079296,676963328,401809408,379585536,637090816,622271488,372992000,378305536,660831232,589116416,359938048 dirreq-read-history 2014-06-19 01:48:17 (900 s) 51435520,39879680,39237632,33459200,51272704,39766016,39254016,34195456,52140032,38968320,40645632,33478656,52651008,40282112,38905856,34819072,52240384,40431616,39181312,36592640,53280768,39232512,44118016,36732928,53430272,41964544,38040576,32218112,49084416,39687168,41049088,33603584,50694144,41564160,45612032,38004736,54238208,41156608,44253184,36064256,53466112,43075584,42870784,34524160,51822592,38336512,45814784,37384192,52238336,40013824,40875008,35817472,48423936,41838592,42136576,34991104,51098624,40739840,40184832,36553728,55647232,41199616,40469504,36451328,58052608,47841280,45157376,39380992,57226240,46456832,43669504,40188928,54033408,45313024,42555392,37952512,55744512,43822080,47809536,35943424,57232384,45547520,45112320,33688576,51768320,42043392,41884672,33415168,47884288,35429376,35739648,30246912,47712256,36514816,33698816,30553088 geoip-db-digest 182195DB4DA9A979A829012F71CF128FAF1203F7 dirreq-stats-end 2014-06-19 00:01:53 (86400 s) dirreq-v3-ips us=6920,ru=5144,de=4024,ir=2272,gb=2056,fr=1936,br=1480,it=1344,iq=1064,es=1008,ca=968,nl=968,mx=952,in=904,au=824,sa=752,pl=648,id=584,tr=568,ar=512,ua=480,se=440,pk=408,jp=400,th=352,ph=344,ch=328,at=320,kr=312,sn=296,co=288,be=280,vn=272,fi=248,ro=248,cz=232,cl=216,eg=200,gr=192,ae=184,ve=184,dk=176,hu=176,il=176,pt=176,no=168,pe=168,my=160,??=144,ie=144,ma=136,za=136,sg=128,tw=128,nz=120,bg=112,sy=112,by=104,dz=104,bd=96,sk=96,ci=88,cn=88,ec=88,rs=88,kz=80,ng=80,bj=72,hk=72,do=64,gh=64,hr=64,kw=56,lb=56,lv=56,qa=56,si=56,tn=56,cr=48,ee=48,gt=48,lt=48,lu=48,uy=48,bo=40,is=40,ke=40,lk=40,md=40,pr=40,ps=40,uz=40,al=32,ba=32,bh=32,jo=32,ly=32,mk=32,pa=32,sv=32,ye=32,az=24,cm=24,cy=24,ge=24,ni=24,np=24,om=24,py=24,sd=24,af=16,ao=16,et=16,hn=16,ht=16,jm=16,mm=16,mn=16,mt=16,tj=16,tm=16,tt=16,tz=16,ag=8,am=8,aw=8,ax=8,bb=8,bf=8,bi=8,bm=8,bn=8,bs=8,bt=8,bw=8,bz=8,cd=8,cg=8,cu=8,cw=8,dj=8,fj=8,fm=8,fo=8,ga=8,gf=8,gg=8,gi=8,gm=8,gn=8,gp=8,gu=8,gy=8,im=8,je=8,kg=8,kh=8,km=8,kn=8,kp=8,ky=8,la=8,li=8,lr=8,ls=8,mc=8,me=8,mf=8,mg=8,ml=8,mo=8,mq=8,mu=8,mv=8,mw=8,mz=8,na=8,nc=8,ne=8,pf=8,re=8,rw=8,sb=8,sc=8,so=8,sr=8,ss=8,tg=8,tv=8,ug=8,zm=8,zw=8 dirreq-v3-reqs us=21408,de=9304,ru=8496,fr=3816,br=3208,gb=3208,nl=2928,ir=2648,cn=2560,ar=2032,pl=1800,ca=1688,in=1672,it=1584,es=1536,vn=1440,mx=1368,iq=1312,se=1160,au=1128,cz=1056,sa=1032,id=984,ua=880,ch=760,tr=704,at=680,jp=672,th=624,ve=592,ro=504,pk=496,fi=424,co=416,hu=408,ph=408,be=392,bg=392,gr=392,kr=392,il=384,sn=360,tw=360,dk=352,rs=328,ee=320,no=320,cl=304,eg=296,??=288,za=288,ae=280,ma=280,sk=280,my=264,mk=256,pt=256,by=240,ec=232,pe=208,dz=200,lv=200,sg=200,ie=192,do=184,is=184,hk=168,nz=168,bj=152,lu=152,bd=144,sy=136,ci=112,hr=112,si=112,tn=112,lk=104,gh=96,ng=96,kw=88,kz=88,ba=72,lt=72,uy=72,cr=64,lb=64,md=64,ni=64,al=56,gt=56,ke=56,mm=56,ps=56,py=56,qa=56,am=48,ge=48,pa=48,uz=48,az=40,bo=40,cy=40,jo=40,pr=40,ye=40,bh=32,cm=32,ly=32,sd=32,sv=32,af=24,jm=24,me=24,mt=24,np=24,om=24,re=24,ao=16,et=16,gf=16,gp=16,hn=16,ht=16,im=16,je=16,kg=16,mn=16,mz=16,sc=16,tg=16,tj=16,tm=16,tt=16,tz=16,ag=8,aw=8,ax=8,bb=8,bf=8,bi=8,bm=8,bn=8,bs=8,bt=8,bw=8,bz=8,cd=8,cg=8,cu=8,cw=8,dj=8,fj=8,fm=8,fo=8,ga=8,gg=8,gi=8,gm=8,gn=8,gu=8,gy=8,kh=8,km=8,kn=8,kp=8,ky=8,la=8,li=8,lr=8,ls=8,mc=8,mf=8,mg=8,ml=8,mo=8,mq=8,mu=8,mv=8,mw=8,na=8,nc=8,ne=8,pf=8,rw=8,sb=8,so=8,sr=8,ss=8,tv=8,ug=8,zm=8,zw=8 dirreq-v3-resp ok=96992,not-enough-sigs=0,unavailable=0,not-found=0,not-modified=38736,busy=0 dirreq-v3-direct-dl complete=34136,timeout=208,running=4,min=287,d1=158614,d2=268110,q1=328687,d3=383332,d4=481769,md=570704,d6=663478,d7=767111,q3=828094,d8=914739,d9=1750663,max=485573000 dirreq-v3-tunneled-dl complete=58948,timeout=3688,running=20,min=586,d1=44398,d2=96176,q1=121974,d3=148888,d4=212952,md=273167,d6=354680,d7=436151,q3=489689,d8=571782,d9=1432250,max=20247608 entry-stats-end 2014-06-19 00:01:53 (86400 s) entry-ips us=10504,ru=9344,it=6128,de=5408,ir=4504,fr=4416,es=4344,gb=3464,br=3224,mx=1880,iq=1800,in=1688,sa=1632,ua=1584,ca=1560,au=1448,pl=1272,nl=1248,id=1144,ar=1120,tr=1040,th=824,pk=808,jp=680,kr=648,ph=600,co=592,be=584,sn=544,se=512,ch=496,vn=496,at=472,cl=456,il=448,ve=424,pt=416,tw=416,ro=384,eg=368,fi=360,ae=352,pe=344,gr=336,my=328,sy=288,za=272,cz=264,ie=264,ma=264,dk=240,hu=232,no=224,sg=224,dz=192,??=184,bg=176,by=176,nz=176,ng=160,bd=152,ec=152,rs=152,ci=136,kz=128,sk=128,tn=128,hk=120,gh=112,bj=104,qa=104,do=96,hr=96,kw=96,lt=96,si=96,uy=96,bo=88,cr=88,ye=88,gt=80,lb=80,pr=80,jo=72,ly=72,ee=64,ke=64,lk=64,uz=64,lu=56,lv=56,pa=56,ps=56,sv=56,al=48,ba=48,bh=48,md=48,mk=48,om=48,py=48,sd=48,az=40,cm=40,cy=40,np=40,tt=40,af=32,ao=32,bb=32,ge=32,jm=32,mm=32,ni=32,bn=24,et=24,hn=24,is=24,mn=24,mt=24,re=24,tz=24,ad=16,am=16,cn=16,gp=16,ht=16,kg=16,kh=16,la=16,me=16,mg=16,mu=16,na=16,nc=16,tg=16,tj=16,tm=16,ug=16,ag=8,as=8,aw=8,ax=8,bf=8,bi=8,bm=8,bq=8,bs=8,bt=8,bw=8,bz=8,cd=8,cg=8,cu=8,cv=8,cw=8,dj=8,fj=8,fk=8,fm=8,fo=8,ga=8,gf=8,gg=8,gi=8,gm=8,gn=8,gq=8,gu=8,gy=8,im=8,je=8,km=8,kp=8,ky=8,lc=8,li=8,lr=8,ls=8,mc=8,mf=8,ml=8,mo=8,mq=8,mr=8,mv=8,mw=8,mz=8,ne=8,pf=8,pg=8,rw=8,sb=8,sc=8,sm=8,so=8,sr=8,ss=8,tc=8,td=8,tl=8,tv=8,vc=8,vi=8,yt=8,zm=8,zw=8 cell-stats-end 2014-06-19 00:01:53 (86400 s) cell-processed-cells 1067,965,943,568,43,17,8,8,6,1 cell-queued-cells 7.62,7.53,8.41,9.10,0.00,0.00,0.00,0.00,0.00,0.01 cell-time-in-queue 1032,1010,1000,5729,6,7,2,0,2,368 cell-circuits-per-decile 17237 exit-stats-end 2014-06-19 00:01:53 (86400 s) exit-kibibytes-written other=0 exit-kibibytes-read other=0 exit-streams-opened other=4848 router-signature -----BEGIN SIGNATURE----- LvGoDFUAjyV7PX3YHr1FaqEmiXBtBRx3gl/xEewx6C02aQYe75HR3t6WrTPa/dr1 Vd83NF+n44THRsu5Z423/Ewj5YSnLBO1yAQl/NU4tSvLfu2DJF7WqYWJ5jvv6jl5 Af7ZC4+dJ/VHNRLg7OsddrscgK/PwqItiKJnoC+sehI= -----END SIGNATURE-----
-------------------------------------------------------------------------------- Microdescriptor: --------------------------------------------------------------------------------
onion-key -----BEGIN RSA PUBLIC KEY----- MIGJAoGBAOfhLtI8FpZS27FvUdEYltlAOFJsdwCWYNvdZ3ivqtXRt6Rp0Oq94+fo LlKx4XzjU7GpPs1kWO62I/Xlwqh6rgbc7vgxlVPcuHXCirckYOxEvda9Me+no2Ny GsWsL1PoT8vGTpjL5ONQaudzVDfEa71KMXASv6YcLakJj4Ge7IElAgMBAAE= -----END RSA PUBLIC KEY----- ntor-onion-key VhxdpiMoHxrTHqGFu7Eupcy4hnh/nSJw3xOpO4J1/n4=
-------------------------------------------------------------------------------- Router Status Entry: --------------------------------------------------------------------------------
r moria1 lpXfw1/+uGEym58asExGOXAgzjE q66hXgDcV5bBlsv951IwsDhbnko 2014-06-19 01:57:28 128.31.0.34 9101 9131 s Authority Fast HSDir Named Running Stable V2Dir Valid w Bandwidth=20
Hello all, With the upsurge of new users running relays this list has picked up a fair amount activity. I run one of torservers.net partner organizations called Icetor (icetor.is). In addition it handles abuse notifications for other individuals who choose to run exit relays. This is done in addition to the exit relays I run via the partner organization. I'm willing to extend this service to other individuals who are running high speed exits but perhaps would prefer to run them under an organization and not their personal names. Write me back privately if interested. -Jason
tor-relays@lists.torproject.org