-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathmainnet.config
16 lines (10 loc) · 945 Bytes
/
mainnet.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# THIS CONFIGURATION IS NOT INTENDED FOR PRODUCTION USE
# See https://docs.radixdlt.com for details on running a node in production
# This config is intended to allow a single node to run natively in the development environment
network.id=1
node.key.path=.//NODEMOUNT/mainnet/key/node.ks
node.key.create_if_missing=true
db.location=.//NODEMOUNT/mainnet/ledger
network.p2p.seed_nodes=radix://node_rdx1qf2x63qx4jdaxj83kkw2yytehvvmu6r2xll5gcp6c9rancmrfsgfw0vnc65@babylon-mainnet-eu-west-1-node0.radixdlt.com,radix://node_rdx1qgxn3eeldj33kd98ha6wkjgk4k77z6xm0dv7mwnrkefknjcqsvhuu4gc609@babylon-mainnet-ap-southeast-2-node0.radixdlt.com,radix://node_rdx1qwrrnhzfu99fg3yqgk3ut9vev2pdssv7hxhff80msjmmcj968487uugc0t2@babylon-mainnet-ap-south-1-node0.radixdlt.com,radix://node_rdx1q0gnmwv0fmcp7ecq0znff7yzrt7ggwrp47sa9pssgyvrnl75tvxmvj78u7t@babylon-mainnet-us-east-1-node0.radixdlt.com
network.p2p.discovery_disabled=true
network.host_ip=127.0.0.1