You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mube@euler:~/gitlab/tezos/tezos-v7-release$ mkdir mockup-base-dir
mube@euler:~/gitlab/tezos/tezos-v7-release$ ./tezos-client --base-dir mockup-base-dir/list mockup protocols
Warning:
Failedto acquire the protocol version from the node
Rpc request failed:
- meth: GET- uri: http://localhost:8732/chains/main/blocks/head/protocols
- error: Unableto connect to the node: "Unix.Unix_error(Unix.ECONNREFUSED, "connect", "")"ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zKPsCARTHAGazKbHtnKfLzQg3kms52kSRpgnDY982a9oYsSXRLQEb
mube@euler:~/gitlab/tezos/tezos-v7-release$ ./tezos-client --protocol ProtoALphaALphaALphaALphaALphaALphaALphaALphaDdp3zK--base-dir mockup-base-dir create mockup
created mockup client base dir in mockup-base-dir
Tezos address added: tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx
Tezos address added: tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN
Tezos address added: tz1faswCTDciRzE4oJ9jn2Vm2dvjeyA9fUzU
Tezos address added: tz1b7tUupMgCNw2cCLpKTkSD1NZzB5TkP2sv
Tezos address added: tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv
mube@euler:~/gitlab/tezos/tezos-v7-release$ alias mockup-client='./tezos-client --mode mockup --base-dir mockup-base-dir'
mube@euler:~/gitlab/tezos/tezos-v7-release$ mockup-client list known addresses
bootstrap5: tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv (unencrypted sk known)
bootstrap4: tz1b7tUupMgCNw2cCLpKTkSD1NZzB5TkP2sv (unencrypted sk known)
bootstrap3: tz1faswCTDciRzE4oJ9jn2Vm2dvjeyA9fUzU (unencrypted sk known)
bootstrap2: tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN (unencrypted sk known)
bootstrap1: tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx (unencrypted sk known)
Failed: config show mockup
mube@euler:~/gitlab/tezos/tezos-v7-release$ mockup-client config show mockup
Error:
Extra command line arguments:
mockup.
Usage:
tezos-client [global options] command [command options]
tezos-client --help (for global options)
tezos-client [global options] command --help (for command options)
To browse the documentation:
tezos-client [global options] man (for a list of commands)
tezos-client [global options] man -v 3 (for the full manual)
Global options (must come before the command):
-d --base-dir <path>: client data directory
-c --config-file <path>: configuration file
-t --timings: show RPC request times
--chain <hash|tag>: chain on which to apply contextual commands (possible tags are 'main' and 'test')
-b --block <hash|tag>: block on which to apply contextual commands (possible tags are 'head' and 'genesis')
-w --wait <none|<int>>: how many confirmation blocks before to consider an operation as included
-p --protocol <hash>: use commands of a specific protocol
-l --log-requests: log all requests to the node
-A--addr <IP addr|host>: IP address of the node
-P--port <number>: RPC port of the node
-S--tls: use TLSto connect to node.
-R--remote-signer <uri>: URI of the remote signer
-f --password-filename <filename>: path to the password filename
-M--mode <client|mockup>: how to interact with the node
Commandsfor editing andviewingtheclient'sconfigfile:
configshow
Show theconfigfile.