Search content
Sort by

Showing 20 of 87 results by dhsc19
Post
Topic
Board Mining (Altcoins)
Re: [ANN] [NiM] Nimiq Miner - one click miner for NIM (beta Windows/CPU+GPU/GUI)
by
dhsc19
on 04/07/2020, 14:48:44 UTC
It works fine, but you need to add the ability to turn on/off the cpu or gpu, thanks
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
dhsc19
on 04/11/2015, 21:48:24 UTC
Sorry, if I've totally missed this in the thread somewhere.  I've compiled the sgminer from this link (https://github.com/sgminer-dev/sgminer) found on this page (https://www.nicehash.com/index.jsp?p=software#amdgpu) and I'm not finding the kernel for Lyra2REv2.  I want to add Lyra2REv2 for auto-switch multi-algo mining.  Can someone fill me in on what I've missed?  Thanks.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
dhsc19
on 06/08/2015, 15:46:44 UTC
In case you missed the News about Axiom miner: we have released faster CPU miner for Axiom. How fast does it go? You will be able to hash 80-120% faster than before, depending on what kind of CPU you have. More info here: https://www.nicehash.com/index.jsp?p=news&id=23

edit: Our team is further pushing limits of Axiom CPU mining. This time, we were able to achieve outstanding 241% speed improvement compared to original Axiom miner. Furthermore, we packed miner together with a nice&slim launcher for easy CPU mining and real-time statistics from NiceHash. More info here: https://www.nicehash.com/index.jsp?p=news&id=25

Can't seem to compile again.  Getting these errors on Ubuntu 14.02 system with all dependencies installed:

crypto/mshabal.c:144:3: note: in expansion of macro âPPâ
   PP(A[0x4], A[0x3], B[0x8], B[0x5], B[0x1], B[0xE], C[0x0], M(0x8));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:145:3: note: in expansion of macro âPPâ
   PP(A[0x5], A[0x4], B[0x9], B[0x6], B[0x2], B[0xF], C[0xF], M(0x9));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:146:3: note: in expansion of macro âPPâ
   PP(A[0x6], A[0x5], B[0xA], B[0x7], B[0x3], B[0x0], C[0xE], M(0xA));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:147:3: note: in expansion of macro âPPâ
   PP(A[0x7], A[0x6], B[0xB], B[0x8], B[0x4], B[0x1], C[0xD], M(0xB));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:148:3: note: in expansion of macro âPPâ
   PP(A[0x8], A[0x7], B[0xC], B[0x9], B[0x5], B[0x2], C[0xC], M(0xC));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:149:3: note: in expansion of macro âPPâ
   PP(A[0x9], A[0x8], B[0xD], B[0xA], B[0x6], B[0x3], C[0xB], M(0xD));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:150:3: note: in expansion of macro âPPâ
   PP(A[0xA], A[0x9], B[0xE], B[0xB], B[0x7], B[0x4], C[0xA], M(0xE));
   ^
crypto/mshabal.c:86:11: error: expected â;â before âttâ
   __m256i tt; \
           ^
crypto/mshabal.c:151:3: note: in expansion of macro âPPâ
   PP(A[0xB], A[0xA], B[0xF], B[0xC], B[0x8], B[0x5], C[0x9], M(0xF));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
   ^
crypto/mshabal.c:192:3: error: âtmpâ undeclared (first use in this function)
   tmp = xb; \
   ^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
   ^
crypto/mshabal.c:191:11: warning: implicit declaration of function â_mm256_supi32â [-Wimplicit-function-declaration]
   __m256i tmp; \
           ^
crypto/mshabal.c:197:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:198:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x1], C[0x1], M(0x1));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:199:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x2], C[0x2], M(0x2));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:200:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x3], C[0x3], M(0x3));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:201:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x4], C[0x4], M(0x4));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:202:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x5], C[0x5], M(0x5));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:203:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x6], C[0x6], M(0x6));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:204:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x7], C[0x7], M(0x7));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:205:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x8], C[0x8], M(0x8));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:206:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0x9], C[0x9], M(0x9));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:207:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xA], C[0xA], M(0xA));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:208:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xB], C[0xB], M(0xB));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:209:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xC], C[0xC], M(0xC));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:210:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xD], C[0xD], M(0xD));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:211:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xE], C[0xE], M(0xE));
   ^
crypto/mshabal.c:191:11: error: expected â;â before âtmpâ
   __m256i tmp; \
           ^
crypto/mshabal.c:212:3: note: in expansion of macro âSWAP_AND_SUBâ
   SWAP_AND_SUB(B[0xF], C[0xF], M(0xF));
   ^
crypto/mshabal.c:228:3: warning: implicit declaration of function â_mm256_sto_si256â [-Wimplicit-function-declaration]
   _mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
   ^
crypto/mshabal.c:228:33: error: expected expression before â)â token
   _mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
                                 ^
crypto/mshabal.c:230:33: error: expected expression before â)â token
   _mm256_storeu_si256((__m256i *)sc->state + j + 12, B[j]);
                                 ^
crypto/mshabal.c:231:33: error: expected expression before â)â token
   _mm256_storeu_si256((__m256i *)sc->state + j + 28, C[j]);
                                 ^
make[2]: *** [crypto/cpuminer-mshabal.o] Error 1
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make: *** [all] Error 2

Comment from cpuminer-multi thread says for developer to use git pull.
Post
Topic
Board Investor-based games
Re: btc-arbs.com - Update: dead HYIP, Refund progress: BTC-arbs still doing refunds
by
dhsc19
on 04/08/2015, 00:58:22 UTC
Possible for class action lawsuit?
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - BTC & DASH multipool for AMD GPUs. Fast kernel and custom software. Extra profit
by
dhsc19
on 29/07/2015, 23:01:19 UTC
Interested to try, but a quick question, your server detects which type of wallet (BTC/DASH) used automatically right? No setting/parameter on the miner required? i.e. if i used btc wallets, i'll be send btc, right?
Thanks.


I use a BTC  address and it goes to my BTC wallet no problem.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cpuminer-multi v1.1 (Linux + Windows VStudio/MinGW64) GPL Open Source
by
dhsc19
on 29/07/2015, 22:59:17 UTC
Can't seem to compile (Ubuntu 14.02...all dependencies are installed).  Anyone else have any hints:

make  all-recursive
make[1]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
Making all in compat
make[2]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[3]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[2]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
gcc -std=gnu99 -Wno-pointer-sign -Wno-pointer-to-int-cast   -march=native    -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o sha3/cpuminer-sph_keccak.o sha3/cpuminer-sph_hefty1.o sha3/cpuminer-sph_groestl.o sha3/cpuminer-sph_skein.o sha3/cpuminer-sph_bmw.o sha3/cpuminer-sph_jh.o sha3/cpuminer-sph_shavite.o sha3/cpuminer-sph_blake.o sha3/cpuminer-mod_blakecoin.o sha3/cpuminer-sph_luffa.o sha3/cpuminer-sph_cubehash.o sha3/cpuminer-sph_simd.o sha3/cpuminer-sph_echo.o sha3/cpuminer-sph_hamsi.o sha3/cpuminer-sph_fugue.o sha3/cpuminer-sph_sha2.o sha3/cpuminer-sph_sha2big.o sha3/cpuminer-sph_shabal.o sha3/cpuminer-sph_whirlpool.o crypto/cpuminer-blake2s.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o lyra2/cpuminer-Lyra2.o lyra2/cpuminer-Sponge.o algo/cpuminer-animecoin.o algo/cpuminer-axiom.o algo/cpuminer-blake.o algo/cpuminer-blakecoin.o algo/cpuminer-blake2.o algo/cpuminer-bmw256.o algo/cpuminer-c11.o algo/cpuminer-cryptonight.o algo/cpuminer-drop.o algo/cpuminer-fresh.o algo/cpuminer-groestl.o algo/cpuminer-heavy.o algo/cpuminer-ink.o algo/cpuminer-luffa.o algo/cpuminer-lyra2re.o algo/cpuminer-myr-groestl.o algo/cpuminer-keccak.o algo/cpuminer-pentablake.o algo/cpuminer-quark.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/cpuminer-qubit.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o algo/cpuminer-skein.o algo/cpuminer-skein2.o algo/cpuminer-s3.o algo/cpuminer-x11.o algo/cpuminer-x13.o algo/cpuminer-x14.o algo/cpuminer-x15.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   -ljansson -lpthread
cpuminer-cpu-miner.o: In function `workio_thread':
cpu-miner.c:(.text+0x38a5): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x3994): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
cpu-miner.c:(.text+0x3ddf): undefined reference to `SHA256'
cpuminer-cpu-miner.o: In function `longpoll_thread':
cpu-miner.c:(.text+0x5e1a): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x63d8): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `show_version_and_exit':
cpu-miner.c:(.text+0x6b7c): undefined reference to `curl_version'
cpuminer-cpu-miner.o: In function `main':
cpu-miner.c:(.text+0x8840): undefined reference to `curl_global_init'
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x11e2): undefined reference to `curl_easy_setopt'
util.c:(.text+0x120f): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1248): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1273): undefined reference to `curl_easy_setopt'
util.c:(.text+0x129e): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x12c9): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x169b): undefined reference to `curl_slist_append'
util.c:(.text+0x16bb): undefined reference to `curl_slist_append'
util.c:(.text+0x16d6): undefined reference to `curl_slist_append'
util.c:(.text+0x16f1): undefined reference to `curl_slist_append'
util.c:(.text+0x1725): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1734): undefined reference to `curl_easy_perform'
util.c:(.text+0x178d): undefined reference to `curl_easy_getinfo'
util.c:(.text+0x1cb1): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1cc0): undefined reference to `curl_easy_reset'
util.c:(.text+0x1d14): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1d23): undefined reference to `curl_easy_reset'
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x317f): undefined reference to `curl_easy_cleanup'
util.c:(.text+0x3184): undefined reference to `curl_easy_init'
util.c:(.text+0x32ed): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3312): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3334): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3356): undefined reference to `curl_easy_setopt'
util.c:(.text+0x337b): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x339d): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x34cf): undefined reference to `curl_easy_perform'
util.c:(.text+0x3503): undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `stratum_disconnect':
util.c:(.text+0x3558): undefined reference to `curl_easy_cleanup'
cpuminer-api.o: In function `websocket_handshake':
api.c:(.text+0xa0c): undefined reference to `SHA1_Init'
api.c:(.text+0xa37): undefined reference to `SHA1_Update'
api.c:(.text+0xa50): undefined reference to `SHA1_Final'
algo/cpuminer-heavy.o: In function `heavyhash':
heavy.c:(.text+0x22b): undefined reference to `SHA256_Init'
heavy.c:(.text+0x24d): undefined reference to `SHA256_Update'
heavy.c:(.text+0x26b): undefined reference to `SHA256_Update'
heavy.c:(.text+0x284): undefined reference to `SHA256_Final'
algo/cpuminer-skein.o: In function `skeinhash':
skein.c:(.text+0x159): undefined reference to `SHA256_Init'
skein.c:(.text+0x177): undefined reference to `SHA256_Update'
skein.c:(.text+0x190): undefined reference to `SHA256_Final'
collect2: error: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make: *** [all] Error 2
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
dhsc19
on 29/07/2015, 22:57:31 UTC
Can't seem to compile (Ubuntu 14.02...all dependencies are installed).  Anyone else have any hints:

Code:
apt-get install libssl-dev libcurl4-openssl-dev

Yup.  Apt-get says the latest is already installed for all those packages.
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
dhsc19
on 29/07/2015, 19:27:12 UTC
AxiomHash algorithm added; try out the first ever CPU-based hashing algorithm on NiceHash: https://www.nicehash.com/?p=news&id=20

Can't seem to compile (Ubuntu 14.02...all dependencies are installed).  Anyone else have any hints:

make  all-recursive
make[1]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
Making all in compat
make[2]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[3]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi/compat'
make[2]: Entering directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
gcc -std=gnu99 -Wno-pointer-sign -Wno-pointer-to-int-cast   -march=native    -o cpuminer cpuminer-cpu-miner.o cpuminer-util.o cpuminer-api.o cpuminer-sysinfos.o sha3/cpuminer-sph_keccak.o sha3/cpuminer-sph_hefty1.o sha3/cpuminer-sph_groestl.o sha3/cpuminer-sph_skein.o sha3/cpuminer-sph_bmw.o sha3/cpuminer-sph_jh.o sha3/cpuminer-sph_shavite.o sha3/cpuminer-sph_blake.o sha3/cpuminer-mod_blakecoin.o sha3/cpuminer-sph_luffa.o sha3/cpuminer-sph_cubehash.o sha3/cpuminer-sph_simd.o sha3/cpuminer-sph_echo.o sha3/cpuminer-sph_hamsi.o sha3/cpuminer-sph_fugue.o sha3/cpuminer-sph_sha2.o sha3/cpuminer-sph_sha2big.o sha3/cpuminer-sph_shabal.o sha3/cpuminer-sph_whirlpool.o crypto/cpuminer-blake2s.o crypto/cpuminer-oaes_lib.o crypto/cpuminer-c_keccak.o crypto/cpuminer-c_groestl.o crypto/cpuminer-c_blake256.o crypto/cpuminer-c_jh.o crypto/cpuminer-c_skein.o crypto/cpuminer-hash.o crypto/cpuminer-aesb.o lyra2/cpuminer-Lyra2.o lyra2/cpuminer-Sponge.o algo/cpuminer-animecoin.o algo/cpuminer-axiom.o algo/cpuminer-blake.o algo/cpuminer-blakecoin.o algo/cpuminer-blake2.o algo/cpuminer-bmw256.o algo/cpuminer-c11.o algo/cpuminer-cryptonight.o algo/cpuminer-drop.o algo/cpuminer-fresh.o algo/cpuminer-groestl.o algo/cpuminer-heavy.o algo/cpuminer-ink.o algo/cpuminer-luffa.o algo/cpuminer-lyra2re.o algo/cpuminer-myr-groestl.o algo/cpuminer-keccak.o algo/cpuminer-pentablake.o algo/cpuminer-quark.o algo/cpuminer-neoscrypt.o algo/cpuminer-nist5.o algo/cpuminer-pluck.o algo/cpuminer-qubit.o algo/cpuminer-scrypt.o algo/cpuminer-sha2.o algo/cpuminer-skein.o algo/cpuminer-skein2.o algo/cpuminer-s3.o algo/cpuminer-x11.o algo/cpuminer-x13.o algo/cpuminer-x14.o algo/cpuminer-x15.o algo/cpuminer-zr5.o asm/cpuminer-neoscrypt_asm.o  asm/cpuminer-sha2-x64.o asm/cpuminer-scrypt-x64.o asm/cpuminer-aesb-x64.o   -ljansson -lpthread
cpuminer-cpu-miner.o: In function `workio_thread':
cpu-miner.c:(.text+0x38a5): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x3994): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
cpu-miner.c:(.text+0x3ddf): undefined reference to `SHA256'
cpuminer-cpu-miner.o: In function `longpoll_thread':
cpu-miner.c:(.text+0x5e1a): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x63d8): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `show_version_and_exit':
cpu-miner.c:(.text+0x6b7c): undefined reference to `curl_version'
cpuminer-cpu-miner.o: In function `main':
cpu-miner.c:(.text+0x8840): undefined reference to `curl_global_init'
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x11e2): undefined reference to `curl_easy_setopt'
util.c:(.text+0x120f): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1248): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1273): undefined reference to `curl_easy_setopt'
util.c:(.text+0x129e): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x12c9): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x169b): undefined reference to `curl_slist_append'
util.c:(.text+0x16bb): undefined reference to `curl_slist_append'
util.c:(.text+0x16d6): undefined reference to `curl_slist_append'
util.c:(.text+0x16f1): undefined reference to `curl_slist_append'
util.c:(.text+0x1725): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1734): undefined reference to `curl_easy_perform'
util.c:(.text+0x178d): undefined reference to `curl_easy_getinfo'
util.c:(.text+0x1cb1): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1cc0): undefined reference to `curl_easy_reset'
util.c:(.text+0x1d14): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1d23): undefined reference to `curl_easy_reset'
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x317f): undefined reference to `curl_easy_cleanup'
util.c:(.text+0x3184): undefined reference to `curl_easy_init'
util.c:(.text+0x32ed): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3312): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3334): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3356): undefined reference to `curl_easy_setopt'
util.c:(.text+0x337b): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x339d): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x34cf): undefined reference to `curl_easy_perform'
util.c:(.text+0x3503): undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `stratum_disconnect':
util.c:(.text+0x3558): undefined reference to `curl_easy_cleanup'
cpuminer-api.o: In function `websocket_handshake':
api.c:(.text+0xa0c): undefined reference to `SHA1_Init'
api.c:(.text+0xa37): undefined reference to `SHA1_Update'
api.c:(.text+0xa50): undefined reference to `SHA1_Final'
algo/cpuminer-heavy.o: In function `heavyhash':
heavy.c:(.text+0x22b): undefined reference to `SHA256_Init'
heavy.c:(.text+0x24d): undefined reference to `SHA256_Update'
heavy.c:(.text+0x26b): undefined reference to `SHA256_Update'
heavy.c:(.text+0x284): undefined reference to `SHA256_Final'
algo/cpuminer-skein.o: In function `skeinhash':
skein.c:(.text+0x159): undefined reference to `SHA256_Init'
skein.c:(.text+0x177): undefined reference to `SHA256_Update'
skein.c:(.text+0x190): undefined reference to `SHA256_Final'
collect2: error: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dhsc19/Downloads/mining/cpuminer-multi'
make: *** [all] Error 2
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - BTC & DASH multipool for AMD GPUs. Fast kernel and custom software. Extra profit
by
dhsc19
on 29/07/2015, 18:18:39 UTC
Hmmm.  interesting development.... I spent most of today tweaking the settings in the mining software...and have discovered this sgminer behaves significantly different from other versions.  I won't get into the particulars, but suffice to say, i have discovered some quite good settings.

In short, I am now maintaining a constant 59C on the gpu, the vrm never goes above 64C, the power usage is 121.4W, and my rate has went from 64% up to 73%.  That officially puts the payout from dashminer over what I am getting from xpool.  And I am still running cool.  Looks like I may let my gpu stay pointed at dashminer, at least until I get my 290x.

Would you mind sharing the particulars?
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - DASH & BTC multipool for AMD GPUs. Custom software. Extra profit
by
dhsc19
on 22/07/2015, 22:41:16 UTC
Dear miners!

We have just released dashminer software version 1.1. The links are on official website.
This is a mandatory update, please update as soon as possible. Update includes Fiji bins (probably quite slow now, but better than nothing) and updated GCN bins.

We've also increased the base rate from 0.25 to 0.26 DASH.

Thanks!

Been using the new version and I'm noticing that while my local statistics are showing a constant rate, the recorded rate of submission showing on the web site is extremely sporadic.  Within 10 - 20 minutes at a time, the submission rate would jump as high as 125% and as low as 50%.  Before the submission rate was relatively steady, between 75% to 100%.  This is on an R9 280X.  While the average at 87.5% is great.  My miner seems to be more unstable, freezing several times a day and requiring restarts, loosing hashes in the process.  Also, this miner runs really hot.  I can mine X11 with wolf0 bin and rarely ever go past 75C, this miner is at a constant 85C or higher for me.  I think there's still quite a bit of optimization to work on.  The payout here is great, but seemingly at the cost of less efficiency.  I really want to keep mining here.  Just wondering if there is anything that can be done.  Thanks.
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - DASH & BTC multipool for AMD GPUs. Custom software. Extra profit
by
dhsc19
on 20/07/2015, 20:31:29 UTC
Hi guys!

First of all, thank you for mining at dashminer.com.

I thought of sharing my hardware speeds (see screenshots below).

Please share your results if you have time.

Thank you!




AMD R9 280X - 85%
AMD 6770 - 8%
Windows 7, 15.7 driver, no overclocking.
sgminer.exe -o sf -u XXX_test -p support@dashminer.com -I 22,20



AMD 6950 - 25%
AMD R9 7950 - 58%
AMD R9 290 - 100%
Windows 7, 15.7 driver, no overclocking.
sgminer.exe -o sf -u XXX_test -p support@dashminer.com -I 20,22,22

What is your overheat limit for the R9 280X?  X11 generally stayed at around 75C for me and I feel like I'm really pushing it with it averaging 85C with dashminer.  But but 92C?  It seems there's some inefficiency?  Also, I'm getting roughly 30 hardware errors a day.
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - DASH & BTC multipool for AMD GPUs. Custom software. Extra profit
by
dhsc19
on 18/07/2015, 01:20:58 UTC
This mining software is recognized as malicious software by 21 / 55 scanners on virus total.
See yourself: https://www.virustotal.com/en/file/db29e13a8e15292612247def55718eb05c836b646a5781033286544cf4720e0b/analysis/

What do you say, does it cointain a Trojan.Generic.14786865 or not?


Hi!

This is very interesting. I scanned the ZIP at VirusTotal before releasing it and there was just 2 detections:
https://www.virustotal.com/en/file/db29e13a8e15292612247def55718eb05c836b646a5781033286544cf4720e0b/analysis/1435226924/

3 weeks have passed, file has not changed (you can see it by the matching hash). But now there are 21 detections:
https://www.virustotal.com/en/file/db29e13a8e15292612247def55718eb05c836b646a5781033286544cf4720e0b/analysis/

The new detections are by some unknown anitvirus software and are unspecific. Well known software detects a bitcoin miner, and that is expected.

EXE was prepared on a special build machine, so having a virus there is very unlikely.
The miner is open source, so you can compile it from github yourself to be 100% sure.

Thanks

I think there are large corporations pushing for the flagging of Cryptocurrency miners as malware to deter the general public from getting in on the game.  Most people are not going to want to take a chance if anything pops up.  It's just like with BitTorrent clients.
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - DASH & BTC multipool for AMD GPUs. Custom software. Extra profit
by
dhsc19
on 17/07/2015, 23:07:17 UTC
This mining software is recognized as malicious software by 21 / 55 scanners on virus total.
See yourself: https://www.virustotal.com/en/file/db29e13a8e15292612247def55718eb05c836b646a5781033286544cf4720e0b/analysis/

What do you say, does it cointain a Trojan.Generic.14786865 or not?

I get warnings like that all the time for various versions of sgminer for Windows because the mining code has been used for covert mining and causing high energy usage of unsuspecting workstations.  So, those AV scanners will warn to say they detected a "bitcoin" miner so that the end user is aware.  The code is open source and I build mine from source.  I use a Linux system though.
Post
Topic
Board Pools (Altcoins)
Re: DashMiner.com - DASH & BTC multipool for AMD GPUs. Custom software. Extra profit
by
dhsc19
on 16/07/2015, 16:10:11 UTC
All I can say is, WOW!  It's been a while since I've been able to make this much daily BTC from GPU mining with my R9 280X.  I used to be able to pull close to 0.0025 - 0.003 BTC a day mid-last year, but then ASICs started taking over and difficulty went up and now I'm only generating 0.00117 - 0.00170 BTC a day at best.  I've been mining in your pool now for the last 5 days and my BTC wallet has been confirming at least 0.003 a day.  I hope this keeps up!  Thank you Dashminer!
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
dhsc19
on 13/07/2015, 21:54:15 UTC
the miner works with dashminer.com multipool only
Very interesting, watching.
Before anyone asks - no, that's not me Smiley

I know that - not me either. You can tell cause it's on GitHub, and looks like code from SG was used.
not me either, otherwise I would have played the sock puppet  Grin


So much negativity, but well... What can you expect from bitcointalk.

Not negativity. Curiosity. I want to see how this scheme will work or how will it fail.

I am trying out this pool just for the fun of it....
It looks like they are actually paying about .2 dash/day on a 290x.
What happened to .4 dash/day?

edit:
Hmm now my diff is set at 8 and I haven't found a share in almost 2 hours...

Thanks for trying out the pool.

0.2 DASH/day is what is shown in miner software. Current promotion is "double payout". So you will get 0.4 DASH/day.

> Hmm now my diff is set at 8 and I haven't found a share in almost 2 hours...
dashminer.com sets share difficulty pretty low (around 0.1) with a target of 3 seconds for low reject ratio. There's no way to get to diff 8.

Looks on par for me.  Just received 0.00324 BTC after 24hrs on Dashminer.  That's on an 280X generating at 81%.

However, currently WITHOUT Wolf's bin, I'm generating roughly 0.0017 BTC a day at best on Westhash.  Now, after promotion and payout goes back down to 0.2 DASH/day (0.002 estimated BTC equivalent) my payout from Dashminer will be estimated at 0.00162 BTC a day.  If your miner is better than Wolf's but I'm generating the roughly the same payout elsewhere WITHOUT Wolf's bin, I guessing you are profiting the extra hash since I'm not necessarily benefiting from it.  I do find the "we have a fast mining kernel" and the claim that it is better than Wolf's (on the Dashminer thread) marketing strategy interesting because if the statement is true, it actually has no relevance to the miner because, in reality, they don't benefit from it...you do.  I'm not saying that's necessarily bad, it is capitalism after all...I just find the psychology behind it interesting.

Yes, your logic is correct for the most part.

However, I'd like to mention these items:

* the 0.2 DASH per 100% (which is currently 0.4 DASH with the promotion) base rate can be changed at any time. It can become higher or lower. This is all business. For example, about 10 hours ago X11 mining was more profitable than it is now.

* I don't know when the promotion will end, haven't decided yet. Currently the pool has about 120mhs of X11 and it is pretty hard to guesstimate the baserate from such low hash. The income is very jumpy (time between blocks is large). I feel that with 0.4 DASH per 100% I can get miners and that's what I am doing (even though looks like I am paying out more than I am earning).

* I am planning to seriously compete with other multipools and I want people to come to my pool and I want them to be happy with their earnings

* My software can switch algorithms, so it is not always X11. It can be X13 for example, so this is getting some extra profit as well.

* Yes, my kernel is faster than Wolf's leaked bins. I am not sure how it competes with his private bins though. And even though it is faster, do you think it is faster like 50% or more??? I wish it was true...

* All multipools take relatively high % from miners, usually 2% - 7%. It's just my payment strategy is different. And I think it may be very compelling to some miners who don't care about megahashes, different coin launches, different miners etc... They just want to mine some BTC and they want it to be simple, yet profitable. This is my offering.

A personal question: A few posts ago there was a claim that you can mine Quark for about 2X or 3X the profit, why are you not mining Quark?

Thanks

I've let WestHash auto-algo-switching take care of it for me.  I've calculated my GPU's hashing factors and I've found that in some cases it falls short from their estimated factor.  So, sometimes even the current most profitable algo isn't the most profitable for me because my GPU is much better at hashing a different algo.  Nevertheless, I like your current offer and the first 24h payout looked good.  So, I'm over to Dashminer in the meantime Cheesy
Post
Topic
Board Investor-based games
Re: btc-arbs.com - Update: dead HYIP, Refund progress: BTC-arbs still doing refunds
by
dhsc19
on 13/07/2015, 18:52:00 UTC
Arbs everytime you say "new batch of payments" and everytime i recieve nothing. Going on 3 months now without anything. There seems to be only a handful of ppl committed to this thread, why is it still random payments? Please send something.

also have not seen anything since april

I haven't seen anything in a really long time either.  Recently bitcoins surpassed the $300.00 mark, which means there has been some movement.  The previous excuse was that bitcoins were too stagnant therefore arb was nearly impossible.  Now that I see movement, When can we expect payments?

His other HYIPs are not making him profit at the moment.  Gotta wait for the next set of suckers to get more BTC.  He's taking it easy now because our vigilantes are not hounding him anymore.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
dhsc19
on 13/07/2015, 17:50:26 UTC
the miner works with dashminer.com multipool only
Very interesting, watching.
Before anyone asks - no, that's not me Smiley

I know that - not me either. You can tell cause it's on GitHub, and looks like code from SG was used.
not me either, otherwise I would have played the sock puppet  Grin


So much negativity, but well... What can you expect from bitcointalk.

Not negativity. Curiosity. I want to see how this scheme will work or how will it fail.

I am trying out this pool just for the fun of it....
It looks like they are actually paying about .2 dash/day on a 290x.
What happened to .4 dash/day?

edit:
Hmm now my diff is set at 8 and I haven't found a share in almost 2 hours...

Thanks for trying out the pool.

0.2 DASH/day is what is shown in miner software. Current promotion is "double payout". So you will get 0.4 DASH/day.

> Hmm now my diff is set at 8 and I haven't found a share in almost 2 hours...
dashminer.com sets share difficulty pretty low (around 0.1) with a target of 3 seconds for low reject ratio. There's no way to get to diff 8.

Looks on par for me.  Just received 0.00324 BTC after 24hrs on Dashminer.  That's on an 280X generating at 81%.

However, currently WITHOUT Wolf's bin, I'm generating roughly 0.0017 BTC a day at best on Westhash.  Now, after promotion and payout goes back down to 0.2 DASH/day (0.002 estimated BTC equivalent) my payout from Dashminer will be estimated at 0.00162 BTC a day.  If your miner is better than Wolf's but I'm generating the roughly the same payout elsewhere WITHOUT Wolf's bin, I guessing you are profiting the extra hash since I'm not necessarily benefiting from it.  I do find the "we have a fast mining kernel" and the claim that it is better than Wolf's (on the Dashminer thread) marketing strategy interesting because if the statement is true, it actually has no relevance to the miner because, in reality, they don't benefit from it...you do.  I'm not saying that's necessarily bad, it is capitalism after all...I just find the psychology behind it interesting.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
dhsc19
on 24/06/2015, 15:40:47 UTC
I've been observing some problems with sgminer 5.1.1-5-ga458 and the previous build during NeoScrypt mining.  It seems to happen when it automatically switches between Lyra2RE and NeoScrypt.  I'm mining on NiceHash and those two algos tend to be close to each other in profitability so it is not uncommon for the miner to periodically switch between the two.  However, in many occasions when the GPU switches to NeoScrypt after mining from another algo, NeoScrypt will cease to work.  All I get are a bunch of changing diff to a new value messages, but never any accepted shares.  And it may continue that way for hours and never switch to another algo.  If I manually restart the miner, it will immediately resume submitting accepted shares.  In other instances, my miner will freeze.  It won't report SICK or anything.  The screen just doesn't update.  But, I can press q to quit and it will say that it is exiting, but it never returns to the command prompt.  So, I have to reboot my whole computer.

Worst case scenario is that one GPU on a different machine has ceased to be able to mine NeoScrypt at all.  Didn't change anything in the settings.  Sgminer runs but just gives me a bunch of changing diff value messages.  I don't think it has anything to do with NiceHash because I have two other systems mining with the same settings and they are submitting shares, while the one in question just doesn't anymore.  I don't know if the GPU has been corrupted.

My NeoScrypt settings include:

"rawintensity" : "8192",
"gpu-engine" : "1150",
"gpu-memclock" : "1350",
"gpu-powertune" : "30",
"worksize" : "64"

And my temp never goes past 75C
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool
by
dhsc19
on 21/04/2015, 16:33:59 UTC
Here's a my newbie Nicehash questions:

1) When to look for the most profitable coin I look at the "currently paying" column on the homepage, right?
    So when it says X11 is the most profitable at 0.2749 and then I see Neoscrypt at 5.3425 or X13 at 0.3391, etc. Why aren't they highlighted as most profitable?

That is because the average hashing rate for each algo is different.  Let's say your card can only hash 5.5Mh/s on X11 and 256kh/s on Neoscrypt.  Your card is only hashing 4.65% compared to X11.  So, even if Neoscrypt is paying 5.3425 you're really only making an equivalent of 0.2487 at your Neoscrypt hashing rate compared to X11 at 0.274.

Quote
2) What's the advantage of renting power? I guess I can mine whatever coin I want with the rented power? Is there any profit to be made that way by renting hashing power and mining with it?

If you play it right, you can pump a large amount of hash power on a coin that has a low difficulty.  Which means you would have the greater advantage of getting more coins than the average miner.  Then, dump it while it's hot.

Quote
3) By renting on Nicehash, Is this another way of doing "cloud mining"? But I guess you can see what you rent instead of cloud mining where you just get daily payouts and nothing more.

Thanks!

This isn't "cloud mining" as you define it.  This is very much like mining rig rental, except the mining rigs are not all sitting in a centralized datacenter.  The hash power is distributed among mining rigs that are connected to Nice/WestHash service all over the world.  Because you are not renting a "single" mining rig, your hash rate is not dependent on a single rig's availability.  The many rigs connected to Nice/Westhash are automatically distributed to provide the hashing power you need.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner
by
dhsc19
on 14/04/2015, 17:56:19 UTC
I've compiled sgminer 5.1.1-3-gc50e3 from Badman74 git source.  When I try to run it for Lyra2RE, I'm getting:

[10:52:08] Unable to open lyra2re.cl for reading!

I checked that my kernel path is correct and there are the files Lyra2.cl and Lyra2RE.cl.  So, i renamed Lyra2.cl and Lyra2RE.cl to lyra2.cl and lyra2re.cl respectively.  Seems to be working now.  Just giving a heads up.