import { Steps } from 'nextra/components'; <> Migrate your `nym-mixnode` to `nym-node --mode mixnode` using these commands: ###### 1. Move relevant info from `config.toml` ```sh ./nym-node migrate --config-file ~/.nym/mixnodes//config/config.toml mixnode ``` ###### 2. Initialise with new `nym-node` config ```sh ./nym-node run --mode mixnode --id --location --mixnet-bind-address 0.0.0.0:1789 --http-bind-address 0.0.0.0:8080 --accept-operator-terms-and-conditions ```