Next, find the uncommented `peer_host` line in the `[burnchain]` section, and update it to:
```toml
peer_host = "35.245.47.179"
```bash
cargo install --path ./testnet
```
### Run your node
@ -56,7 +44,7 @@ You're all set to run a node that connects to the Neon network.
Back in the command line, run:
```bash
cargo testnet./testnet/follower-conf.toml
stacks-node neon
```
The first time you run this, you'll see some logs indicating that the Rust code is being compiled. Once that's done, you should see some logs that look something like the this:
@ -76,12 +64,12 @@ The steps above are great for trying to run a node temporarily. If you want to h
```bash
cd testnet
cargo build --release --bin stacks-testnet
cargo build --release --bin stacks-node
cd ..
```
The above code will compile an optimized binary. To use it, run: