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

Monero block height problem on 4 different GPU and on 3 Computers #260

Open
vasssek opened this issue Mar 30, 2019 · 9 comments
Open

Monero block height problem on 4 different GPU and on 3 Computers #260

vasssek opened this issue Mar 30, 2019 · 9 comments
Labels

Comments

@vasssek
Copy link

vasssek commented Mar 30, 2019

Hi,

I've been mining new version on Monero /r. Today at block 1802223 xmrig-nvidia stopped hash calculation as you can see in the attachment. Strange thing is that it happens on 4 different GPUs (P1000, K2200, GTX1070 Ti and GTX1060 at the same block. These cards are running on 3 different computers and there is also running CPU xmrig without any problems.

I use nvidia-xmrig v. 2.14.0.

Please help me to solve this issue.

Thank you
Nvidia P1000 Monero height 1802223 problem
Nvidia GTX1070 + GTX 1060  Monero height 1802223 problem
Nvidia K2200 Monero height 1802223 problem

@xmrig xmrig added the bug label Mar 30, 2019
@xmrig
Copy link
Owner

xmrig commented Mar 30, 2019

Bug confirmed.
Thank you.

@xmrig
Copy link
Owner

xmrig commented Mar 31, 2019

It NVRTC compiler bug, only possible solution is use CUDA 10.1, I added build with this CUDA to latest release https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.1

Test pool to check this issue:

        {
            "url": "159.65.202.177:3333",
            "user": "x+20000",
            "pass": "x",
            "rig-id": null,
            "nicehash": false,
            "keepalive": false,
            "variant": -1,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null
        },

It sends fake job every 20 second (time adjustable) starting from block 1802220.

@xmrig xmrig mentioned this issue Mar 31, 2019
@vasssek
Copy link
Author

vasssek commented Mar 31, 2019

Thank you, wouldn't be better to add it to the next sw version, e.g. 2.14.2 ?

@xmrig
Copy link
Owner

xmrig commented Apr 1, 2019

https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.2

@psychocrypt xmr-stak also affected by this bug.

@psychocrypt
Copy link

psychocrypt commented Apr 1, 2019 via email

psychocrypt added a commit to psychocrypt/xmr-stak that referenced this issue Apr 1, 2019
fix nvrtc deadlock with `cuda version != 10.1`: xmrig/xmrig-nvidia#260
@psychocrypt
Copy link

I added a workaround for this bug in xmr-stak fireice-uk/xmr-stak#2390

@xmrig
Copy link
Owner

xmrig commented Apr 2, 2019

https://github.com/xmrig/xmrig-nvidia/releases/tag/v2.14.3

@psychocrypt Thank you, magic volatile did the trick again.

@psychocrypt
Copy link

psychocrypt commented Apr 2, 2019 via email

xmrig added a commit that referenced this issue Apr 2, 2019
@vasssek
Copy link
Author

vasssek commented Apr 2, 2019

Thank you guys 🥇

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

No branches or pull requests

3 participants