~/.liked/config/app.toml
which controls the behaviour of node application logic.1000.0nanolike
, otherwise the node will fail to start. Note that if there is another node proposed a block including a transaction with gas price lower than this value, this node will still process the transaction. An ordinary LikeCoin transfer transaction takes about 80000 gas.minimum-gas-prices
to a non zero value, e.g. [api]
section are the config for the RESTful API. Basically, if you need to enable the RESTful API, you may set enable = true
under this section, and open the 1317
port (or any other ports you configure by the address
option in this section) in the Docker config (or any other configs according to your setup).[grpc]
section. It is enabled by default, so you may just need to setup in Docker config.[state-sync]
section is the state sync functionality configs.snapshot-interval
to a multiple of 500 (or other value according to the pruning-keep-every
config)..liked/config/config.toml
which controls node tendermint configurations.p2p.laddr
address (which usually doesn't work, see issues and workarounds below).