Skip to content

Commit 8276f6b

Browse files
committed
p2p.toml for battle of nodes
1 parent 1b81eee commit 8276f6b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

fullArchiveP2P.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
# ProtocolIDs represents the protocols that this node will advertise to other peers
5555
# To connect to other nodes, those nodes should have at least one common protocol string
5656
ProtocolIDs = [
57-
"/erd/kad/1.1.1",
58-
"/mvx/mainnet-full-archive/1.0.0",
57+
"/mvx/bon-full-archive/1.0.0",
5958
]
6059

6160
# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node

p2p.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
# ProtocolIDs represents the protocols that this node will advertise to other peers
5555
# To connect to other nodes, those nodes should have at least one common protocol string
5656
ProtocolIDs = [
57-
"/erd/kad/1.1.0",
58-
"/mvx/mainnet-main/1.0.0",
57+
"/mvx/bon-main/1.0.0",
5958
]
6059

6160
# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
@@ -68,10 +67,8 @@
6867
# If the initial peers list is left empty, the node will not try to connect to other peers during initial bootstrap
6968
# phase but will accept connections and will do the network discovery if another peer connects to it
7069
InitialPeerList = [
71-
"/ip4/159.89.24.251/tcp/10000/p2p/16Uiu2HAm2WGUwnyg6fKTVtPMrDdhyhzhwNqUFN5qLZytQoCwN6a6",
72-
"/ip4/209.151.150.243/tcp/10000/p2p/16Uiu2HAkyuCWFj29ajUtKFDAUkPAj9AXqyeNe2B3yDQ4kjAD3iFx",
73-
"/ip4/188.166.192.50/tcp/10000/p2p/16Uiu2HAmT2rqgzWYnFe7YL4poyjXvKhGtrwkhaAibSDFCjGATDZ7",
74-
"/ip4/188.166.203.198/tcp/10000/p2p/16Uiu2HAmJeuEEczm6kLyBKAJQobVn7ARmGFQ5mPrbNVsjdhJz9s1",
70+
"/ip4/139.59.134.45/tcp/10000/p2p/16Uiu2HAmLUJHXjw5gEXMfsEQ7QG24N6X4ZoMBWMFfCHRScWcVViQ",
71+
"/ip4/167.71.57.194/tcp/10000/p2p/16Uiu2HAkwHEeNTLrhALqjT1uoscLCLymtjoPDk64goQLqDSDimse",
7572
]
7673

7774
# kademlia's routing table bucket size

0 commit comments

Comments
 (0)