File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ Please provide as much as possible information to reproduce the issue.
2
+
3
+ # Basic information
4
+ - Type of the CPU.
5
+ - Type of the GPU (if you try to miner with the GPU).
6
+
7
+ # Compile issues
8
+ - Which OS do you use?
9
+ ```
10
+ add **all** commands you used and the **full** compile output here
11
+ ```
12
+ ```
13
+ run `cmake -LA .` in the build folder and add the output here
14
+ ```
15
+
16
+ # Issue with the execution
17
+ - Do you compiled the miner by our own?
18
+ ```
19
+ run `./xmr-stak --version-long` and add the output here
20
+ ```
21
+
22
+ # AMD OpenCl issue
23
+
24
+ ```
25
+ run `clinfo` and add the output here
26
+ ```
27
+
28
+ # Stability issue
29
+ - Is the CPU or GPU overclocked?
30
+ - Is the Main memory of the CPU or GPU undervolted?
Original file line number Diff line number Diff line change
1
+ Please make sure your PR is against ** dev** branch. Merging PRs directly into master branch would interfere with our workflow.
You can’t perform that action at this time.
0 commit comments