tmrlvi
tmrlvi
Do we still need this when we have the auto-compounding feature?
Are you sure you email is hosted by gmail? If so, you can try to manually set up the connection with gmail's smtp and imap configuration (without password), and the...
Sound like the cuda plugin was not loaded. Did you get any warning? Check that your cuda drivers are installed (if you can run `nvidia-smi` you should be ok)
What errors are you experiencing? Can you provide logs or screenshots?
I had problems with the opencl for such old cards, and could not get comparable hashrates to other miners. Anyone that want to try to fix and optimize it is...
In general: Cuda is not supported on MacOS OpenCL is supported, but was never tested. We might need to change some configurations in order to build It should still be...
@ruslansteiger Note that the command you run references Elichai's miner (the parent of this fork). I'll answer here anyway since it is also relevant here. The inline assembly doesn't work...
The original version doesn't have stratum implemented (yet) It is implemented only in tmrlvi's fork: https://github.com/tmrlvi/kaspa-miner/releases (also, this version is CPU only)
That's a good point - on the `lua` side all the following are equivalent: ```lua A = {a=undefined_variable}; B = {a=nil}; C = {}; ``` So actually defaulting optionals to...