Scroll to navigation

DOGECOIN-CLI(1) User Commands DOGECOIN-CLI(1)

NAME

dogecoin-cli - command line utility for controlling Dogecoin Core

DESCRIPTION

Dogecoin Core RPC client version v1.14.6.0

Usage:

Send command to Dogecoin Core
dogecoin-cli [options] -named <command> [name=value] ... Send command to Dogecoin Core (with named arguments) 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

-backupdir=<dir>

Specify directory where to write backups and data dumps (default datadir/backups)

Chain selection options:

-testnet

Use the test chain

-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.

-named

Pass named instead of positional arguments (default: false)

-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

-rpcclienttimeout=<n>

Timeout during HTTP requests (default: 900)

-stdin

Read extra arguments from standard input, one per line until EOF/Ctrl-D (recommended for sensitive information such as passphrases)

COPYRIGHT

Copyright (C) 2013-2021 The Bitcoin Core and Dogecoin Core developers

Please contribute if you find Dogecoin Core useful. Visit <https://dogecoin.com> for further information about the software. The source code is available from <https://github.com/dogecoin/dogecoin>.

This is experimental software. Distributed under the MIT software license, see the accompanying file COPYING or <https://opensource.org/licenses/MIT>

This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by Eric Young and UPnP software written by Thomas Bernard. Paper wallet art provided by Anacoluthia.

July 2022 dogecoin-cli v1.14.6.0