Let's do a profit calculation.. The nano can do 20MHASH of x11 0.020GHASH * 0.15 (Nicehash payment for 1 GHASH) = 0,003 BTC /DAY 500$ = 1,32BTC 1.32/0.003 = 440 It will take the Nano 440 days TO ROI with FREE POWER. And in these 440 days we have pascal and the 14NM chips comming.. So it seems like the Nano is a better buy that the GTX 980 then... Even if the 980 could do 20 MH of X11.
|
|
|
Hi Joblo, Thank you for this initiative. I downloaded the 3.0.1 version. It compiles (and runs) on my machines having i5 processors (Ubuntu 12.04), but it fails to compile on my Intel Core 2 duo machine (Ubuntu 14.04), as well as on my old Athlon single core machine (Ubuntu 12.04). Here is the build log (from ./build.sh) from the core 2 duo if interested. https://www.dropbox.com/s/mbxje7fdntxgrkk/cpuminer_build.log?dl=0
|
|
|
I tried to build the cpuminer-multi-argon2 in Linux Ubuntu, by just running sudo ./build.sh. When linking I get these errors: /tmp/ccorz3QX.ltrans11.ltrans.o: In function `scrypt': ccorz3QX.ltrans11.o:(.text+0x48d6): undefined reference to `scrypt_ChunkMix_sse2' ccorz3QX.ltrans11.o:(.text+0x4904): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans11.o:(.text+0x4922): undefined reference to `scrypt_ChunkMix_ssse3' ccorz3QX.ltrans11.o:(.text+0x493c): undefined reference to `scrypt_ChunkMix_avx' /tmp/ccorz3QX.ltrans25.ltrans.o: In function `scrypt_ROMix_xop.6629': ccorz3QX.ltrans25.o:(.text+0xf4): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x119): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x15d): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x17d): undefined reference to `scrypt_ChunkMix_xop' /tmp/ccorz3QX.ltrans25.ltrans.o: In function `scrypt_ROMix_avx.6622':
How do I solve this? Yeah, there is something wrong with the script, I had a similar problem, try this (copy/paste) ./configure --with-crypto --with-curl CFLAGS="-O3 -march=native -Wall -D_REENTRANT -funroll-loops -fvariable-expansion-in-unroller -fmerge-all-constants -fbranch-target-load-optimize2 -fsched2-use-superblocks -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -DUSE_ASM -pg" then do the make -j 4 It should build fine. This won't produce optimal results. Just use ./configure --with-crypto --with-curl CFLAGS="-Ofast -march=native" It's writen in README.md, it's there for reason. Either one of you have a solution that works. I had to do a make clean before make, though. Also I had to do this sudo chown -R bobben .deps to overcome a permission problem. then I did make and it linked fine. Thanks to both of you.
|
|
|
I tried to build the cpuminer-multi-argon2 in Linux Ubuntu, by just running sudo ./build.sh. When linking I get these errors: /tmp/ccorz3QX.ltrans11.ltrans.o: In function `scrypt': ccorz3QX.ltrans11.o:(.text+0x48d6): undefined reference to `scrypt_ChunkMix_sse2' ccorz3QX.ltrans11.o:(.text+0x4904): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans11.o:(.text+0x4922): undefined reference to `scrypt_ChunkMix_ssse3' ccorz3QX.ltrans11.o:(.text+0x493c): undefined reference to `scrypt_ChunkMix_avx' /tmp/ccorz3QX.ltrans25.ltrans.o: In function `scrypt_ROMix_xop.6629': ccorz3QX.ltrans25.o:(.text+0xf4): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x119): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x15d): undefined reference to `scrypt_ChunkMix_xop' ccorz3QX.ltrans25.o:(.text+0x17d): undefined reference to `scrypt_ChunkMix_xop' /tmp/ccorz3QX.ltrans25.ltrans.o: In function `scrypt_ROMix_avx.6622':
How do I solve this?
|
|
|
crysx Are you talking about the 6 980ti's on one rig?
yup ... so far only 5 x gigabyte 980ti g1 / extreme will work at any one time - and the 6th kills the drivers for some reason ... the system is 4 x gigabyte 980ti g1 + 2 x gigabyte 980ti extreme ... it doesnt matter which pcie you remove from the collection - it will only work with 5 cards - and the as soon as the 6th card goes in the driver refuses to load ... #crysx Perhaps your mainboard or PSU(s) is not able to supply enough power to the cards? Check your power draw when 5 of the cards are mining.
|
|
|
Guys, I have tested the new neosrypt kernel provided by Wolf. It seems this thing flies. Here is a picture of one of my rigs with 3 x 280X. If you are able to top this then post your picture. http://imgur.com/U6lnAFeIs that open source? Yes, open source by Wolf. You can find the neoscrypt.cl kernel file in the ...bin\sgminer-5-2-1-general\kernel subfolder of the recent Nicehash v 1.2.2.0 miner.
|
|
|
Guys, I have tested the new neosrypt kernel provided by Wolf. It seems this thing flies. Here is a picture of one of my rigs with 3 x 280X. If you are able to top this then post your picture. http://imgur.com/U6lnAFeWith the new sgminer 5.2.1 as just released by NiceHash, I cannot get past 370 kH/s with my 280x's, win 7-64, AMD 15.7.1 drivers and xI=2. Interestingly, xI=4 and xI=3 is lower. rawintensity of 5120 causes too many rejections, What miner are you using to get those results??? Or is there some config line I am missing??? Here is my .conf: { "pools": [ { "name": "WestHash NeoScrypt", "nfactor": "10", "algorithm": "neoscrypt", "url": "stratum+tcp://neoscrypt.usa.nicehash.com:3341", "user": "USER", "pass": "PASSWORD", "extranonce-subscription": true } ], "api-port": "4028", "xintensity": "2", "gpu-engine": "1000", "gpu-fan": "50-85", "gpu-memclock": "1500", "gpu-powertune": "0", "gpu-vddc": "1.10", "worksize": "64", "thread-concurrency": "8192", "temp-cutoff": "90", "temp-overheat": "82", "temp-target": "72", "auto-fan": true, "failover-only": true, "gpu-threads": "2", "gpu-platform": "0", "api-listen": true, "api-allow": "W:127.0.0.1/32", "gpu-reorder": true } p.s. updated I am on Ubuntu 12.04 64-bit. AMD Catalyst 14.9 (driver version 14.501) ls /var/lib/dkms/fglrx/ 14.501.1003 ...... Sgminer options: --thread-concurrency 8192 --xintensity 3 -g 2 --worksize 64 For me newer drivers and newer versions of the miner gives me lower hash rates. P.S. I use another machine with Catalyst 14.6 installed to compile the kernel file (.cl) into a bin-file (neoscryptTahitigw64l8tc8192.bin in this case). Then I distribute this bin file to the miner machines and use it to mine with.
|
|
|
Guys, I have tested the new neosrypt kernel provided by Wolf. It seems this thing flies. Here is a picture of one of my rigs with 3 x 280X. If you are able to top this then post your picture. http://imgur.com/U6lnAFe
|
|
|
Dear users, Yet another new version of NiceHash Miner has just been released. The new version 1.2.2.0 brings highly optimized AMD GPU mining for NeoScrypt (up to +300%) and a few bugfixes: https://www.nicehash.com/index.jsp?p=news&id=56Keep on mining!  Best regards, NiceHash team About the new optimised kernels: I assume they are precompiled bins as usual, but what about the miner part that runs on cpu? At least for quark some kind of host code is needed, for it to hash that fast. Is that code opensource and merged into sgminer main branch? It's source; mine. Very nice work, Wolf. I see you changed the kernel code so adjacent work-items are accessing adjacent locations in global memory. This increases the cache hits on the reads from mem = quite significant perf increase I sent you 0.02 BTC just for this.
|
|
|
I see, will I will tell you this, I could not get sgminer to run by just using the sgminer-fixed.conf file. It would not initialize my cards. However, if I set my parameters in the command line it runs fine and I can overclock it. This is what I run it with: sgminer.exe --config sgminer-fixed.conf -p d=10.0 -d 0 --xintensity 256 -w 64 -g 1 --gpu-engine 1100 --gpu-memclock 1500 --gpu-powertune 10 --gpu-fan 73 --keccak-unroll 0 --hamsi-expand-big 4 --nfactor 10
And then in my conf file I take out all config options in at the end. Here is my conf file: (this is for multi algo mining) { "pools" : [ { "name" : "NiceHash_Scrypt_multi", "url" : "stratum+tcp://scrypt.usa.nicehash.com:4333", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "zuikkis" }, { "name" : "NiceHash_Scrypt-N_multi", "url" : "stratum+tcp://scryptnf.usa.nicehash.com:4335", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "11", "algorithm" : "zuikkis" }, { "name" : "NiceHash_X11_multi", "url" : "stratum+tcp://x11.usa.nicehash.com:4336", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "darkcoin-mod" }, { "name" : "NiceHash_X13_multi", "url" : "stratum+tcp://x13.usa.nicehash.com:4337", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "marucoin-mod" }, { "name" : "NiceHash_Keccak_multi", "url" : "stratum+tcp://keccak.usa.nicehash.com:4338", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "maxcoin" }, { "name" : "NiceHash_X15_multi", "url" : "stratum+tcp://x15.usa.nicehash.com:4339", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "bitblock" }, { "name" : "NiceHash_NIST5_multi", "url" : "stratum+tcp://nist5.usa.nicehash.com:4340", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "talkcoin-mod" }, { "name" : "NiceHash_NeoScrypt_multi", "url" : "stratum+tcp://neoscrypt.usa.nicehash.com:4341", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "neoscrypt" }, { "name" : "NiceHash_Lyra2RE_multi", "url" : "stratum+tcp://lyra2re.usa.nicehash.com:4342", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "Lyra2RE" }, { "name" : "NiceHash_WhirlpoolX_multi", "url" : "stratum+tcp://whirlpoolx.usa.nicehash.com:4343", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "whirlpoolx" }, { "name" : "NiceHash_Qubit_multi", "url" : "stratum+tcp://qubit.usa.nicehash.com:4344", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "qubitcoin" }, { "name" : "NiceHash_Quark_multi", "url" : "stratum+tcp://quark.usa.nicehash.com:4345", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "quarkcoin" }, { "name" : "NiceHash_Lyra2REv2_multi", "url" : "stratum+tcp://lyra2rev2.usa.nicehash.com:4347", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "Lyra2REv2" }, { "name" : "NiceHash_X11_backup", "url" : "stratum+tcp://x11.usa.nicehash.com:3336", "user" : "1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf", "pass" : "x", "nfactor" : "10", "algorithm" : "darkcoin-mod" } ] }
This results in the following: sgminer 5.1.0 - Started: [2015-12-25 19:30:14] - [0 days 00:01:16] -------------------------------------------------------------------------------- (5s):11.60M (avg):11.62Mh/s | A:0 R:0 HW:0 WU:0.191/m ST: 1 SS: 0 NB: 3 LW: 2345 GF: 0 RF: 0 Connected to NiceHash_X11_multi (stratum) diff 0.040 as user 1623zu9dpqkJR6mpSyFbgZxNZKUiE9XdAf Block: 6c3e7b65... Diff:126 Started: [19:31:21] Best share: 0.837 -------------------------------------------------------------------------------- [P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit GPU 0: 67.0C 2704RPM | 11.55M/11.62Mh/s | R: 0.0% HW:0 WU:0.191/m xI:256 -------------------------------------------------------------------------------- [19:30:12] Started sgminer 5.1.0 [19:30:12] * using Jansson 2.7 [19:30:12] Loaded configuration file sgminer-fixed.conf [19:30:12] Probing for an alive pool [19:30:13] Switching to NiceHash_X11_multi - first alive pool [19:30:13] Startup GPU initialization... Using settings from pool NiceHash_X11_multi. [19:30:13] Startup Pool No = 2 [19:30:13] Initialising kernel darkcoin-mod.cl with bitalign, unpatched BFI, nfactor 10, n 1024 [19:30:13] Waiting for work to be available from pools. [19:30:14] Work available from pools, resuming. [19:30:30] Accepted 05176ede Diff 0.196/0.040 GPU 0 at NiceHash_X11_multi [19:30:31] Accepted 14d6af09 Diff 0.048/0.040 GPU 0 at NiceHash_X11_multi [19:30:36] Accepted 161a5b42 Diff 0.045/0.040 GPU 0 at NiceHash_X11_multi [19:30:43] Accepted 0131c08b Diff 0.837/0.040 GPU 0 at NiceHash_X11_multi [19:31:04] Accepted 0db66466 Diff 0.073/0.040 GPU 0 at NiceHash_X11_multi [19:31:25] Accepted 0d5ecd3e Diff 0.075/0.040 GPU 0 at NiceHash_X11_multi
Maybe this will help. Good luck! Thanks Levi, I will give it a try later.
|
|
|
Are the EU servers closest to you? Have you tried any of the others?
EU servers *should* be the closest as I am in Europe. Doing a ping confirms this C:\Temp>ping speedtest.eu.nicehash.com Pinging speedtest.ams01.softlayer.com [159.253.132.18] with 32 bytes of data: Reply from 159.253.132.18: bytes=32 time=44ms TTL=53 Reply from 159.253.132.18: bytes=32 time=41ms TTL=53 Reply from 159.253.132.18: bytes=32 time=42ms TTL=53 Reply from 159.253.132.18: bytes=32 time=40ms TTL=53 C:\Temp>ping speedtest.usa.nicehash.com Pinging speedtest.sjc01.softlayer.com [50.23.64.58] with 32 bytes of data: Reply from 50.23.64.58: bytes=32 time=271ms TTL=51 Reply from 50.23.64.58: bytes=32 time=295ms TTL=51 Reply from 50.23.64.58: bytes=32 time=195ms TTL=51 Reply from 50.23.64.58: bytes=32 time=193ms TTL=51 What happens if you run this from the GUI and not the batch file? The GUI (v.1.2.1.0) doesnt work for me. It encounters an unhandled exception, but I can press Continue. After that it goes looking for Nvidia GPUs and there it hangs... I only have one AMD R9 280X card in this computer... It is too late to get into JIT debugging.. So never mind the GUI. I will experiment further with setting a value in the password field in the config. and try to run the batch file. I may need to set parameter value for price to start mining properly. Has anybody else successfully managed to get this miner to work with other pools than nicehash?
|
|
|
Are the EU servers closest to you? Have you tried any of the others?
EU servers *should* be the closest as I am in Europe. Doing a ping confirms this C:\Temp>ping speedtest.eu.nicehash.com Pinging speedtest.ams01.softlayer.com [159.253.132.18] with 32 bytes of data: Reply from 159.253.132.18: bytes=32 time=44ms TTL=53 Reply from 159.253.132.18: bytes=32 time=41ms TTL=53 Reply from 159.253.132.18: bytes=32 time=42ms TTL=53 Reply from 159.253.132.18: bytes=32 time=40ms TTL=53 C:\Temp>ping speedtest.usa.nicehash.com Pinging speedtest.sjc01.softlayer.com [50.23.64.58] with 32 bytes of data: Reply from 50.23.64.58: bytes=32 time=271ms TTL=51 Reply from 50.23.64.58: bytes=32 time=295ms TTL=51 Reply from 50.23.64.58: bytes=32 time=195ms TTL=51 Reply from 50.23.64.58: bytes=32 time=193ms TTL=51
|
|
|
I am not able to get the Nicehash sgminer going. It seems like it doesnt connect to the pool. I can telnet the pool and it replies. I am running the runme.bat under the sgminer-5-1-1-optimized folder. This is on Windows 7, one 280X, driver 15.7.1. I only changed the user in the sgminer-fixed.conf file.
sgminer says:
[2015-12-25 12:19:10] Log date is now 2015-12-25 [2015-12-25 12:19:10] Started sgminer 5.1.1 [2015-12-25 12:19:10] * using Jansson 2.7 [2015-12-25 12:19:10] Loaded configuration file sgminer-fixed.conf [2015-12-25 12:19:14] Probing for an alive pool [2015-12-25 12:20:17] No servers were found that could be used to get work from.
[2015-12-25 12:20:17] Please check the details from the list below of the server s you have input [2015-12-25 12:20:17] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers [2015-12-25 12:20:17] Pool: 0 URL: stratum+tcp://qubit.eu.nicehash.com:3344 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Pool: 1 URL: stratum+tcp://x11.eu.nicehash.com:3336 User : 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Pool: 2 URL: stratum+tcp://quark.eu.nicehash.com:3345 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Press any key to exit, or sgminer will try again in 15s. [2015-12-25 12:20:33] No servers were found that could be used to get work from.
[2015-12-25 12:20:33] Please check the details from the list below of the server s you have input [2015-12-25 12:20:33] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers [2015-12-25 12:20:33] Pool: 0 URL: stratum+tcp://qubit.eu.nicehash.com:3344 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Pool: 1 URL: stratum+tcp://x11.eu.nicehash.com:3336 User : 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Pool: 2 URL: stratum+tcp://quark.eu.nicehash.com:3345 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Press any key to exit, or sgminer will try again in 15s.
Help.
PS. I wish you all a Merry Cryptmas and a Happy New Mining year when it comes!
Make sure you dont have a space at the end of the server URL after port number. Hard to tell from the log but it almost looks like there might be an extra space there. Thanks. That was almost it. I removed the .4 and 4 in the user and password fields and voila - I got one step closer to success I think. All the parameters in the sgminer-fixed.conf are left unchanged. Now the miner starts up, but it is frequently waiting for work to be available at the pool. Maybe I have to wait for it to stabilize? sgminer 5.1.1 - Started: [2015-12-25 16:43:29] - [0 days 00:06:46] -------------------------------------------------------------------------------- (5s):7.823M (avg):7.102Mh/s | A:172 R:20 HW:0 WU:28.000/m ST: 1 SS: 0 NB: 43 LW: 344 GF: 0 RF: 0 Connected to NiceHash_Qubit_Fixed (stratum) diff 2.560 as user 19eSQxSAL9PuTF8gf Block: 10a7e91d... Diff:9.54K Started: [16:50:12] Best share: 163 -------------------------------------------------------------------------------- [P]ool management [G]PU management Settings [D]isplay options [Q]uit GPU 0: 64.0C 1115RPM | 8.058M/7.241Mh/s | R: 10.7% HW:0 WU:28.015/m xI:1024 -------------------------------------------------------------------------------- xed [2015-12-25 16:49:44] Waiting for work to be available from pools. [2015-12-25 16:49:44] Work available from pools, resuming. [2015-12-25 16:49:44] Accepted 3f6f3622 Diff 4.036/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:49:46] Accepted 1fd3b194 Diff 8.043/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:49:50] Waiting for work to be available from pools. [2015-12-25 16:49:50] Work available from pools, resuming. [2015-12-25 16:49:53] Waiting for work to be available from pools. [2015-12-25 16:49:53] Work available from pools, resuming. [2015-12-25 16:50:04] Waiting for work to be available from pools. [2015-12-25 16:50:04] Work available from pools, resuming. [2015-12-25 16:50:14] Accepted 09756569 Diff 27/2.560 GPU 0 at NiceHash_Qubit_Fi xed [2015-12-25 16:50:36] Accepted 5af8b542 Diff 2.814/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:50:36] Accepted 2e0887cd Diff 5.561/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:50:36] Rejected 8ae1c8e8 Diff 471/2.560 GPU 0 NiceHash_Qubit_Fixe d (Job not found.) [2015-12-25 16:50:37] Waiting for work to be available from pools. [2015-12-25 16:50:37] Work available from pools, resuming. [2015-12-25 16:50:37] Waiting for work to be available from pools. [2015-12-25 16:50:37] Rejected 223c5171 Diff 7.477/2.560 GPU 0 NiceHash_Qubit_Fi xed (Job not found.) [2015-12-25 16:50:37] Work available from pools, resuming. [2015-12-25 16:50:38] Waiting for work to be available from pools. [2015-12-25 16:50:38] Work available from pools, resuming. [2015-12-25 16:50:49] Waiting for work to be available from pools. [2015-12-25 16:50:49] Work available from pools, resuming. [2015-12-25 16:50:59] Accepted 54615618 Diff 3.034/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:51:08] Accepted 0c6569d8 Diff 20/2.560 GPU 0 at NiceHash_Qubit_Fi xed [2015-12-25 16:51:08] Accepted 470a0b61 Diff 3.604/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:51:22] Accepted 12671527 Diff 13/2.560 GPU 0 at NiceHash_Qubit_Fi xed [2015-12-25 16:51:23] Accepted 1ef0f26f Diff 8.274/2.560 GPU 0 at NiceHash_Qubit _Fixed [2015-12-25 16:51:25] Waiting for work to be available from pools. [2015-12-25 16:51:25] Work available from pools, resuming.
|
|
|
I am not able to get the Nicehash sgminer going. It seems like it doesnt connect to the pool. I can telnet the pool and it replies. I am running the runme.bat under the sgminer-5-1-1-optimized folder. This is on Windows 7, one 280X, driver 15.7.1. I only changed the user in the sgminer-fixed.conf file.
sgminer says:
[2015-12-25 12:19:10] Log date is now 2015-12-25 [2015-12-25 12:19:10] Started sgminer 5.1.1 [2015-12-25 12:19:10] * using Jansson 2.7 [2015-12-25 12:19:10] Loaded configuration file sgminer-fixed.conf [2015-12-25 12:19:14] Probing for an alive pool [2015-12-25 12:20:17] No servers were found that could be used to get work from.
[2015-12-25 12:20:17] Please check the details from the list below of the server s you have input [2015-12-25 12:20:17] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers [2015-12-25 12:20:17] Pool: 0 URL: stratum+tcp://qubit.eu.nicehash.com:3344 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Pool: 1 URL: stratum+tcp://x11.eu.nicehash.com:3336 User : 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Pool: 2 URL: stratum+tcp://quark.eu.nicehash.com:3345 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:17] Press any key to exit, or sgminer will try again in 15s. [2015-12-25 12:20:33] No servers were found that could be used to get work from.
[2015-12-25 12:20:33] Please check the details from the list below of the server s you have input [2015-12-25 12:20:33] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers [2015-12-25 12:20:33] Pool: 0 URL: stratum+tcp://qubit.eu.nicehash.com:3344 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Pool: 1 URL: stratum+tcp://x11.eu.nicehash.com:3336 User : 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Pool: 2 URL: stratum+tcp://quark.eu.nicehash.com:3345 Us er: 19eSQxSAL9PuTF8gfWrJ9UarRfmwxaQq2N.myGPU Password: x [2015-12-25 12:20:33] Press any key to exit, or sgminer will try again in 15s.
Help.
PS. I wish you all a Merry Cryptmas and a Happy New Mining year when it comes!
|
|
|
Hi Nicehash
I installed the new miner and started the runme.bat under sgminer-5-1-1-optimized folder after I added my BTC address. When sgminer starts it says "waiting for work to be available from pools" and this keeps repeating every 5-10 second, and the hashrate goes up and down quite a bit.
I tried putting all the 3 different pools first in the list in the sgminer-fixed.conf file, rebooting the machine each time. Windows 7, amd driver 15.7.1, One R9 280X card.
|
|
|
Good cards. But they draw 200-250w. The x11 kernal is not optimal. You should mine something else.
4 750ti's draw 260 watts. 4 R9 Nano's draw 400 watt while doing 11Mhz..  And 4 750ti do 12.8 mh/s at about 260 watts.  And a 980ti does 13.5 mh/s at 310 watts at the wall..so about 240 watts. I edited my post.. it's 11mhz per card. Some extra info. 23,5Mhz @ 60Watt (core down to 850) per card on Ethereum, 25Mhz @ 100watt (stock clock) and 30Mhz @ 200watt (core @ 1100) Don't think Nvidia can beat that ;-) But pricy card none the less.. I have one single 970 card doing 7.3MH/s (X11), system is drawing 200W at the wall, 100W when idle. ccminer 1.5.63 sp-mod. So both in terms of power usage and hashing power it beats 2 750 TIs, at least for X11.
|
|
|
Since quark was the focus of the most recent changes it proves that cuda 7.5 can perform better than 6.5. I hope these results translate to the other algos.
I have showed that it can be done with quark. I believe the other algos can be tuned faster as well with more work.. 0.01 BTC guys. This is all I am asking  Just sent you 867794d843b271e2647511eff2d959e928bee5642bf9e181b4c9ce66bbf904b7 Keep up the good work! BTW: My newly acquired ASUS GTX 970 on stock clocks is mining Neoscrypt at ~ 470 kH/s. cmd line: ccminer -t -a neoscrypt -o <pool> Version spmod 1.5.63 and CUDA 6.5.19 on Xubuntu 12.04 x64. Is that what these cards can do or could it go higher "with the current software"? EDIT: Managed to get to ~ 490 kH/s by setting difficulty=256 recognised by the pool..
|
|
|
Open my test pool around 7-8 days for free mining. 0% fee and PROP. There is a limitation on the bandwidth usage 1000 GB. So try it or not. http://104.238.183.121/MPOS/public/index.php?page=loginTest script: ./minerd -o stratum+tcp://104.238.183.121:3333 -u seeksilence.test -p x -q 7-8 days mining Magi with 0% fee? Thats nice! No other miner except me. Just mined one block with less than 100kh/s in 38 hours. Seems no one is interested in this. I will run out of money in the VPS in 7-8 days that's why I open it for free. When I try to register it says toke expired. Not enough time allowed to key in the details.
|
|
|
Ah you mean the PoM. This one is finished. Team is talking about starting new one. We are saving fund for it atm. Let you know when new one will start!
Thanks for the info, magic. I should have read the whole thread and paid attention to the date of the OP.
|
|
|
Why the requirement to have been registered in bitcointalk.org since Sept 2014? I would have liked to participate, but I only enrolled here in January 
|
|
|
|