Thanks man!
I got a build error here:
sgminer.c:811:18: error: ‘TRUE’ undeclared (first use in this function)
pool->backup = TRUE;
To fix it, open sgminer.c on line 811 and replace TRUE with true.
[HOW TO] Mining LBRY on Windows and Linux
Thanks man!
I got a build error here:
sgminer.c:811:18: error: ‘TRUE’ undeclared (first use in this function)
pool->backup = TRUE;
To fix it, open sgminer.c on line 811 and replace TRUE with true.