Skip to content

walletd help reference version 2.0.7

Paul "P. H." Madore edited this page Aug 6, 2017 · 1 revision

Common Options:

-c [ --config ] arg

specifiy configuration file

-h [ --help ]

produce this help message and exit

--local

start with local node (remote is default)

--testnet

testnet mode

--version

Output version information

--data-dir arg (=/root/.bytecoin)

Specify data directory

**--bind-address arg (=0.0.0.0) **

payment service bind address

--bind-port arg (=8070)

payment service bind port

-w [ --container-file ] arg

container file

-p [ --container-password ] arg

   container password

-g [ --generate-container ]

   generate new container file with one wallet and exit

**-d [ --daemon ] **

run as daemon in Unix or as service in Windows

-l [ --log-file ] arg

custom log file

--server-root arg

Server root. The service will use it as working directory. Don't set it if don't want to change it

--log-level arg

log level 0-4

--address

print wallet addresses and exit

Remote Node Options:

--daemon-address arg (=localhost)

bytecoind address

--daemon-port arg (=8081)

bytecoind port

# Local Node Options:

--p2p-bind-ip arg (=0.0.0.0)

Interface for p2p network protocol

--p2p-bind-port arg (=8080)

Port for p2p network protocol

--p2p-external-port arg (=0)

External port for p2p network protocol (if port forwarding used with NAT)

--allow-local-ip

Allow local ip add to peer list, mostly in debug  purposes

--add-peer arg

Manually add peer to local peerlist

--add-priority-node arg

Specify list of peers to connect to and attempt to keep the connection open.

--add-exclusive-node arg

Specify list of peers to connect to only. If this option is given the options add-priority-node and seed-node are ignored

--seed-node arg

Connect to a node to retrieve peer addresses, and disconnect.

--hide-my-port

Do not announce yourself as peerlist candidate
Clone this wiki locally