(since someone added stratum - yes that long ago)
I'll look into solo working with 0.21 when I get to doing that - give it a little while
But no, it's far from ideal to use a version of bitcoin prior to 0.21, since when taproot activates next month, you must be running 0.21 or later.
Thank you!
The gbt parsing will not be to complicated, but the rest is, so I know what work you dealing with.
There are some cosmetical things, wich would be great if you put them in(I did not do a comit on github, because it is nothing what affect mining)
// cg_mvwprintw(statuswin, 5, 0, " Block: %s... Diff:%s Started: %s Best share: %s ",
cg_mvwprintw(statuswin, 5, 0, " Block: %s... Diff:%s Started: %s Best share: %s ",
if (use_curses)
enable_curses();
// #switch cursor OFF against flickering arround
curs_set(0);
I switched the cursor back on on if you press Q for 'quit', so the cursor is visible in the console after exit.
I know, those where simple things, I just want to improve a bit.
So Thank you Kano for keeping cgminer alive!