Pages:
Author

Topic: TT-Miner 2022.4.1 KAWPOW, PROGPOW, ETHASH, ETCHASH, EPIC, SHA512256D, GHOSTRIDER - page 18. (Read 132169 times)

newbie
Activity: 8
Merit: 0
Quote

We have over 300,000 machines, please reply as soon as possible!!!

I don't doubt the urgency of the matter. However 300,000 computers is a bit over the top number.

Are you telling me that you about 1/4th of the Ethereum network (300,000 x 5 GPUs on average x 50 Mh/s each = 75 GH/s), and don't know basic shell commands in regards to cuda deployment? Something does not fit.

As for Cuda installation, simply follow nVidia's guide and generally it works to most Debian derived distros that I have tried.

You can see https://www.mineros.cn/
newbie
Activity: 74
Merit: 0
New version available (18.9.37.7)
- ProgPow Algo added (for BCI-Bitcoin Interest)

besides tools, you still need a good investment target. the new BFC could be a considerable one
member
Activity: 566
Merit: 16
is there any temperature control on the cards?

Hi- Yes, you can set it up with afterburner.

You can also use -tstop and -tstart options on the command line.
-tstop 70 -tstart 50
will stop mining if the them reaches 70°C and restart mining if it is back to 50°C.
newbie
Activity: 5
Merit: 0
is there any temperature control on the cards?
newbie
Activity: 12
Merit: 0
Quote

We have over 300,000 machines, please reply as soon as possible!!!

I don't doubt the urgency of the matter. However 300,000 computers is a bit over the top number.

Are you telling me that you about 1/4th of the Ethereum network (300,000 x 5 GPUs on average x 50 Mh/s each = 75 GH/s), and don't know basic shell commands in regards to cuda deployment? Something does not fit.

As for Cuda installation, simply follow nVidia's guide and generally it works to most Debian derived distros that I have tried.
member
Activity: 566
Merit: 16
TT supports "miner_getstat1" and "miner_getstatdetail" - "miner_getstat2" is not supported in the current release.
newbie
Activity: 8
Merit: 0
What was the solution - just want to know for others with similar issues.

Thanks.


No installed Cuda version detected

add LD_LIBRARY_PATH   libcudart.so.10.1  libnvrtc-builtins.so  libnvrtc.so.10.1

  ./TT-Miner -A BLAKE2S -coin kda -luck -log -logpool -o kda.ss.poolflare.com:443 -u 8067f6eaff3543ea141e601e604d705c1f37a7d7ad7adbdf324bcfb2dfd2ab01 -w test1 -b 0.0.0.0:3333

I bind port 3333

like claymore, How to get the monitoring information ?

 tcp_client.connect(('192.168.2.133', 3334))
 tcp_client.send('{"id":0, "jsonrpc":"2.0", "method":"miner_getstat2"}\n')


member
Activity: 566
Merit: 16
What was the solution - just want to know for others with similar issues.

Thanks.
newbie
Activity: 8
Merit: 0
Hi,

can you please check if you have libnvrtc-builtins.so in the folder that contains your cuda installation? I read that is will cause your error id you see if that file is missing.

Thanks, running
member
Activity: 566
Merit: 16
Hi,

can you please check if you have libnvrtc-builtins.so in the folder that contains your cuda installation? I read that is will cause your error id you see if that file is missing.
newbie
Activity: 8
Merit: 0

Our system is Linux, using nvidia-smi is valid, but No installed Cuda version detected is reported wrong. How do you guys check out cuda?
ldconfig -p |grep cudart
Check if cuda libs are present in LD_LIBRARY_PATH
libcuda.so.1 libnvrtc.so.??.? and libcudart.so.??.?

[/quote]

I add the LD_LIBRARY_PATH, but has errors!!!

GeForce Driver-Ver:    430.34
Supported CUDA-Ver:    10.10
Installed CUDA-Ver:    10.10
CUDA devices:          3
* #0 PCI 0:4 Colorful  GeForce RTX 2060 (7.5)     CoreClk 300 MHz   MemClk 405 MHz   5934 MB   SM: 30
* #1 PCI 0:3 Colorful  GeForce GTX 1080 Ti (6.1)  CoreClk 139 MHz   MemClk 405 MHz   11178 MB  SM: 28
* #2 PCI 0:6 Leadtek   GeForce GTX 1060 6GB (6.1) CoreClk 139 MHz   MemClk 405 MHz   6078 MB   SM: 10
****************** Start mining
18:48:29 Pool[0]: Connecting to kda.ss.poolflare.com:443 - PoolID: 0
18:48:29 #######: switch back to regular mining.....
18:48:29 Pool[0]: Connected to: kda.ss.poolflare.com:443 - IP4/6: 159.138.11.135
18:48:29 Pool[0]: Protocol: Stratum
18:48:29 Pool[0]: Subscribed to kda.ss.poolflare.com:443
18:48:29 Pool[0]: Worker authorized: test
18:48:29 Pool[0]: difficulty changed from 0.000 H to 8.000 GH
18:48:29 Pool[0]: Received new job#: a7721b8 - ChainID: 7
18:48:29 Pool[0]: Mining Block#: 125972

18:24:23 Miner:   Error ******** GPU[00] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** GPU[00] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** GPU[02] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** GPU[02] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** GPU[01] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
18:24:23 Miner:   Error ******** GPU[01] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
[/quote]


We have over 300,000 machines, please reply as soon as possible!!!
newbie
Activity: 55
Merit: 0
to find out which cuda release is available for Linux we try to load one of these shared libraries:

libnvrtc.so.9.2
libnvrtc.so.10.0
libnvrtc.so.10.1
libnvrtc.so.10.2

If we can load one of them we know which cuda version is installed and use that.

Oh, dear.
member
Activity: 566
Merit: 16
Hi,

to find out which cuda release is available for Linux we try to load one of these shared libraries:

libnvrtc.so.9.2
libnvrtc.so.10.0
libnvrtc.so.10.1
libnvrtc.so.10.2

If we can load one of them we know which cuda version is installed and use that.
newbie
Activity: 8
Merit: 0

Our system is Linux, using nvidia-smi is valid, but No installed Cuda version detected is reported wrong. How do you guys check out cuda?
[/quote]
ldconfig -p |grep cudart
Check if cuda libs are present in LD_LIBRARY_PATH
libcuda.so.1 libnvrtc.so.??.? and libcudart.so.??.?

[/quote]

I add the LD_LIBRARY_PATH, but has errors!!!

GeForce Driver-Ver:    430.34
Supported CUDA-Ver:    10.10
Installed CUDA-Ver:    10.10
CUDA devices:          3
* #0 PCI 0:4 Colorful  GeForce RTX 2060 (7.5)     CoreClk 300 MHz   MemClk 405 MHz   5934 MB   SM: 30
* #1 PCI 0:3 Colorful  GeForce GTX 1080 Ti (6.1)  CoreClk 139 MHz   MemClk 405 MHz   11178 MB  SM: 28
* #2 PCI 0:6 Leadtek   GeForce GTX 1060 6GB (6.1) CoreClk 139 MHz   MemClk 405 MHz   6078 MB   SM: 10
****************** Start mining
18:48:29 Pool[0]: Connecting to kda.ss.poolflare.com:443 - PoolID: 0
18:48:29 #######: switch back to regular mining.....
18:48:29 Pool[0]: Connected to: kda.ss.poolflare.com:443 - IP4/6: 159.138.11.135
18:48:29 Pool[0]: Protocol: Stratum
18:48:29 Pool[0]: Subscribed to kda.ss.poolflare.com:443
18:48:29 Pool[0]: Worker authorized: test
18:48:29 Pool[0]: difficulty changed from 0.000 H to 8.000 GH
18:48:29 Pool[0]: Received new job#: a7721b8 - ChainID: 7
18:48:29 Pool[0]: Mining Block#: 125972

18:24:23 Miner:   Error ******** GPU[00] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** GPU[00] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** GPU[02] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** GPU[02] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** GPU[01] CudaCompileError: 7 at position 10
18:24:23 Miner:   Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
18:24:23 Miner:   Error ******** GPU[01] CudaError: 999 at position 60
18:24:23 Miner:   Error ******** All GPUs are disabled. TT-Miner cannot continue and will exit now
sr. member
Activity: 652
Merit: 266
root@mos:/home/mos#   ./TT-Miner -A BLAKE2S -coin kda -luck -log -logpool -P abf6f1c3d583dfc180189a4ad6c5bfa62b29fa2669dad25b8c6d700dbd3c96f8.test@kda.ss.poolflare.com:443
TT-Miner - Version: 3.2.0 (Dec  8 2019 19:31:19)

No installed Cuda version detected

root@mos:/home/mos# nvidia-smi
Thu Dec 12 15:45:28 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.34       Driver Version: 430.34       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:03:00.0 Off |                  N/A |
| 90%   83C    P2   236W / 280W |    165MiB / 11178MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce RTX 2060    Off  | 00000000:04:00.0 Off |                  N/A |
| 90%   84C    P2   138W / 160W |    111MiB /  5934MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 106...  Off  | 00000000:06:00.0 Off |                  N/A |
| 90%   82C    P2   116W / 120W |     91MiB /  6078MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+


Our system is Linux, using nvidia-smi is valid, but No installed Cuda version detected is reported wrong. How do you guys check out cuda?
ldconfig -p |grep cudart
Check if cuda libs are present in LD_LIBRARY_PATH
libcuda.so.1 libnvrtc.so.??.? and libcudart.so.??.?
newbie
Activity: 8
Merit: 0
root@mos:/home/mos#   ./TT-Miner -A BLAKE2S -coin kda -luck -log -logpool -P abf6f1c3d583dfc180189a4ad6c5bfa62b29fa2669dad25b8c6d700dbd3c96f8.test@kda.ss.poolflare.com:443
TT-Miner - Version: 3.2.0 (Dec  8 2019 19:31:19)

No installed Cuda version detected

root@mos:/home/mos# nvidia-smi
Thu Dec 12 15:45:28 2019
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 430.34       Driver Version: 430.34       CUDA Version: 10.1     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:03:00.0 Off |                  N/A |
| 90%   83C    P2   236W / 280W |    165MiB / 11178MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce RTX 2060    Off  | 00000000:04:00.0 Off |                  N/A |
| 90%   84C    P2   138W / 160W |    111MiB /  5934MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 106...  Off  | 00000000:06:00.0 Off |                  N/A |
| 90%   82C    P2   116W / 120W |     91MiB /  6078MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+


Our system is Linux, using nvidia-smi is valid, but No installed Cuda version detected is reported wrong. How do you guys check out cuda?
member
Activity: 566
Merit: 16
Version 3.2.0
   - NEW: support for Kadena (Blake2S) Pool/Solo
     mining to icemining.ca pool:
          TT-Miner.exe -A BLAKE2S -coin kda -luck -log -logpool -P [email protected]:3700
     mining to node:
          TT-Miner.exe -A BLAKE2S -coin kda -luck -log -logpool -P https://YOUR_WALLET@NODE_SERVER:NODE_PORT
   - NEW: support for SSL connection
   - NEW: -cid / set a constant Kadena ChainID
         cid accepts one or more ids. If you want to receive work only for chain IDs 5 and
         8 you want to add this option to your command line: -cid 5,8
   - NEW: -tbr / set the time between two requests for work. Default is set to 8 which equals 800ms
         If you see disconnections to your node, you may ask too fast for new work. In this case
         you can increase the time between two new-work-requests. On the other hand an increase pause will
         make it more likely that you have an orphan block! So please take care to set this value.
        -tbr 9 will set the time to 900ms


Windows: https://tradeproject.de/download/Miner/TT-Miner-3.2.0.zip
Linux: https://tradeproject.de/download/Miner/TT-Miner-3.2.0.tar.xz

Please report any issues you notice.
member
Activity: 566
Merit: 16
Version: 3.1.1

 - fix a bug in DUAL mine EPIC & other coin

Windows: https://tradeproject.de/download/Miner/TT-Miner.zip
Linux: https://tradeproject.de/download/Miner/TT-Miner.tar.xz

Please report any issues.
hero member
Activity: 1274
Merit: 556
Fair enough... it's astonishingly still somewhat profitable (which is why everyone still releases miners for it I suppose), especially if you combine it with ETH.
member
Activity: 566
Merit: 16
Howdy TrailingStop
Did you add support for dual-mining CKB+ETH at all? If so, what's the command line please?

Hi Mike, No - need to give CKB more love, but it is FPGA land....not sure if there is any demand for it.
Pages:
Jump to: