Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/commands/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Reference for the CLI commands available for the nano node

# Command Line Interface
## nano_node commands

| Command | Description |
|---------|-------------|
| `--account_create --wallet=<wallet>` | Insert next deterministic key into `<wallet>` |
Expand Down Expand Up @@ -41,11 +42,13 @@ description: Reference for the CLI commands available for the nano node
| `--wallet_representative_set`<br>`--wallet=<wallet>`<br>&nbsp;&nbsp;`--account=<account>` | Set `<account>` as default representative for `<wallet>`. |

## Launch Options

The node is typically run like this:

```bash
./nano_node --daemon [--launch_options]
```

!!! note "Intended for developer use"
These options are only for developer use so please understand the impacts before use.

Expand Down Expand Up @@ -88,6 +91,7 @@ The node is typically run like this:
| `--disable_wallet_bootstrap` | Turn off use of wallet-based bootstrap. |

## Debug commands

| Command | Description |
|---------|-------------|
| `--debug_account_count` | Display the number of accounts. |
Expand Down
Loading