22dcf7943c79fb9b839680a6d0e5577b2209403b
services/Tahoe-LAFS.md
... | ... | @@ -20,7 +20,7 @@ To run a node you have to install tahoe-lafs at least in version 1.10. You can g |
20 | 20 | Before the first start you have to create a node with `bin/tahoe create-node` or a client (doesn't provide storage) with `bin/tahoe create-client`. This will create the folder .tahoe in your home dir. In the file .tahoe/tahoe.cfg you have to enter on `introducer.furl` the link to our introducer node: |
21 | 21 | |
22 | 22 | ``` |
23 | -introducer.furl = pb://hck5ne642qn3oqd3jbeugwdu2l3pdqy6@172.22.192.65:44411/introducer |
|
23 | +introducer.furl = pb://roxhgb5iyncd6ek3l2dxjclv7suybnh5@introducer.tahoe-lafs.dn42:44411/introducer |
|
24 | 24 | ``` |
25 | 25 | |
26 | 26 | With `bin/tahoe start` you start your local node. |