Skip to content

Commit

Permalink
Se añade el nodo regular para Santander
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 20, 2017
1 parent ada7fb4 commit 6a1efe0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DIRECTORY_REGULAR.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

| Entidad | Contacto (slack, email, git user...) | Hosting info (Cores/Mem/HDD) | Clave private for * | enode |
| ------- | ------------------------------------ | ---------------------------------- | ------------- | ----- |
| Santander | Marcos Serradilla (@mserradilla, marcos@sanlab.io), Juan Luis García (@Juan Luis, juanluis.garcia@isban.com) | Amazon AWS (2C/4Gb/30Gb) | | |
| Santander | Marcos Serradilla (@mserradilla, marcos@sanlab.io), Juan Luis García (@Juan Luis, juanluis.garcia@isban.com) | Amazon AWS (2C/4Gb/30Gb) | KDcY5uqieXxbJHblMiGFImUL45u8FrTm5kqa7/USAHc= | enode://7daf36d41eee77d4c2dc6cb066f31a5dd3109d0634000f78d24e43b968d20fecb0ed8c78b07c094195fb8ff8a2ed067da6eac3e822ea084d7edb946c0239afd4@35.176.19.89:21000?discport=0 |

* **Clave private for**: ser extrae del fichero `~/alastria/data/constellation/keystore/node.pub`.
3 changes: 2 additions & 1 deletion data/constellation-nodes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"http://52.56.69.220:9000/",
"http://40.118.64.233:9000/"
"http://40.118.64.233:9000/",
"http://35.176.19.89:9000/"
]
3 changes: 2 additions & 1 deletion data/permissioned-nodes_validator.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
"enode://3905f943ba5446eba164c07ab5f53a84ce17d74ec4d7591f6ec54b9d7608f57cae7cfdf946616385f59cfb5b910161a1f8520cb6f992bcc0d1ab932601205e91@52.56.69.220:21000?discport=0",
"enode://60885eb65783a6c7bdee131b9b70dd3b0dc084bbfafe4adef7d4ba740ec834bf7df467a747b7e150c822d7a7c7e8885c1f571e901b577408182990433dc83f91@35.176.197.87:21000?discport=0",
"enode://669da0c4581e4cd04bb67690acfa739f27bd1f69522d7df73820b865cd78ceb2ad1c29fd982845194db1efe81a4d814c248707a97be00b903feb7215cf07e211@40.118.64.233:21000?discport=0"
"enode://669da0c4581e4cd04bb67690acfa739f27bd1f69522d7df73820b865cd78ceb2ad1c29fd982845194db1efe81a4d814c248707a97be00b903feb7215cf07e211@40.118.64.233:21000?discport=0",
"enode://7daf36d41eee77d4c2dc6cb066f31a5dd3109d0634000f78d24e43b968d20fecb0ed8c78b07c094195fb8ff8a2ed067da6eac3e822ea084d7edb946c0239afd4@35.176.19.89:21000?discport=0"
]
5 changes: 3 additions & 2 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ EOF
}

echo "[*] Cleaning up temporary data directories."
rm -rf ~/alastria
rm -rf ~/alastria/data
rm -rf ~/alastria/logs
mkdir -p ~/alastria/data/{keystore,geth,constellation}
mkdir -p ~/alastria/data/constellation/{data,keystore}
mkdir -p ~/alastria/logs
Expand Down Expand Up @@ -189,7 +190,7 @@ fi

echo "[*] Initialization was completed successfully."
echo " "
echo " Update DIRECTORY.md from alastria-node repository and send a Pull Request."
echo " Update DIRECTORY_REGULAR.md or DIRECTORY_VALIDATOR.md from alastria-node repository and send a Pull Request."
echo " Don't forget the .json files in data folder!."
echo " "

Expand Down

0 comments on commit 6a1efe0

Please sign in to comment.