<div dir="ltr">Hello everyone and thanks for the quick answers,<div><br></div><div>To clarify this a bit, some of my nodes will be simple clients (not offering any services to the network), others will be hidden services (offering their services). They can also be a combination of the two (services may contact other services over the Tor network).</div><div><br></div><div>Depending on the available bandwidth, some nodes may elect to become relays as well - this has no immediate benefit to my project but node owners may choose to give back to the community by running relays or even exit nodes. This is an IoT project, so if nodes are hosted on a home network for instance, on a high speed unmetered cable connection, with permanent power available (not batteries), they can act as full nodes. </div><div><br></div><div>I'm trying to make sure though that the worst case scenario for nodes isn't too bad for 3G or satellite connections (or maybe warn users of the amount of traffic they're going to see).</div><div><br></div><div>Thank you,</div><div>Razvan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 23, 2016 at 1:50 AM, s7r <span dir="ltr"><<a href="mailto:s7r@sky-ip.org" target="_blank">s7r@sky-ip.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Razvan,<br>
<br>
Your email is confusing. To host a Hidden Service you do not need to be<br>
a Tor node - we call them relays in the common terminology.<br>
<br>
So, a relay relays traffic for Tor clients. This will consume as much as<br>
you give. You can throttle the relay bandwidth rate / burst or limit the<br>
traffic consumed by accounting per day/week/month, etc. After the speed<br>
and traffic limits, next limits are CPU, RAM and so on.<br>
<br>
There is no sense in being a relay just to host a hidden service. In<br>
fact we do not recommend this, it's better to run the hidden service and<br>
relay service in two separate Tor processes if hosted on the same device.<br>
<br>
To only host a hidden service you can be a normal Tor client. This will<br>
not consume any traffic or relay traffic for other clients, but it will<br>
consume as follows:<br>
a) all traffic generated by that hidden service. This can be only<br>
estimated by you, since it can be 0, it can be 1 MB per week it can be<br>
100 MB per day, etc.<br>
<br>
b) consensus data and microdescriptors for relays in the network. I<br>
don't have exact numbers for how much is this but count few MBs at every<br>
2 hours just to be sure.<br>
<div class="HOEnZb"><div class="h5"><br>
On 5/23/2016 12:56 AM, Razvan Dragomirescu wrote:<br>
> Hello everyone,<br>
><br>
> I'm working on an Internet of Things project and Tor will be a part of<br>
> it (Hidden Services to be more precise). The nodes however may be<br>
> battery powered or have slow (or metered) Internet connectivity, so I'm<br>
> trying to estimate the traffic patterns for a fully functional Tor node.<br>
> Has this been measured at all? I mean how much traffic should I expect<br>
> per hour/day/month whatever in order to maintain a good "Tor citizen"<br>
> node, serving a very low traffic hidden service? I do remember reading<br>
> something about it needing 4MB per day or something like that, but I<br>
> can't seem to find that link or page anywhere now... :(.<br>
><br>
> Any hints on where to find this type of info (or maybe how to measure it<br>
> myself) would be appreciated.<br>
><br>
> Thank you,<br>
> Razvan<br>
><br>
> --<br>
> Razvan Dragomirescu<br>
> Chief Technology Officer<br>
> Cayenne Graphics SRL<br>
><br>
><br>
<br>
</div></div><br>_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" rel="noreferrer" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev</a><br>
<br></blockquote></div><br></div>