Join the Mainnet
bitsongd init <your_custom_moniker># A custom human readable name for this node
moniker = "<your_custom_moniker>"# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
###############################################################################
### Base Configuration ###
###############################################################################
# The minimum gas prices a validator is willing to accept for processing a
# transaction. A transaction's fees must meet the minimum of any denomination
# specified in this config (e.g. 0.25token1;0.0001token2).
minimum-gas-prices = "0.0025ubtsg"Genesis & Seeds
Copy the Genesis File
Set persistent peers
Synchronise the Node
Enable the REST API
GRPC Configuration
Background Process
Last updated