OSDN Git Service

change new seeds
authoryzb@example.cn <yzb@example.cn>
Sun, 9 Oct 2022 03:21:33 +0000 (11:21 +0800)
committeryzb@example.cn <yzb@example.cn>
Sun, 9 Oct 2022 03:21:33 +0000 (11:21 +0800)
cmd/bytomd/data/config.toml [new file with mode: 0644]
cmd/bytomd/data/node_key.txt [new file with mode: 0644]

diff --git a/cmd/bytomd/data/config.toml b/cmd/bytomd/data/config.toml
new file mode 100644 (file)
index 0000000..e73b77b
--- /dev/null
@@ -0,0 +1,10 @@
+# This is a TOML config file.
+# For more information, see https://github.com/toml-lang/toml
+fast_sync = true
+db_backend = "leveldb"
+api_addr = "0.0.0.0:9888"
+node_alias = ""
+chain_id = "mainnet"
+[p2p]
+laddr = "tcp://0.0.0.0:46657"
+seeds = "139.196.106.51:46657,139.224.235.249:46657,139.224.234.206:46657,106.15.207.204:46657,8.212.14.144:46657"
diff --git a/cmd/bytomd/data/node_key.txt b/cmd/bytomd/data/node_key.txt
new file mode 100644 (file)
index 0000000..2f560c8
--- /dev/null
@@ -0,0 +1 @@
+60006f488370083283531cf2ba38f08c96784b24b20dc4866099bd6d71ff3943b701c644c1869a57d83f3ab8788c87cdf9050eee0fa7d074d93aa9135c381248
\ No newline at end of file