2
0
mirror of https://github.com/status-im/nimbus-eth2.git synced 2025-01-12 15:24:14 +00:00

README: changing ports

This commit is contained in:
Ștefan Talpalaru 2020-08-04 03:33:12 +02:00
parent 0654e3daaf
commit 48bf9100f0
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

@ -126,6 +126,12 @@ make medalla NODE_ID=1
make medalla NODE_ID=2
```
To change the TCP and UDP ports from the default value of 9000:
```bash
make BASE_PORT=9100 medalla
```
If you wish to make a deposit, execute the following command:
```