mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
533 B
533 B
Changed command-line options
-
-includeconf=<file>can be used to include additional configuration files. Only works inside thebitcoin.conffile, not inside included files or from command-line. Multiple files may be included. Can be disabled from command- line via-noincludeconf. Note that multi-argument commands like-includeconfwill override preceding-noincludeconf, i.e.noincludeconf=1 includeconf=relative.conf
as bitcoin.conf will still include
relative.conf.