On Oct 18, 2009, at 22:25, Jason wrote:

I already operate a stratum 2 in the pool but that didn't satisfy me
so I've recently bought a stratum 1 server online. It is synchronized
using a GPS18LVC. I imagine that it is not typical to add a stratum 1
to the pool direct [...]

Why not?

There's a decent number of stratum 1 servers in the pool actually:

mysql> select stratum,count(*) from servers where deletion_on is null and servers.score_raw > 5 group by stratum having count(*)>5;
+---------+----------+
| stratum | count(*) |
+---------+----------+
|       1 |      126 |
|       2 |     1281 |
|       3 |      538 |
|       4 |       28 |
+---------+----------+
4 rows in set (0.02 sec)


The question. Who would like to recommend what to do with this thing?
I'm thinking it would be a decent upstream for the pool but given that
I've got a stratum2 already serving time I don't want to just add it
to the pool. Is there a protocol for publishing it and allowing
specific servers to sync?


I have on my insanely long todo list to make some features in the pool system so you can list your server specifically for use by other pool admins. (And some vague ideas for how you the pool could generate a config for you).

But for now, just add it to the pool!  :-)


 - ask

--
http://develooper.com/ - http://askask.com/


_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers

Reply via email to