Ajout de pairs sur un nœud privé en direct
2 réponses
- votes
-
- 2019-07-03
En règlegénérale,nouspouvons utiliser le
Tezos-admin-Client
Binarypour ajouter denouveauxpairs:./Adresse de connexion Tezos-Admin-Client & LT; NODE IP & GT;: 9732
Mais la dernière version desfichiersbinaires à compter d'aujourd'hui (7/3/2019),ce quiprécèdene fonctionnepaspour lesnœudsen modeprivé.
Une autre approche consiste à appeler le
/Network/points/{point}/fiduciaire
RPC Itinéraire,exemple:>Curl http://localhost: 8732/Network/Points/& lt; Node IP & GT;: 9732/Trust {} //enregistre lenœud 12juin 01:48:54 - Validator.peer_6: Travailleur a commencépour NetXGTSLGNJVN: IDSMBQZQHYVU
Generally we can use the
tezos-admin-client
binary to add new peers:./tezos-admin-client connect address <node ip>:9732
But the latest version of the binaries as of today (7/3/2019), the above does not work for nodes in private mode.
Another approach is by calling the
/network/points/{point}/trust
rpc route, example:> curl http://localhost:8732/network/points/<node ip>:9732/trust {} // logs in the node Jun 12 01:48:54 - validator.peer_6: Worker started for NetXgtSLGNJvN:idsMbqZqhyVU
-
Unproblème degitlab a créé sur la questionmentionnée ci-dessus: https://gitlab.com/tezos/tezos/issues/547An gitlab issue has created on the issue mentioned above: https://gitlab.com/tezos/tezos/issues/547
- 0
- 2019-07-03
- Frank
-
- 2020-01-23
Trouvez d'abord lenœud,puis vous connectez-le:
Tezos-admin-Client -A localhost Trust Adresse & LT; Node IP & GT;: 9732 Tezos-admin-Client -A localhost Connect Address & Lt; Node IP & GT;: 9732
First trust the node, then connect to it:
tezos-admin-client -A localhost trust address <node ip>:9732 tezos-admin-client -A localhost connect address <node ip>:9732
Y a-t-il unmoyen d'ajouter denouveauxpairs à unnœud Tezosen cours d'exécutionen modeprivé?