Start a node that will join and stream blocks from the public krypton testnet, powered by Blockstack via (Proof of Transfer).
Start a node that will join and stream blocks from the public krypton testnet, powered by Blockstack via [Proof of Transfer](https://docs.blockstack.org/stacks-blockchain/overview#proof-of-transfer-pox).
Example:
@ -65,7 +47,7 @@ stacks-node xenon
### start
Start a node with a config of your own. Can be used for joining a network, starting new chain, etc.
Start a node with a config of your own. Can be used for joining a network, starting a new chain, or replacing default values used by the `mocknet` or `xenon` subcommands.
Number of times to retry sending events to the endpoint before failing.
Example:
@ -286,14 +268,23 @@ retry_count = 255
#### events_keys
Event keys for which to watch.
Event keys for which to watch. The emitted node events can be restricted by account, function name and event type. Asterix ("\*") can be used to emit all events.
This section contains configuration options pertaining to the micro-STX balanaces for various addresses.
This section contains configuration options pertaining to the genesis block allocation for an address in micro-STX. If a user changes these values, their node may be in conflict with other nodes on the network and find themselves unable to sync with other nodes.
-> This section can be repeated multiple times, and thus is in double-brackets.
-> This section can be repeated multiple times, and thus is in double-brackets. Each section can define only one address.