File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments