Bitcoin Forum
August 10, 2025, 01:47:51 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 [1237] 1238 1239 1240 »
  Print  
Author Topic: CCminer(SP-MOD) Modded GPU kernels.  (Read 2347909 times)
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 30, 2021, 07:49:36 PM
Last edit: April 30, 2021, 08:30:34 PM by scryptr
 #24721

SP_ HAS TESTED SEVERAL POOLS--

#4 Performed best on Hashalot.net and miningpoolhub.com. Zergpool had alot of rejected shares (~10%) but the VTC payout was good. f2pool.com is best for profitswitching because of PROP payouts

THANKS FOR THE REPLY--

I am still was waiting for a Linux version.  My 1060ti and 1060 3GB cards are mining Haven (XHV) just now, about $10 a day's worth.  I tried UbiqHash (UBQ) and it ran for maybe week or so on my 1050ti rig, using PhoenixMiner, with zero rejects.  I finally did the math and was earning less than $1 a day.  Each 1050ti had about 13.5 MH/s, rock steady.

Will test Linux version.  Hope that it will run on older Linux, standalone.  VTC on 1 RX580 rig is a top earner, using TRM.

--scryptr

P.S.  It does not run.  I have CUDA 10 drivers, 440.26, I believe.       --scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
April 30, 2021, 08:35:21 PM
Last edit: November 08, 2021, 01:33:03 PM by mprep
 #24722

P.S.  It does not run.  I have CUDA 10 drivers, 440.26, I believe.       --scryptr

cuda 11.2 you need >= 450.80.02 ++ driver



VTC on 1 RX580 rig is a top earner, using TRM.

Around +50% more profit with zilminer+spminer(with dual mining switch) than TRM standalone on the rx580. but 120watt, not 100...



I've got trouble, at stock with mining pool hub.. with shares as I can't have one valid on the first 100...

Thanks for testing. Do you use any unusual launch config? How much memory do you have in the rig and wich cpu? Did you remember to add virtual memory? 32gb should be enough

[moderator's note: consecutive posts merged]

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
skablast
Member
**
Offline Offline

Activity: 476
Merit: 19


View Profile
April 30, 2021, 10:45:19 PM
 #24723

8Gb of memory, an I3 6100, 64 gb of virtual memory on the SSD for 4 RTX 3070, 1 580  8gb,1 Rx550 4 gb, that I used to "fill the slots"  while two 1660 super are on the road.

I was thinking it was enough.

do I have to try adding memory ?


scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
April 30, 2021, 11:14:07 PM
 #24724

P.S.  It does not run.  I have CUDA 10 drivers, 440.26, I believe.       --scryptr

cuda 11.2 you need >= 450.80.02 ++ driver

PLEASE MAKE A CUDA 10 VERSION--

I can't update the drivers without breaking the system.  I've tried.       --scryptr


SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
May 01, 2021, 08:32:31 AM
 #24725

> ./spminer
./spminer: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory

> nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 460.73.01    Driver Version: 460.73.01    CUDA Version: 11.2     |
|-------------------------------+----------------------+----------------------+

standard ubuntu 20.04, with distribution cuda and drivers, so on default paths.

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 01, 2021, 11:19:33 AM
Last edit: November 08, 2021, 01:34:36 PM by mprep
 #24726

> ./spminer
./spminer: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory

try:

$ ln -s libcudart.so.11.2.72 lubcudart.so.11.0




do I have to try adding memory ?

I managed to reproduce and fix the bug.

spminer4_fix1.7z

https://github.com/sp-hash/SPMiner/releases/tag/4



[moderator's note: consecutive posts merged]

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
May 01, 2021, 11:53:37 AM
 #24727

> ./spminer
./spminer: error while loading shared libraries: libcudart.so.11.0: cannot open shared object file: No such file or directory

try:

$ ln -s libcudart.so.11.2.72 lubcudart.so.11.0


Hmmm no: you should link to so.11 not so.11.0 otherwise as soon as there's a minor cuda update it will stop working.

sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 01, 2021, 11:55:53 AM
 #24728

Okay thanks. If you can't combine them, please add a v1 fix 14 with Zil miner switch if possible, that would be great.

I have included a cuda 10.1 build of #4, can you test it on your p106-090 rig please

spminer4_fix1_cuda10.1.7z

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
ASCiiDiTY
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile WWW
May 01, 2021, 05:06:26 PM
Last edit: May 01, 2021, 08:48:44 PM by ASCiiDiTY
 #24729

Okay thanks. If you can't combine them, please add a v1 fix 14 with Zil miner switch if possible, that would be great.

I have included a cuda 10.1 build of #4, can you test it on your p106-090 rig please

spminer4_fix1_cuda10.1.7z

Success! Same hashrate as spminer #1, maybe a tiny bit better. Let me test for 24-48 hours and I will report back. I will also test zill switch.

EDIT: zil switch works very well, start time is perfect, but maybe the delay is a little too long at the end of pow window? Not much, but a bit.

Vertcoin PPLNS Pool | 0.69% fee | 0.05 VTC min payout: ACiDPOOL.CO.UK (http://acidpool.co.uk/)
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 02, 2021, 04:18:33 PM
 #24730

PLEASE MAKE A CUDA 10 VERSION--
I can't update the drivers without breaking the system.  I've tried.       --scryptr

Spminer #4 linux cuda 10.1 build has been released.

Should work on ubuntu 20.04 with nvidia driver installed


Driver version must be 418.39 or newer

https://github.com/sp-hash/SPMiner/releases/tag/4

spminer_linux4_10.1.7z

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
singlass
Jr. Member
*
Offline Offline

Activity: 65
Merit: 1


View Profile
May 02, 2021, 07:55:29 PM
 #24731

PLEASE MAKE A CUDA 10 VERSION--
I can't update the drivers without breaking the system.  I've tried.       --scryptr

Spminer #4 linux cuda 10.1 build has been released.

Should work on ubuntu 20.04 with nvidia driver installed


Driver version must be 418.39 or newer

https://github.com/sp-hash/SPMiner/releases/tag/4

spminer_linux4_10.1.7z


how do i adjust the intensity for opencl/AMD ?
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
May 02, 2021, 08:23:41 PM
 #24732

PLEASE MAKE A CUDA 10 VERSION--
I can't update the drivers without breaking the system.  I've tried.       --scryptr

Spminer #4 linux cuda 10.1 build has been released.

Should work on ubuntu 20.04 with nvidia driver installed


Driver version must be 418.39 or newer

https://github.com/sp-hash/SPMiner/releases/tag/4

spminer_linux4_10.1.7z


how do i adjust the intensity for opencl/AMD ?

IT DOES NOT RUN--

Pallas mentioned it a few posts back.  The build calls for a library "libcudart.so.10.1" or something.  I definitely have a CUDA 10 driver, I am able to run 1660ti cards.  A less specific call (see Pallas' note) is required.  Or, make a build that needs no library calls.  It may be fatter, I don't care.

--scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 02, 2021, 09:19:50 PM
 #24733

how do i adjust the intensity for opencl/AMD ?

Same for cuda and CL, use the -i option comma separated for each device

-i 17  (all devices)
-i 14,15,15,17,18,19   (device 0 -i 14, device 1 -i 15...)

spminer also support comma in the intensity for finetuning

-i 14.1,14.2,14.3,14.4,14.5,14.6

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
singlass
Jr. Member
*
Offline Offline

Activity: 65
Merit: 1


View Profile
May 02, 2021, 09:52:43 PM
Last edit: May 02, 2021, 10:19:19 PM by singlass
 #24734

how do i adjust the intensity for opencl/AMD ?

Same for cuda and CL, use the -i option comma separated for each device

-i 17  (all devices)
-i 14,15,15,17,18,19   (device 0 -i 14, device 1 -i 15...)

spminer also support comma in the intensity for finetuning

-i 14.1,14.2,14.3,14.4,14.5,14.6

it works on my NVIDIA rig but on AMD it says "your system does not support CUDA 11.2 API" when i add the -i command,
i even tried without the "--all-cu-devices" command
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 03, 2021, 08:35:39 AM
Last edit: November 08, 2021, 01:31:35 PM by mprep
 #24735

My 1060ti and 1060 3GB cards are mining Haven (XHV) just now, about $10 a day's worth.  I tried UbiqHash (UBQ) and it ran for maybe week or so on my 1050ti rig, using PhoenixMiner, with zero rejects.  I finally did the math and was earning less than $1 a day.  Each 1050ti had about 13.5 MH/s, rock steady.

Verthash spminer#4 (cuda 10.1 build) gtx 1060 3gb 380khash
put 0.38 into the calculator
https://minerstat.com/coin/VTC
$1.41 /DAY

zilminer 21MHASH (1 minute of mining every 100minutes)
put 21 MHASH into the calculator
https://minerstat.com/coin/ZIL
$0.3724 DAY

So you get $1.7824 a day a card (gtx 1060 3gb) with the spminer #4 with zil switch enabled and zilminer.

My 1060ti and 1060 3GB cards are mining Haven (XHV) just now, about $10 a day's worth.

With 12 cards $21,4 / DAY with the spminer4+zil


Perhaps worth the upgrade to ubuntu 20.04 or windows?




it works on my NVIDIA rig but on AMD it says "your system does not support CUDA 11.2 API" when i add the -i command,
i even tried without the "--all-cu-devices" command

I guess there are some problems on AMD cards with the linux build. Will look into it.

[moderator's note: consecutive posts merged]

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
singlass
Jr. Member
*
Offline Offline

Activity: 65
Merit: 1


View Profile
May 03, 2021, 02:50:42 PM
 #24736

it works on my NVIDIA rig but on AMD it says "your system does not support CUDA 11.2 API" when i add the -i command,
i even tried without the "--all-cu-devices" command

I guess there are some problems on AMD cards with the linux build. Will look into it.
i'm on windows, the -i command seems to be a CUDA exclusive
ASCiiDiTY
Jr. Member
*
Offline Offline

Activity: 40
Merit: 1


View Profile WWW
May 03, 2021, 04:29:06 PM
 #24737

My 1060ti and 1060 3GB cards are mining Haven (XHV) just now, about $10 a day's worth.

How are you getting so much with these cards and this coin? https://ibb.co/8j14kqW

Vertcoin PPLNS Pool | 0.69% fee | 0.05 VTC min payout: ACiDPOOL.CO.UK (http://acidpool.co.uk/)
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
May 03, 2021, 05:48:47 PM
Last edit: May 03, 2021, 07:40:58 PM by scryptr
 #24738

My 1060ti and 1060 3GB cards are mining Haven (XHV) just now, about $10 a day's worth.

How are you getting so much with these cards and this coin? https://ibb.co/8j14kqW

9 CARDS TOTAL, 2 RIGS--

My 1050ti rig has 5 cards, I really need to add one more.  My 1060 3GB rig has 4 cards.  I can't mine VTC with either one.  They easily mine $10 a day in Haven (XHV).  I mark up XHV on the exchange and wait.

Sp_ somehow doesn't feel like packaging his miner to be compatible with older systems, like PhoenixMiner and Gminer, and others.  I have posted on both PhoenixMiner and Gminer BCT forums and asked for VertHash inclusion.  Those 2 miners run reliably, and have good "extra" features.

I have donated to sp_ several times in the past.  The size of the donations is worth a lot more in fiat today.  A BTC could once purchase a French 20 Frank gold coin.  Now, it can purchase close to 300.

And, I don't have any "1060ti" cards, if any were ever made as OEM (?).  It is a typo.

--scryptr

P.S.  Just being frank.

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
sp_ (OP)
Legendary
*
Offline Offline

Activity: 2926
Merit: 1087

Team Black developer


View Profile
May 03, 2021, 07:50:22 PM
Last edit: November 08, 2021, 01:32:10 PM by mprep
 #24739

i'm on windows, the -i command seems to be a CUDA exclusive

Yes, fixed the bug now. Will be included in the next release..



Sp_ somehow doesn't feel like packaging his miner to be compatible with older systems

I believe time spent elsewhere is more important. But maybe in the future. At least I have two linux builds now..

[moderator's note: consecutive posts merged]

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW EVRPROGPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
scryptr
Legendary
*
Offline Offline

Activity: 1798
Merit: 1028



View Profile WWW
May 03, 2021, 07:57:54 PM
 #24740

Sp_ somehow doesn't feel like packaging his miner to be compatible with older systems

I believe time spent elsewhere is more important. But maybe in the future. At least I have two linux builds now..

THANK YOU--

I'll wait.  No choice just now.  TRM works like a charm but is AMD only.  I need to only run a command line to install it on my rigs.

--scryptr

SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Pages: « 1 ... 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 [1237] 1238 1239 1240 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!