Post
Topic
Board Mining (Altcoins)
Re: Mining on Nvidia Jetson Tx2
by
tonyfrost2020
on 13/11/2020, 14:07:30 UTC
Ok so I have built xmrig from source and get the following cuda error when trying to run xmrig:-

Code:
x@x:~/miner/xmrig/build$ ./xmrig -o xxx.xxxxx.xxx:xxxx -u x -p x -a rx/0 -k --no-huge-pages --cuda --cuda-loader=./libxmrig-cuda.so
 * ABOUT        XMRig/6.5.1 gcc/7.5.0
 * LIBS         libuv/1.18.0 OpenSSL/1.1.1 hwloc/1.11.9
 * HUGE PAGES   disabled
 * 1GB PAGES    unavailable
 * CPU          ARM Cortex-A57 (2) x64 AES
                L2:2.0 MB L3:0.0 MB 6C/6T NUMA:1
 * MEMORY       4.9/7.7 GB (63%)
 * DONATE       1%
 * POOL #1      xxx.xxxxx.xxx:xxxx algo rx/0
 * COMMANDS     hashrate, pause, resume, results, connection
 * OPENCL       disabled
 * CUDA         disabled ((null))

Can anyone think of why the CUDA is showing as disabled((null))?
I will keep having a dig around to see if I can find anything.