Important note:
It is required to update mainnet nodes to v1.0.4.
Summary
This is the v1.0.0 node, but with the mainnet genesis included.
You can run this node as a mainnet node. Details for setting this node up as a production node are here: https://docs-babylon.radixdlt.com/main/node-and-gateway/node-introduction.html
License
The Babylon node code is released under the Radix License. Executable components are licensed under the Radix Node EULA.
Mainnet configuration
The mainnet-specific configuration for native nodes is:
network.id=1
network.p2p.seed_nodes=radix://node_rdx1qf2x63qx4jdaxj83kkw2yytehvvmu6r2xll5gcp6c9rancmrfsgfw0vnc65@52.212.35.209,radix://node_rdx1qgxn3eeldj33kd98ha6wkjgk4k77z6xm0dv7mwnrkefknjcqsvhuu4gc609@54.79.136.139,radix://node_rdx1qwrrnhzfu99fg3yqgk3ut9vev2pdssv7hxhff80msjmmcj968487uugc0t2@43.204.226.50,radix://node_rdx1q0gnmwv0fmcp7ecq0znff7yzrt7ggwrp47sa9pssgyvrnl75tvxmvj78u7t@52.21.106.232
Or for Docker:
RADIXDLT_NETWORK_ID=1
RADIXDLT_NETWORK_SEEDS_REMOTE=radix://node_rdx1qf2x63qx4jdaxj83kkw2yytehvvmu6r2xll5gcp6c9rancmrfsgfw0vnc65@52.212.35.209,radix://node_rdx1qgxn3eeldj33kd98ha6wkjgk4k77z6xm0dv7mwnrkefknjcqsvhuu4gc609@54.79.136.139,radix://node_rdx1qwrrnhzfu99fg3yqgk3ut9vev2pdssv7hxhff80msjmmcj968487uugc0t2@43.204.226.50,radix://node_rdx1q0gnmwv0fmcp7ecq0znff7yzrt7ggwrp47sa9pssgyvrnl75tvxmvj78u7t@52.21.106.232
All configuration starting with genesis
should be removed, in particular, genesis.use_olympia
/RADIXDLT_GENESIS_USE_OLYMPIA
should be removed or set to false
.
If configuring with the Node CLI, configure as a normal node, not in Olympia switchover mode.