Bitcoin Forum
May 04, 2024, 08:48:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 [1129] 1130 1131 1132 1133 1134 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
jeewaka
Sr. Member
****
Offline Offline

Activity: 248
Merit: 250



View Profile
August 17, 2016, 09:29:20 PM
 #22561

Can someone please help compile this miner please
https://github.com/ocminer/ccminer-veltor

I tried as per the instructions from the OP and failed with both MS Visual Studio 2013 and 2015.
Cheers

Bitdegree██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
|██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
██  ██  █
1714812539
Hero Member
*
Offline Offline

Posts: 1714812539

View Profile Personal Message (Offline)

Ignore
1714812539
Reply with quote  #2

1714812539
Report to moderator
1714812539
Hero Member
*
Offline Offline

Posts: 1714812539

View Profile Personal Message (Offline)

Ignore
1714812539
Reply with quote  #2

1714812539
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714812539
Hero Member
*
Offline Offline

Posts: 1714812539

View Profile Personal Message (Offline)

Ignore
1714812539
Reply with quote  #2

1714812539
Report to moderator
1714812539
Hero Member
*
Offline Offline

Posts: 1714812539

View Profile Personal Message (Offline)

Ignore
1714812539
Reply with quote  #2

1714812539
Report to moderator
JungleOnion
Sr. Member
****
Offline Offline

Activity: 868
Merit: 279


View Profile WWW
August 18, 2016, 01:52:12 AM
 #22562

Hey does anyone knows what is this error and how to fix it? I would appreciate some help guys, thanks:

Rafaels-iMac:CudaMiner-master rafaelreyes$ make
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in compat
Making all in jansson
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
/usr/local/cuda/bin/nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o wrapnvml.o -c wrapnvml.cu
nvcc fatal   : Value 'compute_10' is not defined for option 'gpu-architecture'
make[2]: *** [wrapnvml.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
joblo
Legendary
*
Offline Offline

Activity: 1470
Merit: 1114


View Profile
August 18, 2016, 02:39:29 AM
 #22563

Hey does anyone knows what is this error and how to fix it? I would appreciate some help guys, thanks:

Rafaels-iMac:CudaMiner-master rafaelreyes$ make
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in compat
Making all in jansson
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
/usr/local/cuda/bin/nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_10 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o wrapnvml.o -c wrapnvml.cu
nvcc fatal   : Value 'compute_10' is not defined for option 'gpu-architecture'
make[2]: *** [wrapnvml.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

You provided a little more info than the previous poster. 'compute_10', ie 1.0, is ancient and probably not been supported for
years. If the code is that old it's probably useless because it likely won't compile in a current environment or impossible to
create an old compile environment, and even if you could compile for compute 1.0 it probably wouldn't run on current hardware.

Why are you, or anyone, trying to compile something so old?

When you ask for help you can help yourself by providing relevant information such as the fact you are using a Mac plus
a lot more details I won't list. You are more likely to get a response, or better response, if it isn't necessary to ask for
more info. Had 'compute_10' not been so obvious I would have ignored your post as I did the previous one.

AKA JayDDee, cpuminer-opt developer. https://github.com/JayDDee/cpuminer-opt
https://bitcointalk.org/index.php?topic=5226770.msg53865575#msg53865575
BTC: 12tdvfF7KmAsihBXQXynT6E6th2c2pByTT,
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
August 18, 2016, 09:11:30 AM
 #22564

Can someone please help compile this miner please
https://github.com/ocminer/ccminer-veltor

I tried as per the instructions from the OP and failed with both MS Visual Studio 2013 and 2015.
Cheers

MS Visual Studio 2010  I think and you may need a few extra things along with that....not sure its been a while.
I think a curl file too
..I forget...sorry.

EDIT: I thought you were talking about Cudaminer.
Here try this thread  ccminer

https://bitcointalk.org/index.php?topic=826901.0
lucasan123
Full Member
***
Offline Offline

Activity: 219
Merit: 100



View Profile
October 24, 2016, 07:30:48 PM
 #22565

sorry i cant download the file................... how can i?

_javi_
Hero Member
*****
Offline Offline

Activity: 968
Merit: 624


Still a manic miner


View Profile
October 24, 2016, 10:14:30 PM
 #22566

do i need to install CUDA toolkit to use opencl applications? like claymores miner or zcash one.. ?
ccminer works fine.. but other miners dont, and exit with opencl errors.
CryptoNick
Legendary
*
Offline Offline

Activity: 987
Merit: 1003


View Profile
October 25, 2016, 11:04:53 AM
 #22567

do i need to install CUDA toolkit to use opencl applications? like claymores miner or zcash one.. ?
ccminer works fine.. but other miners dont, and exit with opencl errors.

Yeah you have to install the Toolkit for CUDA on OpenCL for sure.
CryptoNick
Legendary
*
Offline Offline

Activity: 987
Merit: 1003


View Profile
October 31, 2016, 08:41:05 AM
 #22568

I wanted to find out if it would be possible to take CUDAMiner and all of its optimizations and implement it inside the Burstcoin Plotter. I have a 780GTX and only get about 15K Nonces per minute, I don't think it is being pushed to the maximum.

Would the original Developer implement this by chance?
Or is there someone else who could make this happen?

There is also a GPU assist in Plot reading while mining that would be helpful too. It seems like the JMiner for Burst has issues with CUDA.

Thanks in advance!
thevictimofuktyranny
Legendary
*
Offline Offline

Activity: 1092
Merit: 1004


View Profile
December 12, 2016, 07:31:16 PM
 #22569

Uploaded a quick Guide for running Nvidia cards on Linux with overclocking and fan control enabled:

https://bitcointalk.org/index.php?topic=1712831.msg17162018#msg17162018
hesdeadjim
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250


View Profile
January 03, 2017, 03:27:57 AM
 #22570

hello everyone, and happy new year Smiley

first time mining with gpus, but i've had good luck with cpus though.

i have some video card on order but i have 2 older ones here that i want to practice on while i'm waiting for those to come in.

1. Nvidia Geforce 8400GS
2. Nvidia Geforce 9400GT

I looked through the thread with the search feature but i didn't find anything useful except that they both should work, albeit not very well.

all of the latest drivers are installed and working.

I want to play with the switches but i can't seem to get ccminer to recognize either card.

here is my batch file settings:

ccminer -a x11 -o stratum+tcp://hobbyistpool.ddns.net:4350 -u xxxxxxx.xxxxxx -p xxxxxxxxx

pause

any help would be appreciated. thanks. Smiley

Awesome New Exchange  -  http://www.cryproquo.com/addcoin.html  -  Awesome New Exchange
Put  -  Referred By hesdeadjim  -  In The Box Marked Additional Notes And Receive 1/2 Off Listing Fees From 07/01/18  -  07/07/18
CryptoNick
Legendary
*
Offline Offline

Activity: 987
Merit: 1003


View Profile
January 03, 2017, 06:39:38 AM
 #22571

hello everyone, and happy new year Smiley

first time mining with gpus, but i've had good luck with cpus though.

i have some video card on order but i have 2 older ones here that i want to practice on while i'm waiting for those to come in.

1. Nvidia Geforce 8400GS
2. Nvidia Geforce 9400GT

I looked through the thread with the search feature but i didn't find anything useful except that they both should work, albeit not very well.

all of the latest drivers are installed and working.

I want to play with the switches but i can't seem to get ccminer to recognize either card.

here is my batch file settings:

ccminer -a x11 -o stratum+tcp://hobbyistpool.ddns.net:4350 -u xxxxxxx.xxxxxx -p xxxxxxxxx

pause

any help would be appreciated. thanks. Smiley

Looks like you are missing some of the command switches. You need a -d 0 or how many cards you have. might be others but those may also auto detect I forget...
hesdeadjim
Sr. Member
****
Offline Offline

Activity: 468
Merit: 250


View Profile
January 08, 2017, 08:54:21 PM
 #22572

no matter what i did i couldn't get it to detect my cards.

when i switched to version 1.2 i had no problems, but it gave me crazy numbers on the kh/s

is there any way that i could test it with an x11 algo and find the actual has rate for the cards?

thanks.

Awesome New Exchange  -  http://www.cryproquo.com/addcoin.html  -  Awesome New Exchange
Put  -  Referred By hesdeadjim  -  In The Box Marked Additional Notes And Receive 1/2 Off Listing Fees From 07/01/18  -  07/07/18
CryptoNick
Legendary
*
Offline Offline

Activity: 987
Merit: 1003


View Profile
January 09, 2017, 10:50:30 AM
 #22573

no matter what i did i couldn't get it to detect my cards.

when i switched to version 1.2 i had no problems, but it gave me crazy numbers on the kh/s

is there any way that i could test it with an x11 algo and find the actual has rate for the cards?

thanks.

I just realized you have older cards, you need to figure out if your cards are Fermi, Kepler, or Max. There may be different flavors needed to get them to work or a command switch.
ParaplegicRacehorse
Member
**
Offline Offline

Activity: 79
Merit: 36

HODL. Patience.


View Profile
February 10, 2017, 01:03:06 AM
 #22574

Has anybody played around with getting the OpenCL implementation on Mali-T600 (or newer) or Tegra GPUs working with ccminer? [This is off-topic, but same question with regard to cgminer.] I'm getting a couple SBCs, soon, with Mali chips and I'm interested to know if I can do this without, or with minimal, code modification.
chris330
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 16, 2017, 08:45:46 AM
 #22575

Can anyone tell me if a hashrate of 310H/s is about right for a GTX1070 mining XMR?
thefix
Legendary
*
Offline Offline

Activity: 1049
Merit: 1001



View Profile
February 16, 2017, 05:46:40 PM
 #22576

Can anyone tell me if a hashrate of 310H/s is about right for a GTX1070 mining XMR?

You should be closer to 700

An overclocked 750 ti will do around 300
canman
Full Member
***
Offline Offline

Activity: 479
Merit: 100



View Profile
March 08, 2017, 01:58:23 PM
 #22577

i have 780gtx can you plz tell me the best bat file config.  thanks
newmz
Sr. Member
****
Offline Offline

Activity: 372
Merit: 250


The road of excess leads to the palace of wisdom


View Profile
March 08, 2017, 02:53:09 PM
 #22578

Can anyone tell me if a hashrate of 310H/s is about right for a GTX1070 mining XMR?

You should be closer to 700

An overclocked 750 ti will do around 300

I have a Gigabyte gtx1070 G1 Gaming and the best I have been able to do is around 500h/s in cryptonight (xmr).

I have seen various quotes in forums here and elsewhere of people saying this card can do 700+ and sp_ claims much higher from one of his "donation" miners - where you donate 0.05BTC which is about $60 as I write this. That would be fine I guess if you had a rig or farm of 1070s but I have only 1 (which is in a gaming PC - my mining rigs are mostly AMD R9 290s). I like to add the 1070 to my miners when I'm not using the PC and I would LOVE to get 700h/s or better out of it.

So which version of ccminer are people using to get 700h/s cryptonight out of a 1070? Please point to to where I can get it!

The version I have been using to get 500h/s was the one I found packaged in the Nicehash Miner /bin folder which is just called ccminer_cryptonight.exe - so I don't know where it came from originally.

Does anyone know where there is a github repository of a ccminer specifically forked for cryptonight?

Crypto currency enthusiast and miner since 2015. Mined approx 200 ETH during 2016 and 2017 and sold it at approximately $US40 each. Then I watched it reach $1000+ each. If anyone bothers to read this stuff pay attention to this: HODL HODL HODL HODL HODL HODL

I started mining with 1 AMD 7950 and 1 R9-280X. Then I gradually built my AMD operation into 12 R9-290s. Awesome ETH hash but ridiculous power consumption and heat. Over the last year I defected to the Nvidia team. I now use GTX 1070s. They were expensive to buy (probably a bargain now) but awesome hash rate vs. power consumption. blah blah blah blah
Contentim
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
March 29, 2017, 09:59:55 AM
 #22579

I might be interested in buying one (or more) L3 Miners, but where should I buy them? Aliexpress starts at 2100 USD while eastshore.xyz offerst them for ~1900 USD (incl. shipping to Europe), but I do not know if they are legit.
forexcc
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 19, 2017, 08:39:55 PM
 #22580


I have gtx260 and can not in any way download the required miner. Please share, thanks in advance.
Pages: « 1 ... 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 [1129] 1130 1131 1132 1133 1134 1135 »
  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!