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
Option | Description | Default |
---|---|---|
-- | Network to use | None (Required) |
-- | Bitcoin RPC URL | Bitcoin core default URL based on the specified |
-- | Bitcoin RPC cookie file path | None |
-- | Bitcoin RPC user | None |
-- | Bitcoin RPC password | None |
-- | Enable block indexing |
|
-- | Custom data directory to store spaced state | None |
-- | Number of concurrent workers during sync |
|
-- | Bind address for JSON-RPC connections |
|
-- | Port for JSON-RPC connections | None |
-- | Path to a configuration file | None |
Last updated