XFS Docs
Website
Search…
What is XFS?
GET STARTED
Installation
Quick start
Base Usage
Node
Wallet
Miner
Chain
References
CLI-Command Reference
DAEMON Subcommand
WALLET Subcommand
TXPOOL Subcommand
MINER Subcommand
CHAIN Subcommand
NET Subcommand
Configuration Reference
community
Languages
Powered By
GitBook
DAEMON Subcommand
Usage
1
xfsgo daemon [--datadir <filename>] [--netid <number>]
2
[--p2paddr <address>] [--rpcaddr <address>]
3
[--testnet] [--bootstrap <node1,...>]
Copied!
Command options
--datadir, -d <filename>
Set the global data directory, which will be created in the system user directory by default
--netid, -n <number>
Set the network ID, which is not specified as the primary network by default (0)
--p2paddr, -p <addr>
Set the P2P node service network listening address and port. Default: 0.0.0.0:9091
--rpcaddr, -r <addr>
Set the RPC service network listening address and port
--testnet, -t
Start the test network. This option overrides the netid option setting
--bootstrap <uri[,uri...]>
Set the boot node. Multiple node links are separated by commas
References - Previous
CLI-Command Reference
Next
WALLET Subcommand
Last modified
6mo ago
Copy link
Contents
Usage
Command options