-h - daemon home (where to place daemon config and data files). Also sets the $DAEMON_HOME variable for cosmovisor. Defaults to ~/.axmd/.
-r - specify to enable blockchain app legacy REST endpoints.
After running this script, you can check $DAEMON_HOME and correct your config files as needed (for config parameters, look in Cosmos SDK and Comet BFT docs).
Now you can start the node by running the cosmovisor service:
P.S. You can safely remove $DAEMON_HOME/data/blocks-latest.tar.gz after start.
Start node from scratch
First, you need to obtain binaries using one of two possibilities: get prebuilt binaries from our releases or build binaries from source codes. When binaries are ready, you can start the node using the genesis file (which takes longer), or download binary blocks and start from them.