Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.62 KB

configuration.md

File metadata and controls

16 lines (11 loc) · 1.62 KB

Configuration

The Spaces daemon listens on the following ports by default:

Network Port
Mainnet 7225
Testnet4 7224
Testnet3 7223
Regtest 7218

Options

All these arguments can be specified as environment variables with SPACED_ prefix and UPPER_SNAKE_CASE

OptionDescriptionDefault
--bitcoin-rpc-cookieBitcoin RPC cookie file pathNone
--bitcoin-rpc-passwordBitcoin RPC passwordNone
--bitcoin-rpc-urlBitcoin RPC URLBitcoin core default URL based on the specified --chain e.g.http://127.0.0.1:8332 for mainnet
--bitcoin-rpc-userBitcoin RPC userNone
--block-indexEnable block indexingfalse
--chainNetwork to useNone (Required)
--configPath to a configuration fileNone
--data-dirCustom data directory to store spaced stateNone
--jobsNumber of concurrent workers during sync8
--rpc-bindBind address for JSON-RPC connections127.0.0.1, ::1
--rpc-portPort for JSON-RPC connectionsNone