From 7c5b589cbc98447bf5c80c93052d75f7d1987bb8 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Thu, 17 Oct 2019 18:31:17 +0700 Subject: [PATCH] [*] kelvin testnet template --- .../configs/network/kelvin-testnet.cfg.tpl | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dist/share/configs/network/kelvin-testnet.cfg.tpl diff --git a/dist/share/configs/network/kelvin-testnet.cfg.tpl b/dist/share/configs/network/kelvin-testnet.cfg.tpl new file mode 100644 index 000000000..58c07821a --- /dev/null +++ b/dist/share/configs/network/kelvin-testnet.cfg.tpl @@ -0,0 +1,23 @@ +# Kelvin Blockchain: development network +# General section +[general] +id=0x0000000000000001 +name=kelvin-testnet +type=development +# Possible values: light, full, archive, master, root +node-role={NODE_TYPE} +#node-alias=addr-%node_addr% +#node-addr=1234::1234::1234::1234 +gdb_groups_prefix=kelvin-testnet + +seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io] +seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4] +seed_nodes_addrs=[ffff::0000::0000::0001,ffff::0000::0000::0002,ffff::0000::0000::0003,ffff::0000::0000::0004,ffff::0000::0000::0005] +seed_nodes_port=[8079,8079,8079,8079,8079] + +#[dag-poa] +#events-sign-cert=mycert + +#[dag-pos] +#events-sign-wallet=mywallet + -- GitLab