-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to set block size/thread via command args #11
Comments
GPU options can changed only config file, place config.json near xmrig executable, it will update config and you can change options. |
Can you add such command args if I use just one GPU to mine? (I don't want to setup json file because it is more complicated to edit it in docker...) |
@calvintam236 Can you suggest how command line options should named and how it use with multiple GPUs. Thank you. |
@xmrig As the miner is going to merge CPU, AMD, and Nvidia versions in the future, I would suggest to add prefix to command args now. For Nvidia version, you can use |
I added new options:
|
@xmrig Thank you for the update and great work. While |
Great job 👍 Now it's better |
I have run
xmr-stak-nvidia
, and it gives me around 100H/s using this config:"threads" : 46, "blocks" : 4, "bfactor" : 12, "bsleep" : 0
.Just build the
xmrig-nvidia
on macOS, and with auto gpu config onGeForce GT 750M @ 925/2508 MHz
, I could only get around 60H/s with it gets around 16 threads..I couldn't find an option to set block size/thread via command args. Anything you can help improve this result?
The text was updated successfully, but these errors were encountered: