Skip to content

Commit

Permalink
debug: add AlexToTheMoon peer
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Oct 10, 2023
1 parent d171f0f commit 1ead5b7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/mocha-4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SEEDS="[email protected]:26656,258f523c96ef
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/" ${CELESTIA_APP_HOME}/config/config.toml

echo "Setting persistent peers"
PERSISTENT_PEERS="[email protected]:26656,43e9da043318a4ea0141259c17fcb06ecff816af@rpc-1.celestia.nodes.guru:43656,f9e950870eccdb40e2386896d7b6a7687a103c99@rpc-2.celestia.nodes.guru:43656,daf2cecee2bd7f1b3bf94839f993f807c6b15fbf@celestia-testnet-peer.itrocket.net:11656"
PERSISTENT_PEERS="[email protected]:26656,43e9da043318a4ea0141259c17fcb06ecff816af@rpc-1.celestia.nodes.guru:43656,f9e950870eccdb40e2386896d7b6a7687a103c99@rpc-2.celestia.nodes.guru:43656,daf2cecee2bd7f1b3bf94839f993f807c6b15fbf@celestia-testnet-peer.itrocket.net:11656,[email protected]:13656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PERSISTENT_PEERS\"/" ${CELESTIA_APP_HOME}/config/config.toml

echo "Starting celestia-appd"
Expand Down
28 changes: 24 additions & 4 deletions tools/addrbook/addrbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"port": 26656
},
"buckets": [
193
255
],
"attempts": 0,
"bucket_type": 1,
Expand All @@ -33,7 +33,7 @@
"port": 43656
},
"buckets": [
3
228
],
"attempts": 0,
"bucket_type": 1,
Expand All @@ -53,7 +53,7 @@
"port": 43656
},
"buckets": [
49
119
],
"attempts": 0,
"bucket_type": 1,
Expand All @@ -73,7 +73,27 @@
"port": 11656
},
"buckets": [
139
132
],
"attempts": 0,
"bucket_type": 1,
"last_attempt": "0001-01-01T00:00:00Z",
"last_success": "0001-01-01T00:00:00Z",
"last_ban_time": "0001-01-01T00:00:00Z"
},
{
"addr": {
"id": "f0c7ef0af1c3557dc05509ba6dff2a22bdc705e9",
"ip": "65.108.238.61",
"port": 13656
},
"src": {
"id": "f0c7ef0af1c3557dc05509ba6dff2a22bdc705e9",
"ip": "65.108.238.61",
"port": 13656
},
"buckets": [
94
],
"attempts": 0,
"bucket_type": 1,
Expand Down
1 change: 1 addition & 0 deletions tools/addrbook/peers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
43e9da043318a4ea0141259c17fcb06ecff816af@rpc-1.celestia.nodes.guru:43656
f9e950870eccdb40e2386896d7b6a7687a103c99@rpc-2.celestia.nodes.guru:43656
daf2cecee2bd7f1b3bf94839f993f807c6b15fbf@celestia-testnet-peer.itrocket.net:11656
[email protected]:13656

0 comments on commit 1ead5b7

Please sign in to comment.