Connect to Rubix Mainnet
The mainnet is the live, public network where real transactions occur. Once your application is stable on the testnet, you can deploy it to the mainnet.
-
Set
network_modeto"mainnet"in your node'sconfig.toml:[core]
node_index = 0
network_mode = "mainnet" -
Start your node:
./rubixgoplatform run -p node0
Note: Do not use "testnet" as the network_mode for mainnet. Ensure it is set to "mainnet".
-
Ensure the
swarm.keyfile is in your node's root folder and matches the official key from the Rubix GitHub repository. This is the swarm key for the public mainnet:/key/swarm/psk/1.0.0/
/base16/
278b9a199c43fa84178920bd9f5cbcd69e933ddf02a8f69e47a3ea5a1705512f
Check Your Balance
-
Verify the tokens have been received by checking your DID's balance.
./rubixgoplatform getrbtbalance -did <your_did> -port <your_port_number>
Purchase RBT from exchanges