Browse Source

docs: more suggestions

build/deps-updates
CharlieC3 4 years ago
committed by Charlie
parent
commit
baa734710e
  1. 6
      src/pages/references/stacks-node-configuration.md

6
src/pages/references/stacks-node-configuration.md

@ -15,6 +15,8 @@ stacks-node sub-command [--subcommand-option <value>]
## Subcommands ## Subcommands
-> Note that the `stacks-node` binary may have deprecated commands that are not documented on this page. Deprecated commands may be accessible until they are fully removed from the sources.
### mocknet ### mocknet
Start a node based on a fast local setup emulating a burnchain. Ideal for smart contract development. Start a node based on a fast local setup emulating a burnchain. Ideal for smart contract development.
@ -37,7 +39,7 @@ stacks-node krypton
### xenon ### xenon
Start a node that will join and stream blocks from the public xenon testnet, decentralized. Start a node that will join and stream blocks from the public xenon testnet.
Example: Example:
@ -345,7 +347,7 @@ peer_port = 18444
#### chain #### chain
The blockchain stacks-node binds to on the backend for proof-of-transfer. Only value supported: `"bitcoin"` The blockchain stacks-node binds to on the backend for proof-of-transfer. Only value supported: `"bitcoin"`.
Example: Example:

Loading…
Cancel
Save