Low memory? - Windows 10 uses a lot. - And I'd asume, that there's going some towards binaries and Ccminer.? I would probably delete a bunch of the pre-installed crap, your sisters laptop probably boot with. And see if that fixes it.
No its 1TB/8gb/4gb gpu . she will kill me if i do that . Anyways was just curious about hash rate of gt740m with ccminer .
She got a Volta? For real? - It's released? And available for laptops? Edit; ^ I might just misunderstand what you mean though. - But Now I gotta google.. - Been waiting for years, for a Volta!
I dont think gt740 will be giving you more than 100-200 MH/s. You can read the review & specs here. For comparison a 750ti has 640 shaders and gives 460MH/s. Also i wouldn't recommend mining on a laptop for any significant length of time especially if it is not yours
Sorry for my long absence... been saving for a "new" gpu... Just got a NVIDIA Geforce 730 GT 'Ninja' (quite a looker) . My Question is... will I be able to mine with this card using cudaminer? (decred version obviously) My current pc specs (for info's sake) CPU: amd 3.8 ghz quad-core GPU: NVIDIA Geforce 730 GT 2gb ddr3 RAM: 8gb ddr3 HDD Capacity: 2 TB OS: Windows 10 Thanks for any help/info...
Hi, I tried to install the miner for my machine with AMD card on linux. Installed all dependencies needed and tried to compile, but I never got so far to start it cause ccminer is never finally compiled as executable file. I dunno why. Does anybody have a similar problem on linux ? Cheers. Andre
Now I tried ccminer on nvidia from here https://github.com/tpruvot/ccminer/tree/linux just made which ended in Code: nvcc fatal : Unsupported gpu architecture 'compute_52' make[2]: *** [cuda_groestlcoin.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/ccminer-groestlcoin.Tpo .deps/ccminer-groestlcoin.Po mv -f .deps/ccminer-myriadgroestl.Tpo .deps/ccminer-myriadgroestl.Po mv -f .deps/ccminer-ccminer.Tpo .deps/ccminer-ccminer.Po make[2]: Leaving directory `/home/ubuntu/mining/gpu/ccminer' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ubuntu/mining/gpu/ccminer' make: *** [all] Error 2 further: Code: ./ccminer -bash: ./ccminer: No such file or directory
See decred releases in my signature - there shall be ccminer as well somewhere. If you want to compile, try this : configure.sh:: extracflags="-march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16" CUDA_CFLAGS="-O3 -lineno -Xcompiler -Wall -gencode arch=compute_52,code=compute_52" ./configure CXXFLAGS="-O3 $extracflags" --with-cuda=/usr/local/cuda --with-nvml=libnvidia-ml.so
Ok, I have to step on with the AMD GPU first. So I downloaded this: decred-linux-amd64-v0.1.6.tar.gz Do I HAVE to run a proxy in front? Or canI simply start with settings made? Nothing to compile? This happens when I try to run it: Code: ./dcrd 22:40:16 2016-07-08 [WRN] DCRD: open /home/wearebad2014/.dcrd/dcrd.conf: no such file or directory 22:40:16 2016-07-08 [INF] DCRD: Version 0.1.6-beta 22:40:16 2016-07-08 [INF] DCRD: Loading block database from '/home/wearebad2014/.dcrd/data/mainnet/blocks_leveldb' 22:40:16 2016-07-08 [ERR] DCRD: resource temporarily unavailable Weird, and it does RUN, my CPU gets blocked like crazy :O I had to kill the process. CPU was screaming
legalmat : https://github.com/tpruvot/ccminer/wiki/Compatibility else upgrade to CUDA 7.5.. for this problem