Skip to content

Commit 07fa6e3

Browse files
authored
Merge pull request #138 from realonryo/master
Fix no peers by setting the correct port in the config file
2 parents 402aada + 831bfd4 commit 07fa6e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/src/comments.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ fn comments() -> HashMap<String, String> {
269269
"[server.p2p_config.capabilities]".to_string(),
270270
"#If the seeding type is List, the list of peers to connect to can
271271
#be specified as follows:
272-
seeds = [\"95.217.197.180:3517\",\"5.161.127.56:3414\",\"5.75.242.4:3414\",\"5.78.71.29:3414\"]
272+
seeds = [\"95.217.197.180:3414\",\"5.161.127.56:3414\",\"5.75.242.4:3414\",\"5.78.71.29:3414\"]
273273
274274
#hardcoded peer lists for allow/deny
275275
#will *only* connect to peers in allow list

doc/running.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following steps explain how to install and run the epic server:
9999
foundation_path = "/home/user/.epic/main/foundation.json"
100100
#+end_src
101101

102-
Also edit the same .toml file to change seeding_type to "List" and uncomment/update seeds to ["95.217.197.180:3517"]:
102+
Also edit the same .toml file to change seeding_type to "List" and uncomment/update seeds to ["95.217.197.180:3414"]:
103103

104104

105105
#+CAPTION: Epic Server toml changes

0 commit comments

Comments
 (0)