Skip to content

Commit

Permalink
Merge pull request #138 from realonryo/master
Browse files Browse the repository at this point in the history
Fix no peers by setting the correct port in the config file
  • Loading branch information
johanneshahn authored Dec 13, 2024
2 parents 402aada + 831bfd4 commit 07fa6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ fn comments() -> HashMap<String, String> {
"[server.p2p_config.capabilities]".to_string(),
"#If the seeding type is List, the list of peers to connect to can
#be specified as follows:
seeds = [\"95.217.197.180:3517\",\"5.161.127.56:3414\",\"5.75.242.4:3414\",\"5.78.71.29:3414\"]
seeds = [\"95.217.197.180:3414\",\"5.161.127.56:3414\",\"5.75.242.4:3414\",\"5.78.71.29:3414\"]
#hardcoded peer lists for allow/deny
#will *only* connect to peers in allow list
Expand Down
2 changes: 1 addition & 1 deletion doc/running.org
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The following steps explain how to install and run the epic server:
foundation_path = "/home/user/.epic/main/foundation.json"
#+end_src

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


#+CAPTION: Epic Server toml changes
Expand Down

0 comments on commit 07fa6e3

Please sign in to comment.