Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith authored Jan 15, 2024
1 parent 3fe1b1a commit 6d28e39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ With a functioning version of cargo, compilation on Windows should just work out

- Generate a wallet file: `neptune-cli generate-wallet`
- Run neptune-core daemon: `neptune-core` with flags
- `--peers [ip_address:port]` to connect to a given peer, for instance `--peers 51.15.139.238:9798` or `--peers 139.162.193.206:9798` or both
- `--peers [ip_address:port]` to connect to a given peer, for instance `--peers [2001:bc8:611:1c72::1]:9798` or `--peers 139.162.193.206:9798` or both
- `--mine` to mine — if you want to generate testnet coins to test sending and receiving
- `--help` to get a list of available command-line arguments

If you don't have a static IPv4, then try connecting to other nodes with IPv6. It's our experience that you will then be able to open and receive connections to other nodes through Nepture Core's built-in peer-discovery process.

## Dashboard

Expand Down

0 comments on commit 6d28e39

Please sign in to comment.