1 name: Bug report
2 description: Submit a new bug report.
3 labels: [bug]
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 ## This issue tracker is only for technical issues related to Bitcoin Core.
9 10 * General bitcoin questions and/or support requests should use Bitcoin StackExchange at https://bitcoin.stackexchange.com.
11 * For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/.
12 * If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running `memtest` and observe CPU temperature with a load-test tool such as `linpack` before creating an issue.
13 * If you use AI tools when opening this issue, please read the [AI policy](https://github.com/bitcoin/bitcoin/blob/master/doc/AI_POLICY.md).
14 15 ----
16 - type: checkboxes
17 attributes:
18 label: Is there an existing issue for this?
19 description: Please search to see if an issue already exists for the bug you encountered.
20 options:
21 - label: I have searched the existing issues
22 required: true
23 - type: textarea
24 id: current-behaviour
25 attributes:
26 label: Current behaviour
27 description: Tell us what went wrong
28 validations:
29 required: true
30 - type: textarea
31 id: expected-behaviour
32 attributes:
33 label: Expected behaviour
34 description: Tell us what you expected to happen
35 validations:
36 required: true
37 - type: textarea
38 id: reproduction-steps
39 attributes:
40 label: Steps to reproduce
41 description: |
42 Tell us how to reproduce your bug. Please attach related screenshots if necessary.
43 * Run-time or compile-time configuration options
44 * Actions taken
45 validations:
46 required: true
47 - type: textarea
48 id: logs
49 attributes:
50 label: Relevant log output
51 description: |
52 Please copy and paste any relevant log output or attach a debug log file.
53 54 You can find the debug.log in your [data dir.](https://github.com/bitcoin/bitcoin/blob/master/doc/files.md#data-directory-location)
55 56 Please be aware that the debug log might contain personally identifying information.
57 validations:
58 required: false
59 - type: dropdown
60 attributes:
61 label: How did you obtain Bitcoin Core
62 multiple: false
63 options:
64 - Compiled from source
65 - Pre-built binaries
66 - Package manager
67 - Other
68 validations:
69 required: true
70 - type: input
71 id: core-version
72 attributes:
73 label: What version of Bitcoin Core are you using?
74 description: Run `bitcoind --version` or in Bitcoin-QT use `Help > About Bitcoin Core`
75 placeholder: e.g. v24.0.1 or master@e1bf547
76 validations:
77 required: true
78 - type: input
79 id: os
80 attributes:
81 label: Operating system and version
82 placeholder: e.g. "MacOS 26.0" or "Ubuntu 26.04 LTS"
83 validations:
84 required: true
85 - type: textarea
86 id: machine-specs
87 attributes:
88 label: Machine specifications
89 description: |
90 What are the specifications of the host machine?
91 e.g. OS/CPU and disk type, network connectivity
92 validations:
93 required: false
94