Comment créer des adresses non cryptées?
1 réponses
- votes
-
- 2019-02-21
sur Mainnet,voici comment lefaire:
- Commencezpar créer la clé avec unnœudinexistant (ici
xxx
n'existepas!):
tezos-client -A xxx gen keys for_stackexchange
Il affichera quelquesmessages d'erreuret ne rien dire. Enfait,la clé a été créée.
- appelez-le ànouveau:
tezos-client -A xxx gen keys for_stackexchange Error: The secret_key alias for_stackexchange already exists. The current value is unencrypted:edsk43pBvh7zPgiGWSG3XSHybCqdQV7XRosqcGPLA9TDBc5ens7oP4.
- Affiche l'adresse associée:
tezos-client show address for_stackexchange -S Warning: Failed to acquire the protocol version from the node Rpc request failed: - meth: GET - uri: http://localhost:8732/chains/main/blocks/head/metadata - error: Unable to connect to the node: "Connection refused" Hash: tz1Rpm5To3JT8vpqbt681EMuxEaM4tL2MvRi Public Key: edpkvPpcAmrCFUiwBPZ4SGEsDXQstVmLHJoXKQURE2ANXem7zQH2e9 Secret Key: unencrypted:edsk43pBvh7zPgiGWSG3XSHybCqdQV7XRosqcGPLA9TDBc5ens7oP4
On mainnet, here is how to do it:
- start by creating the key with a non-existent node (here
xxx
does not exist !):
tezos-client -A xxx gen keys for_stackexchange
It will display some error messages and say nothing more. In fact, the key was created.
- call it again:
tezos-client -A xxx gen keys for_stackexchange Error: The secret_key alias for_stackexchange already exists. The current value is unencrypted:edsk43pBvh7zPgiGWSG3XSHybCqdQV7XRosqcGPLA9TDBc5ens7oP4.
- display the associated address:
tezos-client show address for_stackexchange -S Warning: Failed to acquire the protocol version from the node Rpc request failed: - meth: GET - uri: http://localhost:8732/chains/main/blocks/head/metadata - error: Unable to connect to the node: "Connection refused" Hash: tz1Rpm5To3JT8vpqbt681EMuxEaM4tL2MvRi Public Key: edpkvPpcAmrCFUiwBPZ4SGEsDXQstVmLHJoXKQURE2ANXem7zQH2e9 Secret Key: unencrypted:edsk43pBvh7zPgiGWSG3XSHybCqdQV7XRosqcGPLA9TDBc5ens7oP4
-
Mercipour cette réponse.Le "XXX" Qu'est-ce que cela signifie?Thanks for this answer. The "xxx" what does that stand for?
- 0
- 2019-09-04
- Vindberg
-
@Vindberg Vouspouvez l'utilisertel quel,`xxx`.C'est unespace réservé à l'adresse IP d'unnœudnonexistant@Vindberg You can use it as is, `xxx`. It's a placeholder for the IP of a non existent node
- 0
- 2019-12-09
- Gaia
dansmon alphanet Tezos-Client,
Tezos-Client-Gen Keys & LT; Adresse & GT;
crée une adressenon cryptéeet nécessite le drapeau- crypté
pour créer une adresse cryptée.mais dans le client Mainnet Tezos-Client,exécutant
Tezos-Client-Gen Keys & lt; adresse >
demande unnouveaumot depasseet crée une adresse cryptée.Comment créer des adressesnon cryptées via dans le client Mainnet Tezos-Client?