witnet_node
container is up, it will do the following things in order:balance
command will print your node's current balance.reputation
command will print your node's current reputation score.peers
method to look if any of the peer connections is tagged as inbound:22337
) to the port of your second node.public_addr
.--write
flag to write a backup of your master key into a file in the configuration directory of your node (~/.witnet/config
by default):witnet.toml
configuration file can be used to adjust some parameters of the node. The default configuration file itself contains detailed explanations for each parameter.witnet.toml
file will be found in the ~/.witnet/config
folder, right in your user's directory.--privileged
flag:~/.witnet
for whatever path you were using.nodeStats
, balance
and reputation
commands.docker restart witnet_node
) so that the node can perform some housekeeping operations. This helps reducing memory footprint and optimize disk space.