-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance of more than 1 thread? #8
Comments
Same syntax with xmr-stak-amd, something like: "threads": [
{
"index": 0,
"intensity": 1920,
"worksize": 8,
"affine_to_cpu": false
},
{
"index": 0,
"intensity": 1920,
"worksize": 8,
"affine_to_cpu": false
}
], or if you prefer command line options instead of config:
|
Oh thank you very much, gonna try that! Yeah that worked thank you very much for the help : ) |
Hi, its not working for me, i edit the config.json but after changes it does not even start. Tried with commas and without between threads. { "index": 0, "intensity": 2016, "worksize": 8, }, { "index": 1, "worksize": 8, "affine_to_cpu": false "worksize": 8, "affine_to_cpu": false "index": 1, "worksize": 8, "affine_to_cpu": false |
@Kanelus you have got a missing { before your 3rd object |
Tried this in a rig with 3 Vega 64s, crashes with a CL memory error. Works with auto settings but has a low hash rate. xmr-stak-amd works fine and does ~5800h/s 40GB virtual memory at boot and 8GB ram. |
@xmrig |
i keep getting this error [2018-10-17 22:14:44] Error CL_INVALID_BUFFER_SIZE when calling clCreateBuffer to create hash scratchpads buffer. any advice ? |
@kilid reduce intensity. |
Right now with vega it suggests an intensity of around 1500 and the max i can seem to set it is around 2000 but that doesn't come close to maxing vega.
On xmr-stak-amd i can use two threads with 1920 intensity each giving my vega 56 around 2020 h/s, any way to do it like that on xmrig right now?
I get 1550 h/s with xmrig and 2000 intensity.
Thank you
The text was updated successfully, but these errors were encountered: