Skip to content

Commit

Permalink
Merge pull request #268 from ElrondNetwork/readme-testnetchange
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fixone authored Jul 9, 2019
2 parents f007b84 + 296f871 commit f74d34d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ $ go build
$ ./keygenerator
```

### Step 4: copying credentials and starting the node:
### Start the node
#### Step 4a: Join Elrond testnet:
Follow the steps outlined [here](https://docs.elrond.com/start-a-validator-node/start-the-network). This is because in order to join the testnet you need a specific node configuration.
______
OR
______
#### Step 4b: copying credentials and starting a node in a separate network:
The previous generated .pem files needs to be copied in the same directory where the node binary resides in order to start the node.

```
Expand Down

0 comments on commit f74d34d

Please sign in to comment.