m5.large
instance type (minimum spec).General Purpose SSD (gp3)
26656
port must be exposed to other Panacea nodes. If your node will be in the VPC guarded by Sentry nodes, expose 26656
to only Sentry nodes (recommended). If not, expose it to anywhere. For details about Sentry nodes, please see the Tendermint guide.26657
and REST API 1317
ports are for sending transactions/queries to your node. So, expose them to the network where you perform operational actions.moniker
can contains only ASCII characters. Using Unicode characters will render your node unreachable.timeout_commit
in the ~/.panacea/config/config.toml
as below.~/.panacea/config/app.toml
file in order to enable the anti-spam mechanism and reject incoming transactions with less than the minimum-gas-prices
:genesis.json
file of the latest chain from the following links, and place it to ~/.panacea/config/genesis.json
.persistent_peers
field in the ~/.panacea/config/config.toml
.LimitNOFILE=4096
since Panacea opens many DB files.LimitNOFILE
line and replace $(which panacead)
with $(which cosmovisor)
.