cryptonote.social
cryptonote.social
Hmm actually it's a very good question. csminer was designed for its interactive features so it expects keyboard input, and I guess running it non-interactively as a startup script confuses...
You definitely can leave donation percentages less than 1 %.... ./csminer -tls -config="donate=.001" -user=someuser -wallet=44SqRf9gxV.... Tagging the request to add non-interactive mode as enhancement request.
no it's a pure pool miner
would be delighted if someone were to contribute a solo mining mode however, it shouldn't be too hard.
thanks for the report. Yes the codebase is not "module" enabled as required by newer golang releases. You should be able to compile it by disabling modules as follows: GO111MODULE=off...
Thanks, good suggestion -- will look into this. Workaround I've found on my (mac) laptop is I configure it to sleep when idle if it's not connected to power, which...
implemented for osx in https://github.com/cryptonote-social/csminer/commit/5de524a8a8b6a4c23066cbc687f30193a76c3b0d https://github.com/cryptonote-social/csminer/commit/1ee73141baf285aec6965b6237b87caac4304aa8
Yes, this feature will go out in v0.0.8. The OSX version looks ready to go so I hope to have it up some time today. I'll adopt the releases feature...
feature now released (for osx) in v0.1.0. Leaving issue open until it's added to the win & linux versions as well.
this is now implemented in Windows (v 0.2.0)