Skip to content
Snippets Groups Projects
Commit b1558056 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

add gyroi.de peer

parent b4045554
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,10 @@ ipfs bootstrap rm all ...@@ -36,9 +36,10 @@ ipfs bootstrap rm all
ipfs config Bootstrap --json '[ ipfs config Bootstrap --json '[
"/dns/datapod.coinduf.eu/tcp/4001/p2p/12D3KooWFp4JsoDo5FX8CFLtyJjaWWRZ8q3gr8uT2s9To2GYzRNA", "/dns/datapod.coinduf.eu/tcp/4001/p2p/12D3KooWFp4JsoDo5FX8CFLtyJjaWWRZ8q3gr8uT2s9To2GYzRNA",
"/dns/gateway.datapod.ipfs.p2p.legal/tcp/4001/p2p/12D3KooWEaBZ3JfeXJayneVdpc71iUYWzeykGxzEq4BFWpPTv5wn", "/dns/gateway.datapod.ipfs.p2p.legal/tcp/4001/p2p/12D3KooWEaBZ3JfeXJayneVdpc71iUYWzeykGxzEq4BFWpPTv5wn",
"/dns/ipfs.asycn.io/tcp/4001/p2p/12D3KooWJnzYzJBtruXZwUQJriF1ePtDQCUQp4aNBV5FjpYVdfhc" "/dns/ipfs.asycn.io/tcp/4001/p2p/12D3KooWJnzYzJBtruXZwUQJriF1ePtDQCUQp4aNBV5FjpYVdfhc",
"/dns/datapod.gyroi.de/tcp/4001/p2p/12D3KooWAHf2cyDysXXP1xaAt75dNviRhF2T9QfnQGGZ6kSXvMwK"
]' ]'
# add known peers (poka, hugo) # add known peers (poka, hugo, aya)
ipfs config Peering.Peers --json '[ ipfs config Peering.Peers --json '[
{ {
"ID": "12D3KooWEaBZ3JfeXJayneVdpc71iUYWzeykGxzEq4BFWpPTv5wn", "ID": "12D3KooWEaBZ3JfeXJayneVdpc71iUYWzeykGxzEq4BFWpPTv5wn",
...@@ -51,6 +52,10 @@ ipfs config Peering.Peers --json '[ ...@@ -51,6 +52,10 @@ ipfs config Peering.Peers --json '[
{ {
"ID": "12D3KooWJnzYzJBtruXZwUQJriF1ePtDQCUQp4aNBV5FjpYVdfhc", "ID": "12D3KooWJnzYzJBtruXZwUQJriF1ePtDQCUQp4aNBV5FjpYVdfhc",
"Addrs": ["/dns/ipfs.asycn.io/tcp/4001"] "Addrs": ["/dns/ipfs.asycn.io/tcp/4001"]
},
{
"ID": "12D3KooWAHf2cyDysXXP1xaAt75dNviRhF2T9QfnQGGZ6kSXvMwK",
"Addrs": ["/dns/datapod.gyroi.de/tcp/4001"]
} }
] ]
' '
......
...@@ -40,5 +40,7 @@ export const trusted_peer_list = [ ...@@ -40,5 +40,7 @@ export const trusted_peer_list = [
// hugo localhost dev indexer // hugo localhost dev indexer
'/ipns/k51qzi5uqu5dip97g90ww9dxql8jc7t7sd0qi1fxx8g0rfr56vbt41tk17xnoe', '/ipns/k51qzi5uqu5dip97g90ww9dxql8jc7t7sd0qi1fxx8g0rfr56vbt41tk17xnoe',
// hugo coinduf.eu indexer // hugo coinduf.eu indexer
'/ipns/k51qzi5uqu5djid2dlwsjecuri0yluo1yy1lzqkdvlthjljiaff28b38gf2399' '/ipns/k51qzi5uqu5djid2dlwsjecuri0yluo1yy1lzqkdvlthjljiaff28b38gf2399',
// hugo gyroi.de indexer
'/ipns/k51qzi5uqu5dic5o2c15iw5k06witnddyrroln4qhblq8lkqp7yq7zj6uql03u'
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment