dogecoin-cli(1) Dogecoin Core RPC client

DESCRIPTION

Dogecoin Core RPC client

Usage:

dogecoin-cli [options] <command> [params]
Send command to Dogecoin Core
dogecoin-cli [options] help
List commands
dogecoin-cli [options] help <command>
Get help for a command

OPTIONS

-?
This help message
-conf=<file>
Specify configuration file (default: dogecoin.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: 22555 or testnet: 44555)
-rpcwait
Wait for RPC server to start
-rpcuser=<user>
Username for JSON-RPC connections
-rpcpassword=<pw>
Password for JSON-RPC connections

SSL options: (see the Bitcoin Wiki for SSL setup instructions)

-rpcssl
Use OpenSSL (https) for JSON-RPC connections