Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
No longer need sudo now
Browse files Browse the repository at this point in the history
  • Loading branch information
ailisp authored Nov 21, 2019
1 parent 76d401d commit 39403e8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ https://zoom.us/j/810242088
## UPDATE Nov 12th
* Just update the issue templates. We are now measuring severity internally since the templates were jsut confusing.
* Just update the issue templates. We are now measuring severity internally since the templates were just confusing.
* The simplified submission process is: just follow the template, and we will add label.
* If we add the `help wanted` tag, you can fix it and receive tokens as part of the competition as well.
## UPDATE Nov 20th
* sudo is no longer needed if you're on Mac, or if you're on linux and can run docker without sudo.
## How to get started
Before you start, please make sure that you have a machine with
Expand All @@ -45,7 +49,7 @@ cd nearcore
Next, generate node key and validator key by
```bash
sudo ./scripts/start_stakewars.py --init --account-id=<your_account_id>
./scripts/start_stakewars.py --init --account-id=<your_account_id>
```
Here for account id, enter the account id you want to use for staking.
Expand All @@ -57,7 +61,7 @@ Please note that if you would like to generate key pairs for your account,
you can also do it using the following command:
```bash
sudo ./scripts/start_stakewars.py --init --signer-keys --account-id=<your_account_id>
./scripts/start_stakewars.py --init --signer-keys --account-id=<your_account_id>
```
It will by default generate three key pairs in files `signer0_key.json`, `signer1_key.json`, and
Expand Down Expand Up @@ -138,7 +142,7 @@ on your node and then transfer it to `~/.near`.
Finally, to start your node, run:
```bash
sudo ./scripts/start_stakewars.py
./scripts/start_stakewars.py
```
Or if you're running locally on MacOS
Expand Down

0 comments on commit 39403e8

Please sign in to comment.