diff --git a/LocalGrid.md b/LocalGrid.md index 8c970fa..17ef1e5 100644 --- a/LocalGrid.md +++ b/LocalGrid.md @@ -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: