Browse Source

Use correct folder for stacks-node (#590)

fix/connect
Friedger Müffke 5 years ago
committed by GitHub
parent
commit
a462a9db69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      _core/smart/neon-node.md

4
_core/smart/neon-node.md

@ -145,14 +145,14 @@ Your node should start. It will take some time to sync, and then your miner will
The steps above are great for trying to run a node temporarily. If you want to host a node on a server somewhere, you might want to generate an optimized binary. To do so, use the same configuration as above, but run:
```bash
cd testnet
cd testnet/stacks-node
cargo build --release --bin stacks-node
```
The above code will compile an optimized binary. To use it, run:
```bash
cd ..
cd ../..
./target/release/stacks-node start --config=./testnet/conf/neon-follower-conf.toml
```

Loading…
Cancel
Save