integrale
Full Member
Offline
Activity: 144
Merit: 100
Eager to learn
|
|
October 11, 2017, 06:09:26 PM Last edit: October 15, 2017, 04:49:24 PM by integrale |
|
hmmm probably never problems compile your sources no clue whats going wrong on my side *SOLVED* if you are on Linux use CUDA9 Source (doesnt matter if on your system is Cuda8 or Cuda9) in my case it works great now. even same error message during compilation about unsupported "ARCH" compilation get succesfull Anyway great work from DEV thxx
|
AltCoin-Mining @ Xubuntu 16.04 LTS
|
|
|
Lafu
Legendary
Offline
Activity: 3150
Merit: 3217
|
|
October 11, 2017, 07:13:58 PM |
|
For me too mining HSR on a 1080 Ti Aorus 11 gb with no OC normal settings , after 30 -45 min miner crashes ! I tryd alexis version and runs 24 hours with no problems !
Regards Lafu
|
|
|
|
Epsylon3 (OP)
Legendary
Offline
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
|
|
October 11, 2017, 07:31:11 PM |
|
windows seems to interract strangely with shared mem algos... i guess some app is using gpu computing too
x13 problem hard to resolve
|
|
|
|
BadAstroZA
|
|
October 12, 2017, 04:25:25 AM Last edit: October 12, 2017, 04:52:28 AM by BadAstroZA |
|
Is there any known solution to the system instantly powering off/rebooting when running ccminer with Lyra2rev2? Trying to get me some Monacoin while the getting's still good, but anything from a few seconds to a few minutes the PC will shut down and reboot, with no error message or warning.
Running 7x GTX 1070s on Windows 10, stable rig that has been running Zcash mining 24/7 for ages.
|
|
|
|
cristipuc
Newbie
Offline
Activity: 40
Merit: 0
|
|
October 12, 2017, 08:11:23 AM |
|
Any suggestion for monacoin? mining with GTX 1080 TI, what should be the average output?
|
|
|
|
ZenFr
Legendary
Offline
Activity: 1260
Merit: 1046
|
|
October 12, 2017, 01:19:11 PM |
|
2.2.2 version : no problem here with nVidia GPUs and Ubuntu 16.04 with Cuda 8.0 (compilation and run are perfects). Allways a very good job from dev : thank you :-).
|
|
|
|
bison160
Newbie
Offline
Activity: 19
Merit: 0
|
|
October 12, 2017, 01:33:37 PM |
|
Thanks for the update. Seems to be running smoothly on PHI algo with 1080ti's and 980's
|
|
|
|
hwgeek
Member
Offline
Activity: 82
Merit: 10
|
|
October 12, 2017, 01:39:36 PM |
|
Is there any known solution to the system instantly powering off/rebooting when running ccminer with Lyra2rev2? Trying to get me some Monacoin while the getting's still good, but anything from a few seconds to a few minutes the PC will shut down and reboot, with no error message or warning.
Running 7x GTX 1070s on Windows 10, stable rig that has been running Zcash mining 24/7 for ages.
Have u updated to latest driver? I just did and my pc crashes too, rolling back for older driver.
|
|
|
|
BadAstroZA
|
|
October 12, 2017, 08:38:02 PM |
|
I brought OC all the way down to nothing - running the cards at factory defaults still crashes. What are your OC settings?
I'm using GTX 1070s by the way.
Maybe it's the driver - which version of CUDA and which version of GeForce drivers are you using?
Thanks
|
|
|
|
alexrossi
Legendary
Offline
Activity: 3892
Merit: 1745
Join the world-leading crypto sportsbook NOW!
|
|
October 13, 2017, 05:51:26 AM |
|
I need a good advice
I'm currently mining ZEC with EWBF, already compiled miner, on a machine with a metered 3g connection
Now I'd like to switch on lyra to mine monacoin (and so using CCminer), my problem is that all the nvidia SDK weights approximately 1.5gb of download, so my question:
Can i rent on digital ocean a VPS just to compile the miner, using the same OS (ubuntu 16.04), then copy just the compiled miner through SFTP to the metered connection rig?
|
|
|
|
santan
Member
Offline
Activity: 102
Merit: 11
|
|
October 13, 2017, 11:49:06 AM |
|
I need a good advice
I'm currently mining ZEC with EWBF, already compiled miner, on a machine with a metered 3g connection Now I'd like to switch on lyra to mine monacoin (and so using CCminer), my problem is that all the nvidia SDK weights approximately 1.5gb of download, so my question: Can i rent on digital ocean a VPS just to compile the miner, using the same OS (ubuntu 16.04), then copy just the compiled miner through SFTP to the metered connection rig?
On my Rig .... there is nothing except the miner executable and drivers for the card..... You can just take the binaries tpruvot have given... no need to even compile yourself.
|
|
|
|
Imerman2
Member
Offline
Activity: 83
Merit: 10
|
|
October 14, 2017, 07:38:30 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux. Yet getting this one too work seems to evade me. I have an Nvidia GeFORCE GTX 650 Ti (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh
./build.sh make: *** No rule to make target 'distclean'. Stop. clean checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether gcc needs -traditional... no checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for gcc option to support OpenMP... -fopenmp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking for json_loads in -ljansson... no checking for pthread_create in -lpthread... yes checking for gzopen in -lz... yes checking for SSL_library_init in -lssl... yes checking for EVP_DigestFinal_ex in -lcrypto... yes ./configure: line 6177: syntax error near unexpected token `,' ./configure: line 6177: `LIBCURL_CHECK_CONFIG(, 7.15.2, ,' make: *** No targets specified and no makefile found. Stop.
Sorry for the book of code but I don't know what it really means. What exactly is going wrong? The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can. Anyways I'm thoroughly confused and could use help.
|
|
|
|
santan
Member
Offline
Activity: 102
Merit: 11
|
|
October 14, 2017, 09:25:02 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.
Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else. So how could you build it
|
|
|
|
alexrossi
Legendary
Offline
Activity: 3892
Merit: 1745
Join the world-leading crypto sportsbook NOW!
|
|
October 14, 2017, 11:43:11 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.
Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else. So how could you build it Maybe he was referring compiling as unzipping the archive and firing up the miner
|
|
|
|
uhro
Full Member
Offline
Activity: 209
Merit: 100
Join Cashbery Coin!
|
|
October 14, 2017, 12:23:43 PM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux. Yet getting this one too work seems to evade me. I have an Nvidia GeFORCE GTX 650 Ti (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh
Sorry for the book of code but I don't know what it really means. What exactly is going wrong? The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can. Anyways I'm thoroughly confused and could use help.
Something wants me to say that ccminer doesn't work with that old of a compute version, but I'm not sure on that.
|
|
|
|
pallas
Legendary
Offline
Activity: 2716
Merit: 1094
Black Belt Developer
|
|
October 14, 2017, 06:37:44 PM |
|
Yiimp down again :-(
|
|
|
|
Imerman2
Member
Offline
Activity: 83
Merit: 10
|
|
October 15, 2017, 01:56:11 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.
Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else. So how could you build it Note me saying I wasn't a programmer so I'm not going to use the correct syntax. I guess I built the CUDA repositories for EWBF's and then downloaded the executable miner. Why can't I use the build function on this Miner? You still didn't answer my question.
|
|
|
|
Imerman2
Member
Offline
Activity: 83
Merit: 10
|
|
October 15, 2017, 02:13:53 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux. Yet getting this one too work seems to evade me. I have an Nvidia GeFORCE GTX 650 Ti (this is not a rig, just my computer) and so I set the nvcc Arch to (nvcc_ARCH = -gencode=arch=compute_30,code=\"sm_30,compute_30\") as it asked but I'm getting this when I run ./build.sh
Sorry for the book of code but I don't know what it really means. What exactly is going wrong? The only thing I can think of is that I had to switch drivers for my graphics card to mine on EWBF's so maybe I need to switch back, but if this uses CUDA then I don't think I can. Anyways I'm thoroughly confused and could use help.
Something wants me to say that ccminer doesn't work with that old of a compute version, but I'm not sure on that. Again not a programmer so my questions may be worded incorrectly. When you say the compute version may be to old I'm assuming your referring to the 30 in the nvcc Arch part I changed. On Tpruvot's own page he says that you need to check your GPU for what to set this parameter to. The link is here https://github.com/tpruvot/ccminer/wiki/Compatibility and it says this is what my settings should be according to my computers NVidia GeFORCE GTX 650 Ti. Like I said I have no idea what the problem is, but it says something is wrong with the syntax in line 6177. What does that mean?
|
|
|
|
Imerman2
Member
Offline
Activity: 83
Merit: 10
|
|
October 15, 2017, 02:20:05 AM |
|
I can't seem to get this to build correctly. I'm not a computer programmer but I have built other miners like EWBF's Cuda Miner on Linux.
Very Strange........ EWBF's Cuda Miner for ZEC is not opensource. You can only get already compiled version nothing else. So how could you build it Maybe he was referring compiling as unzipping the archive and firing up the miner My point is that I have other CPU and GPU miners on my computer and they work no problem. I don't remember the exact method in which I installed each of them, but this is the only miner that I can't get to work. Reminding me that the EWBF miner is executable when you download it doesn't help me get tpruvot's ccminer to work so what's the point in posting about it. What does my error mean and how do I fix it? Is my GPU simply not capable of running this miner or what?
|
|
|
|
doktor83
|
|
October 15, 2017, 05:56:24 AM |
|
it's so funny that sp_ comes in here asking for help and code correcting, then later he advertises his miner and that its 20% faster than the available ones. Anyone else think that's funny ? Also sgminer's for HSR incoming, just look at yiimp miners version
|
|
|
|
|