Pastel-CLI
Usage:
pastel-cli [options] <command> [params] Send command to Pastel
pastel-cli [options] help List commands
pastel-cli [options] help <command> Get help for a command
Options:
-?
This help message
-conf=<file>
Specify configuration file (default: pastel.conf)
-datadir=<dir>
Specify data directory
-testnet
Use the test network
-regtest
Enter regression test mode, which uses a special chain in which blocks
can be solved instantly. This is intended for regression testing tools
and app development.
-rpcconnect=<ip>
Send commands to node running on <ip> (default: 127.0.0.1)
-rpcport=<port>
Connect to JSON-RPC on <port> (default: 9932 or testnet: 19932)
-rpcwait
Wait for RPC server to start
-rpcuser=<user>
Username for JSON-RPC connections
-rpcpassword=<pw>
Password for JSON-RPC connections
-rpcclienttimeout=<n>
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
900)
-stdin
Read extra arguments from standard input, one per line until EOF/Ctrl-D
(recommended for sensitive information such as passphrases)-conf
-datadir
-testnet
-regtest
-rpcconnect / -rpcport
-rpcuser/ -rpcpassword
-rpcclienttimeout
-stdin
Last updated
Was this helpful?