Skip to content
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

Error -61 #3

Open
ftsguy opened this issue Aug 4, 2019 · 5 comments
Open

Error -61 #3

ftsguy opened this issue Aug 4, 2019 · 5 comments

Comments

@ftsguy
Copy link

ftsguy commented Aug 4, 2019

I'm getting this on my rx 550's.
clCreateBuffer failed (c:\users\user\documents\github\randomx_opencl\randomx_opencl\miner.cpp, line 112): error -61

@SChernykh
Copy link
Owner

It's because dataset alone is more than 2 GB. You have to allocate dataset on host:

--dataset_host

in command line.

@ftsguy
Copy link
Author

ftsguy commented Aug 4, 2019

yeah i get "Couldn't allocate dataset using large pages." I tried intensity at 768 and 256 and workers at 2 as well. It locks up the pc pretty bad when i tried it.

@SChernykh
Copy link
Owner

Try intensity 384, workers at 8 and bfactor at 8. RX 550 has been tested before and did 17 h/s. RX 550 should be able to do over 100 h/s with optimized code (when it's done).

@SChernykh
Copy link
Owner

@ftsguy Can you try https://github.com/SChernykh/RandomX_OpenCL/releases/tag/1.0.4-7 ?
This command line should work for you, I expect 100-120 h/s for RX 550:

RandomX_OpenCL.exe --mine --validate --dataset_host --intensity 512

@enea1982
Copy link

works to undermine monero on bcu1525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants