Skip to content

Commit

Permalink
Merge pull request #218 from OffchainLabs/deploy-fixes
Browse files Browse the repository at this point in the history
Deploy fixes
  • Loading branch information
edfelten authored Feb 11, 2020
2 parents d520ab5 + 391144a commit f281302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Rinkeby.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Running the `setup_rollup` command will perform two main tasks 1) Launch an Arbi
To launch a set of docker images containing your validators, run:

```bash
./scripts/arb_deploy.py validator-states
./scripts/arb_deploy.py validator-states --password=[password]
```

`arb_deploy.py` takes a path to the validator-states created in the previous step. Unlike the blockchain docker image, the validators can be stopped and restarted without losing any state.
`arb_deploy.py` takes a path to the validator-states created in the previous step. Unlike the blockchain docker image, the validators can be stopped and restarted without losing any state. The password argument is used to secure the validator keystore. On the first deployment you set the password to any value, and on later deployments you must resubmit the same password.
Empty file modified scripts/initialize_validators.py
100644 → 100755
Empty file.

0 comments on commit f281302

Please sign in to comment.