aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-pr10267.md
blob: 7e1967daf020a50c2cc98cdb59bc44fae623b349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Changed command-line options
----------------------------

- `-includeconf=<file>` can be used to include additional configuration files.
  Only works inside the `bitcoin.conf` file, 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
  `-includeconf` will override preceding `-noincludeconf`, i.e.

    noincludeconf=1
    includeconf=relative.conf

  as bitcoin.conf will still include `relative.conf`.