You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've downloaded the source for CUDA POW Miner and built it on Ubuntu 20.04.
When I try to run the miner with ./tonlib-cuda-cli -v 3 -C global.config.json -e 'pminer start "random" EQCP2wrOr3U0taKPNKIOkM5wWND4QjAswJV3729rMfEQwxi1 0 32' I receive the following error:
[ 2][t 1][2022-02-14 18:21:56.108056926][TonlibClient.cpp:2067][!Tonlib][&!config->ignore_cache_] Unknown LastBlockState: [PosixError : No such file or directory : 2 : File "/usr/bin/ton/tonlib/713A9A9229AAEB7A587A0A0989A562C53DF123D348D95A219337E723F10B5596.blkstate" can't be opened for reading]
[ 3][t 1][2022-02-14 18:21:56.108115215][TonlibClient.cpp:2096][!Tonlib] Use init block from USER config: (-1,8000000000000000,16905517):F11E84F6DEFB759454FB249F918E6DCCFBB4768AF04067E61BD25485FECE398B:4428A1347BE3A8BBFA2A1FCDD1BC7E74EC3260D34F488AA677DE61DD28450063
[ 2][t 1][2022-02-14 18:21:56.108731303][tonlib-cli.cpp:293][!console] Tonlib is inited
Unable to query number of CUDA devices! Is an nVidia driver installed?
I'm running Ubuntu 20.04:
uname -a
Linux user1-desktop 5.13.0-28-generic #31~20.04.1-Ubuntu SMP Wed Jan 19 14:08:10 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
with latest 510 nvidia drivers:
nvidia-smi
Mon Feb 14 09:51:00 2022
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 510.47.03 Driver Version: 510.47.03 CUDA Version: 11.6 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... Off | 00000000:02:00.0 Off | N/A |
| 25% 29C P8 1W / 38W | 39MiB / 2048MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 982 G /usr/lib/xorg/Xorg 29MiB |
| 0 N/A N/A 1216 G /usr/bin/gnome-shell 5MiB |
+-----------------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
Hi,
I've downloaded the source for CUDA POW Miner and built it on Ubuntu 20.04.
When I try to run the miner with
./tonlib-cuda-cli -v 3 -C global.config.json -e 'pminer start "random" EQCP2wrOr3U0taKPNKIOkM5wWND4QjAswJV3729rMfEQwxi1 0 32'
I receive the following error:I'm running Ubuntu 20.04:
with latest 510 nvidia drivers:
The text was updated successfully, but these errors were encountered: