Pastel-CLI
Pastel-cli provides a command line wrapper for communicating locally with pasteld, and through pasteld, with the blockchain.
Executing pastel-cli will yield an error if the local pasteld daemon cannot be contacted (for instance, because it is not running).
-conf
Supply a configuration file to this option to use a different configuration file. The local default file is ~/.pastel/pastel.conf
-datadir
Supply a configuration file to this option to use a different data directory. The local default directory is ~/.pastel . Pastel-cli expects pastel.conf to be located in this folder along with wallet, chain, and ID details.
-testnet
WIP
-regtest
WIP
-rpcconnect / -rpcport
Uses local data and configuration data to connect to a pasteld instance hosted at the provided ip address/port configuration.
-rpcuser/ -rpcpassword
Default rpcuser and rpcpassword are set by pastelup on installation of node software. These arguments can be set manually to specify if desired.
-rpcclienttimeout
By default, pastel-cli will timeout after 900 seconds of no response to a command. Setting this number can adjust this duration.
-stdin
WIP
Last updated