Show Posts
|
Pages: [1]
|
Hi, use this method and it will work in hiveos. There is a compiled miner for it First you need to update the nvidia driver manually ssh your rig username : user pass : 1 than stop the miner with miner stop after that update your nvidia driver with nvidia-driver-update. wait for it, after upgrade finishes , reboot with reboot -f go to wallets and add your suqa wallet address then go to flight sheets and create a new one. use this information : https://pasteboard.co/HGfSuqp.jpgand you are good to go add your nvidia rigs to your flight sheet, and voila! I'll try this, interesting that you've created the custom miner templates for it too. thanks
|
|
|
I tried compiling this in HiveOS however since the nvcc toolkit is not installed in HiveOS the make operation files with "ccminer.cpp:49:26: fatal error: cuda_runtime.h: No such file or directory". HiveOS provides binary version of cuda versions therefore its a little useless to try to compile it under standard Hive. If anyone has built it under Ubuntu 16 or 18 please provide binary links, or a solution.
To the OP, please discuss this with guys over at t-rex to get this algo on their new version.
|
|
|
i have rx580 and vegafe in one case ==================== ROCm System Management Interface ==================== ================================================================================ GPU Temp AvgPwr SCLK MCLK Fan Perf SCLK OD 1 25.0c 33.166W 300Mhz 300Mhz 56.86% auto 0% 0 69.0c 219.0W 1440Mhz 945Mhz 14.9% auto 0% ================================================================================ ==================== End of ROCm SMI Log ====================
root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 3 tdxminer version 0.2.2.2 This is a beta release and may be unstable on some hardware. [2018-07-02 12:02:39] Device number 3 is out of range. root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 2 tdxminer version 0.2.2.2 This is a beta release and may be unstable on some hardware. [2018-07-02 12:02:40] Device number 2 is out of range. root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 1 tdxminer version 0.2.2.2 This is a beta release and may be unstable on some hardware. [2018-07-02 12:02:41] Device number 1 is out of range. root@free:/opt/tdxminer# ./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 3LHhV4w59LbXNFJrmTSyzBVW6iUC7dAjTv.aaa -d 0 tdxminer version 0.2.2.2 This is a beta release and may be unstable on some hardware. [2018-07-02 12:02:42] Successfully initialized GPU 0: Vega with 64 CU [2018-07-02 12:02:42] Pool lyra2z.eu.nicehash.com successfully subscribed.
the miner does not see RX580 whitch ROCm 1.8.1 prefix your miner like this and try again: root@free:/opt/tdxminer# HSA_ENABLE_SDMA=0 ./tdxminer -a lyra2z -o stratum+tcp://lyra2z......
|
|
|
i have vega 56, install ubuntu 16.04 install https://github.com/RadeonOpenCompute/ROCmlaunch miner: [2018-06-28 01:47:39] Successfully initialized GPU 0: Vega with 56 CU [2018-06-28 01:47:40] Dev pool connected and ready. [2018-06-28 01:47:40] Pool lyra2z.mine.zpool.ca successfully subscribed. [2018-06-28 01:47:40] Pool lyra2z.mine.zpool.ca authorization succeeded. [2018-06-28 01:47:40] Pool lyra2z.mine.zpool.ca set difficulty to 1.000000 [2018-06-28 01:47:40] Pool lyra2z.mine.zpool.ca extranonce subscribe succeeded. [2018-06-28 01:48:00] Pool lyra2z.mine.zpool.ca received new job. (job_id: b9d) [2018-06-28 01:48:05] Pool lyra2z.mine.zpool.ca received new job. (job_id: ba2) [2018-06-28 01:48:09] Pool lyra2z.mine.zpool.ca received new job. (job_id: b9f) [2018-06-28 01:48:20] Pool lyra2z.mine.zpool.ca received new job. (job_id: bab) [2018-06-28 01:48:39] Stats GPU 0 - [2018-06-28 01:48:47] Pool lyra2z.mine.zpool.ca received new job. (job_id: bae) [2018-06-28 01:48:48] Pool lyra2z.mine.zpool.ca received new job. (job_id: bad) [2018-06-28 01:49:04] Pool lyra2z.mine.zpool.ca received new job. (job_id: bb4) [2018-06-28 01:49:25] Pool lyra2z.mine.zpool.ca received new job. (job_id: bb6) [2018-06-28 01:49:27] Pool lyra2z.mine.zpool.ca received new job. (job_id: bb7) [2018-06-28 01:49:39] Stats GPU 0 -
/opt/rocm/bin/rocm-smi
==================== ROCm System Management Interface ==================== ================================================================================ GPU Temp AvgPwr SCLK MCLK Fan Perf SCLK OD 0 47.0c 27.0W 1538Mhz 800Mhz 12.94% auto 0% ================================================================================ ==================== End of ROCm SMI Log ====================
no mine speed, no avgpwr Just follow the driver setup guide on https://rocm.github.io/ROCmInstall.html
and to make sure all your cards mine, load your miner by setting HSA_ENABLE_SDMA to zero first. eg: :~# HSA_ENABLE_SDMA=0 /path/to/your/miner
|
|
|
Thanks for your efforts, can you please compile it with Cuda 9.1 libraries? We're on hiveos and cannot use your miner yet. I get this error: Your system does not support CUDA 9.2 API!
|
|
|
Anyone has any script for setting this miner on HiveOS? Trying for 2 days now, no luck  Tried on Ubuntu with ROCm 1.8 driver, SMOS and HiveOS. Newbie in Linux and HiveOS here. If someone could help me would be great. PM me pls. Thanks! You can use the instructions i've posted on hiveos forums. http://forum.hiveos.farm/discussion/1198/tdxminer-integration-for-hive
|
|
|
Thanks for your efforts. I tried with 1070Ti, works very good and im getting about 2.9Mh/s. However on 1070 (MSI) ive tried various OC settings and lower intensity, but gets my screen flooded with the following error. [2018-06-14 22:52:27] GPU monitoring enabled. [2018-06-14 22:52:27] 6 miner threads started, using 'lyra2z' algorithm. [2018-06-14 22:52:28] New difficulty: 1 (0.00391) [2018-06-14 22:52:28] lyra2z block 71279, diff 5522.959 [2018-06-14 22:52:28] GPU#0: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#1: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#3: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#5: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#2: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#4: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:35] [ OK ] [A/R]: 1/1, diff: 0.010, 1560.61 kH/s [2018-06-14 22:52:37] [ OK ] [A/R]: 2/2, diff: 0.006, 7806.30 kH/s [2018-06-14 22:52:38] [ OK ] [A/R]: 3/3, diff: 0.006, 8007.13 kH/s [2018-06-14 22:52:40] [ OK ] [A/R]: 4/4, diff: 0.014, 8413.97 kH/s [2018-06-14 22:52:40] [ OK ] [A/R]: 5/5, diff: 0.020, 8821.47 kH/s [2018-06-14 22:52:41] [ OK ] [A/R]: 6/6, diff: 0.006, 9023.73 kH/s [2018-06-14 22:52:41] [ OK ] [A/R]: 7/7, diff: 0.004, 9145.72 kH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 8/8, diff: 0.019, 9227.28 kH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 9/9, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 10/10, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 11/11, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:43] [ OK ] [A/R]: 12/12, diff: 0.038, 10.36 MH/s [2018-06-14 22:52:43] [ OK ] [A/R]: 13/13, diff: 0.025, 10.48 MH/s [2018-06-14 22:52:44] [ OK ] [A/R]: 14/14, diff: 0.014, 10.69 MH/s [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#0: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#2: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#0: the launch timed out and was terminated
Hi SimpleM, Error "the launch timed out and was terminated" usually indicates a problem with OC. Try using default intensity and no overclock at all to see if it's stable. And then slowly increase your OC. Just for reference, my 1070 are running stable at core +150, mem -500, power limit 110W. Yours may be different. thanks for your reply, i've tried many different combinations of OCs on the MSI 1070 cards but i still get my screen flooded with errors. Same happens with the MSI 1060's i tried, i initially get about 1.6 hash per card but then after a few minutes it goes tits up. I really do think the miner is still temperamental with some cards, as its working perfectly with my 1070tis but not for the 1070 or 1060s. Regards
|
|
|
Thanks for your efforts. I tried with 1070Ti, works very good and im getting about 2.9Mh/s. However on 1070 (MSI) ive tried various OC settings and lower intensity, but gets my screen flooded with the following error. [2018-06-14 22:52:27] GPU monitoring enabled. [2018-06-14 22:52:27] 6 miner threads started, using 'lyra2z' algorithm. [2018-06-14 22:52:28] New difficulty: 1 (0.00391) [2018-06-14 22:52:28] lyra2z block 71279, diff 5522.959 [2018-06-14 22:52:28] GPU#0: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#1: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#3: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#5: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#2: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:28] GPU#4: Intensity set to 17, 131072 cuda threads [2018-06-14 22:52:35] [ OK ] [A/R]: 1/1, diff: 0.010, 1560.61 kH/s [2018-06-14 22:52:37] [ OK ] [A/R]: 2/2, diff: 0.006, 7806.30 kH/s [2018-06-14 22:52:38] [ OK ] [A/R]: 3/3, diff: 0.006, 8007.13 kH/s [2018-06-14 22:52:40] [ OK ] [A/R]: 4/4, diff: 0.014, 8413.97 kH/s [2018-06-14 22:52:40] [ OK ] [A/R]: 5/5, diff: 0.020, 8821.47 kH/s [2018-06-14 22:52:41] [ OK ] [A/R]: 6/6, diff: 0.006, 9023.73 kH/s [2018-06-14 22:52:41] [ OK ] [A/R]: 7/7, diff: 0.004, 9145.72 kH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 8/8, diff: 0.019, 9227.28 kH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 9/9, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 10/10, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:42] [ OK ] [A/R]: 11/11, diff: 0.004, 10.16 MH/s [2018-06-14 22:52:43] [ OK ] [A/R]: 12/12, diff: 0.038, 10.36 MH/s [2018-06-14 22:52:43] [ OK ] [A/R]: 13/13, diff: 0.025, 10.48 MH/s [2018-06-14 22:52:44] [ OK ] [A/R]: 14/14, diff: 0.014, 10.69 MH/s [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#0: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#2: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#4: the launch timed out and was terminated [2018-06-14 22:52:44] GPU#0: the launch timed out and was terminated
|
|
|
3750MH/s on 1080Ti 1200MH/s on 1060/3 Hive doesn't have the libcudart.so.9.1, so perhaps you should include the library in the binary. The miner crashes on the default intensity of 17 with this error: *** Error in `./t-rex': free(): invalid size: 0x00007fc12c68e1d0 *** ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fc1834647e5] /lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7fc18346d37a] /lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7fc18347153c] /usr/lib/x86_64-linux-gnu/libcuda.so.1(+0x1ebd3c)[0x7fc17df70d3c] /usr/lib/x86_64-linux-gnu/libcuda.so.1(+0xf886b)[0x7fc17de7d86b] /usr/lib/x86_64-linux-gnu/libcuda.so.1(+0x248808)[0x7fc17dfcd808] /usr/lib/x86_64-linux-gnu/libcuda.so.1(+0x1e4e80)[0x7fc17df69e80] /lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fc1849186ba] /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fc1834f441d] ======= Memory map: ======== 00400000-00595000 r-xp 00000000 00:00 0 00595000-00794000 ---p 00000000 00:00 0 00794000-00795000 r-xp 00000000 00:00 0 00795000-007bf000 rwxp 00000000 00:00 0 00800000-00801000 rwxp 00000000 00:00 0 00fd0000-01064000 rwxp 00000000 00:00 0 [heap] 200000000-200200000 rwxs 00000000 00:06 15577 /dev/nvidiactl 200200000-200400000 rwxs 00000000 00:06 15577 /dev/nvidiactl 200400000-200600000 rwxs 00000000 00:06 15577 /dev/nvidiactl 200600000-200800000 rwxs 00000000 00:06 15577 /dev/nvidiactl 200800000-200a00000 rwxs 00000000 00:06 15577 /dev/nvidiactl 200a00000-200c00000 rwxs 00000000 00:06 15577 /dev/nvidiactl ........... Lowering it down to intensity 16 seems to have solved it. Can you enable the default API? just type the following before running t-rex and it'd work. I used the 9.1 version. export LD_LIBRARY_PATH=/hive/ccminer/cuda
|
|
|
This version works, every other one i tried gets invalid results...
|
|
|
|