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

Neoscrypt-Xaya fails on v0.8.0 (AMD RX5700) #251

Closed
UselessGuru opened this issue Dec 1, 2021 · 3 comments
Closed

Neoscrypt-Xaya fails on v0.8.0 (AMD RX5700) #251

UselessGuru opened this issue Dec 1, 2021 · 3 comments

Comments

@UselessGuru
Copy link

.\sgminer.exe --scan-time 1 --gpu-threads 1 --worksize 256 --intensity 17 --kernel neoscrypt-xaya_navi --url stratum+tcp://neoscrypt-xaya.eu.mine.zpool.ca:4234 --user ############### --pass ########,c=BTC --api-listen --api-port 4001 --gpu-platform 1 --device 0

[15:44:21] Started sgminer v0.8.0-0 [15:44:21] * using Jansson 2.11 [15:44:23] Probing for an alive pool [15:44:24] Startup GPU initialization... Using settings from pool neoscrypt-xaya.eu.mine.zpool.ca. [15:44:24] Startup Pool No = 0 [15:44:24] neoscrypt-xaya.eu.mine.zpool.ca difficulty changed to 32 [15:44:24] Building binary neoscrypt-xaya_navigfx1010:xnack-gw256l4lgtc131072.bin [15:44:27] Initialising kernel neoscrypt-xaya_navi.cl with nfactor 10, n 1024 [15:44:28] Building binary neoscrypt-xaya_naviEllesmeregw256l4lgtc131072.bin [15:44:28] Error -11: Building Program (clBuildProgram)

RX5800 8GB on the same computer works with
.\sgminer.exe --scan-time 1 --gpu-threads 1 --worksize 256 --intensity 17 --kernel neoscrypt-xaya --url stratum+tcp://neoscrypt-xaya.eu.mine.zpool.ca:4234 --user ############### --pass ########,c=BTC --api-listen --api-port 4001 --gpu-platform 1 --device 1

@fancyIX
Copy link
Owner

fancyIX commented Dec 1, 2021

@UselessGuru can you try --gpu-platform 0 or --gpu-platform 2?
I think navi card and rx 580 cards belong to different platform number.
If that doesn't help, you can just copy neoscrypt-xayaEllesmeregw256l4lgtc131072.bin in bin-kernel and rename it to neoscrypt-xaya_naviEllesmeregw256l4lgtc131072.bin

@UselessGuru
Copy link
Author

can you try --gpu-platform 0 or --gpu-platform 2?

Does not work.
Both cards are in the same OpenCL patform. All other miners are working well.

you can just copy neoscrypt-xayaEllesmeregw256l4lgtc131072.bin in bin-kernel

That gets the miner working, but I is not really a fix 👎

@fancyIX
Copy link
Owner

fancyIX commented Dec 1, 2021

Current code cannot auto handle both navi and pre-navi cards. The parameter "-k neoscrypt-xaya_naiv" is only meant for navi cards

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

2 participants