tahoe start subcommand has been removed

[Imported from Trac: page LocalGrid, version 6]
sajith 2021-06-09 13:02:15 +00:00
parent ad72b13b40
commit a38a4045b7

@ -6,11 +6,12 @@
mkdir tahoe-grid && cd tahoe-grid
```
2. Create an introducer and start it so that an introducer FURL is generated (we need this for the next step):
2. Create an introducer and start it, and then stop it, so that an introducer FURL is generated (we need this for the next step):
```
tahoe create-introducer --hostname localhost node-0
tahoe start node-0 && tahoe stop node-0
tahoe run node-0
^C
```
3. Create a client node (serve WUI on a non-default port so as not to compete with your working tahoe installation):
@ -28,7 +29,7 @@ for i in {2..9}; do tahoe create-node --hostname localhost -i $(cat node-0/priva
5. Start the grid!:
```
for i in {0..9}; do tahoe start node-$i; done
for i in {0..9}; do tahoe run node-$i & done
```
6. Check it worked: