The pubgrid was disabled on 2011-07-24. See http://tahoe-lafs.org/pipermail/tahoe-dev/2011-July/006572.html = The Public Test Grid = This page is about the "Test Grid", which is also called the "pubgrid". The pubgrid has several purposes: * to make it easier for people new to tahoe to begin to experiment * to enable small-scale trial use of tahoe * to help the tahoe community gain experience with grids of heterogenous servers without a pre-existing social organization The pubgrid also has two critical non-goals * The pubgrid is not intended to provide large-scale storage, and it is not intended to be reliable. Don't store any data in the pubgrid if losing it would cause trouble. * Don't view the pubgrid as a free hundreds-of-MB backup service. == Cautions == The canonical way to access tahoe-lafs grids is to run your own client node. Having one's own node is necessary for the data that should remain private (plaintext, capabilities) to remain on your computers, while storage nodes provide storage of ciphertext. However, the pubgrid has a publically-accessible gateway; using this means plaintext of files and capabilities are exposed on the Internet. Even worse, writing to the publically-writable test directory (below) means that others can see and change your files. Do not confuse the security properties one gets with tahoe when running a client node with how the public web interface behaves. == Live Demo == [http://pubgrid.tahoe-lafs.org/uri/URI%3ADIR2%3Actmtx2awdo4xt77x5xxaz6nyxm%3An5t546ddvd6xlv4v6se6sjympbdbvo7orwizuzl42urm73sxazqa/ the publically writeable directory through pubgrid.tahoe-lafs.org]. Note that anyone may view and change this data. Here is [http://pubgrid.tahoe-lafs.org/ the welcome page] which has a list of connected storage nodes, recent uploads and downloads, and performance statistics. == How To Connect To The Public Test Grid == The test grid is subject to being updated at random times, so compatibility is likely to break without notice. Also note that many upgrades require all files and directories to be flushed, especially as storage formats change. The test grid is currently running an 1.0.0-compatible release (allmydata-tahoe: 1.8.2) (see "My versions" on the welcome page for the current version of the web gateway server). Set up the code according to [source:docs/quickstart.rst] and [source:docs/running.rst]. This creates a client node in the {{{.tahoe}}} subdirectory of your home directory. Edit the following lines into the {{{.tahoe/tahoe.cfg}}} file: {{{ #!html
[node] nickname = Another nickname than "None" |
[client] introducer.furl = pb://tin57bdenwkigkujmh6rwgztcoh7ya7t@pubgrid.tahoe-lafs.org:50528/introducer stats_gatherer.furl = pb://cmmth6b3lsj2orir3u5yqwwae7xfmxxq@pubgrid.tahoe-lafs.org:51424/jdoyd3kke4zqkmmvlhveb57xsw623kh5 |