Node Configuration FAQs
Last updated
Last updated
devnet: self-dev-1
testnet: self-test-1
mainnet: self-1
The latest releases of Self Chain are located .
The latest genesis file for the Self Chain devnet is located .
The latest genesis file for the Self Chain mainnet is located .
minimum-gas-prices
in app.toml?The value of minimum-gas-prices is
0.005uslf
app.toml
, config.toml
, and client.toml
node configuration files?No, by default, the REST API is disabled. To enable the REST API, edit the app.toml file, and set enable to true in the [api] section.
By default, gRPC is enabled on port 9090. The app.toml file is where changes can be made in the gRPC section. To disable the gRPC endpoint, set enable to false. To change the port, use the address parameter.
You can view the log by using the command tail -f selfchain.out
Or check the node status with selfchaind status
If the current block height of your node is the same as the latest block height of Self Chain, your node is synced.
Use selfchaind tendermint show-node-id
command, you will see your node ID on the response.
Your node IP should be the same as the MAC IP of your running machine.