Bitcoin Forum
June 26, 2024, 11:40:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: September 07, 2015, 07:59:33 PM
Keep on the good work!

Transaction ID: f1d3e7bd537cb79fc454cca016e9877c5b4c32223d657a8e8cd26a6c0bf04c51-000

New 1.5.66 version downloaded from https://github.com/sp-hash/ccminer/releases/download/1.5.66/release66.7z is showing 1.5.65 (ccminer.exe -V)...
42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [AXIOM] AxiomMemHash, Schnorr Sigs Implemented, APOS 3.0, AXH 2.0 Proposed on: September 03, 2015, 09:15:29 PM
Hello and please help linux rookie

I can compile cpuminer from https://github.com/bitbandi/cpuminer-multi.git, but https://github.com/tpruvot/cpuminer-multi.git is giving me headache. Here is the log after these commands:

git clone https://github.com/tpruvot/cpuminer-multi.git
cd cpuminer-multi/
./autogen.sh
./configure CFLAGS="-march=native"
make

Quote
...
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-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-cryptolight.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-lyra2rev2.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   compat/jansson/libjansson.a -lpthread
cpuminer-cpu-miner.o: In function `workio_thread':
cpu-miner.c:(.text+0x34d0): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x35c4): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `stratum_gen_work':
cpu-miner.c:(.text+0x39d5): undefined reference to `SHA256'
cpuminer-cpu-miner.o: In function `longpoll_thread':
cpu-miner.c:(.text+0x56be): undefined reference to `curl_easy_init'
cpu-miner.c:(.text+0x5bcc): undefined reference to `curl_easy_cleanup'
cpuminer-cpu-miner.o: In function `show_version_and_exit':
cpu-miner.c:(.text+0x62aa): undefined reference to `curl_version'
cpuminer-cpu-miner.o: In function `main':
cpu-miner.c:(.text+0x7ea1): undefined reference to `curl_global_init'
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x114d): undefined reference to `curl_easy_setopt'
util.c:(.text+0x117a): undefined reference to `curl_easy_setopt'
util.c:(.text+0x11b3): undefined reference to `curl_easy_setopt'
util.c:(.text+0x11de): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1209): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x1234): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_rpc_call':
util.c:(.text+0x159d): undefined reference to `curl_slist_append'
util.c:(.text+0x15bd): undefined reference to `curl_slist_append'
util.c:(.text+0x15d8): undefined reference to `curl_slist_append'
util.c:(.text+0x15f3): undefined reference to `curl_slist_append'
util.c:(.text+0x1621): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1630): undefined reference to `curl_easy_perform'
util.c:(.text+0x1683): undefined reference to `curl_easy_getinfo'
util.c:(.text+0x1b73): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1b82): undefined reference to `curl_easy_reset'
util.c:(.text+0x1bdd): undefined reference to `curl_slist_free_all'
util.c:(.text+0x1bec): undefined reference to `curl_easy_reset'
cpuminer-util.o: In function `json_load_url':
util.c:(.text+0x1c59): undefined reference to `curl_easy_init'
util.c:(.text+0x1ca6): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1cc8): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1cea): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1d0e): undefined reference to `curl_easy_setopt'
util.c:(.text+0x1d30): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x1d52): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `json_load_url':
util.c:(.text+0x1ea8): undefined reference to `curl_easy_perform'
util.c:(.text+0x1f2a): undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x3194): undefined reference to `curl_easy_cleanup'
util.c:(.text+0x3199): undefined reference to `curl_easy_init'
util.c:(.text+0x3305): undefined reference to `curl_easy_setopt'
util.c:(.text+0x332a): undefined reference to `curl_easy_setopt'
util.c:(.text+0x334c): undefined reference to `curl_easy_setopt'
util.c:(.text+0x336e): undefined reference to `curl_easy_setopt'
util.c:(.text+0x3393): undefined reference to `curl_easy_setopt'
cpuminer-util.o:util.c:(.text+0x33b5): more undefined references to `curl_easy_setopt' follow
cpuminer-util.o: In function `stratum_connect':
util.c:(.text+0x34e7): undefined reference to `curl_easy_perform'
util.c:(.text+0x351b): undefined reference to `curl_easy_cleanup'
cpuminer-util.o: In function `stratum_disconnect':
util.c:(.text+0x3570): undefined reference to `curl_easy_cleanup'
cpuminer-api.o: In function `websocket_handshake':
api.c:(.text+0x911): undefined reference to `SHA1_Init'
api.c:(.text+0x93c): undefined reference to `SHA1_Update'
api.c:(.text+0x955): undefined reference to `SHA1_Final'
algo/cpuminer-heavy.o: In function `heavyhash':
heavy.c:(.text+0x200): undefined reference to `SHA256_Init'
heavy.c:(.text+0x222): undefined reference to `SHA256_Update'
heavy.c:(.text+0x23d): undefined reference to `SHA256_Update'
heavy.c:(.text+0x253): undefined reference to `SHA256_Final'
algo/cpuminer-skein.o: In function `skeinhash':
skein.c:(.text+0x14a): undefined reference to `SHA256_Init'
skein.c:(.text+0x168): undefined reference to `SHA256_Update'
skein.c:(.text+0x181): undefined reference to `SHA256_Final'
collect2: ld returned 1 exit status
make[2]: *** [cpuminer] Error 1
make[2]: Leaving directory `/root/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cpuminer-multi'
make: *** [all] Error 2
Any idea?
43  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 16, 2015, 06:34:34 PM
Guys, ccminer is reporting 28.965 kH/s, but Nicehash is reporting only around 15.000 kH/s! What should be wrong?
44  Economy / Service Announcements / Re: [ANN] NiceHash.com - sell & buy hash rate cloud mining service / multipool on: August 11, 2015, 05:35:50 AM
Hi, I have a huge number of available blade servers that can mine axiom with their CPU's but all of them are behind firewall that is allowing only 80 and 443. Is there a solution?
45  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 05, 2015, 07:15:57 AM
Hey, what are Your OC values, and what cards are You using?
Factory clocks, different cards. Mostly without the 6pin power connector.
These are great results for quark - i think. I am getting 6600-6800 with my gigabyte 750ti with OC +150cpu +300mem. I see one of Your gpu is doing 8600! Other are 7900, 7700,...
What am I doing wrong?

Private kernal

Average for 6 cards is around 7MHASH on the 750ti. The opensource version does around 5.9MHASH. (factory clocks)

Aaaa, that is the trick. How much btc is that top secret project Smiley
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 05, 2015, 06:26:42 AM
Hey, what are Your OC values, and what cards are You using?

Factory clocks, different cards. Mostly without the 6pin power connector.

These are great results for quark - i think. I am getting 6600-6800 with my gigabyte 750ti with OC +150cpu +300mem. I see one of Your gpu is doing 8600! Other are 7900, 7700,...

What am I doing wrong?
47  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 05, 2015, 05:23:13 AM
What are you mining to get a 6-12 month ROI?!?! Oo
Mining Quark for instance right now, at $.1144 KwH for a 970 nets $.32 per day after power. That ROI in about 1000 days, or three~ years. Back before SAK crashed, it was about 8-12 months for ROI.
Edit: Release .57 is broken for Neoscrypt. One of my machines (W8) it doesn't do anything and hangs when it connects to the pool, my other machine (W10) only one of the 970s works even though it tries to start all three of them.

Cost of power: $0,06KWH
Cost of a used board (750ti) $100
Average outside temp in the summer. 10C (I live close to the north pole)
Private kernals +30%



Hey, what are Your OC values, and what cards are You using?
48  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 04, 2015, 12:35:46 PM
Hello,
I plan to retire my 6x750ti and since everybody is talking about gigabyte 970 what model to choose? There are two Windforce models: GV-N970WF3-4GD and GV-N970WF3OC-4GD...
retire? ...
the best system ( outside of density ) that you can use currently to date ...
another 18 will be added to the farm very shortly to thefarm - once all the 'other' stuff is got out the way ( including all the personal 'stuff' ) ...
are you in australia? ... ill happily have a home for them ...
#crysx

How many cards do you have now? Where I live a used 750ti goes for around $100 on the second hand market. I am expanding slowly, but ROI is still 6-12Months. The reward/risc is high.

Thanks all for the info. I will then stick to my 6*750ti Smiley It look like there is no second hand 750ti yet in Serbia. After over a year of mining, rig paid for itself and I purchased airplane tickets to Croatian coast with bitcoins Smiley

Long live 750ti Smiley
49  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: August 04, 2015, 05:30:21 AM
Hello,

I plan to retire my 6x750ti and since everybody is talking about gigabyte 970 what model to choose? There are two Windforce models: GV-N970WF3-4GD and GV-N970WF3OC-4GD...
50  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell kernels. on: May 26, 2015, 06:40:32 PM
Hi,
Does anyone have the following problem while trying to mine Neoscrypt:

Try to use lower intensity e.g. "-i 14". Do you have 1gb mem card?

I deleted the post. Stupid "-p d=0.02 " parameter made problem. Solved...
51  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: April 08, 2015, 06:52:37 AM

Try --throughput 1

I run 6 x750ti and that works perfectly on all cards, anything above that and things crash

Do You use it with diff parameter or not?
52  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: April 03, 2015, 08:14:24 AM
Just switched from Linux to Windows mining (mainly because of Miner Control under Windows). Mining Neoscrypt under Linux was rock solid, but under Windows is not so good. On my 6*750ti rig  I am using "--throughput 3,3,3,3,3,3 --diff 0.5" config, but had a lot of rejects with Yaamp. Another problem is that in the middle of mining one or few GPU's crush, so reboot is only solution.

So, do we need a new version of ccminer?

BR...
53  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: March 13, 2015, 06:42:21 PM
Any new versions, development? Or should we pay more?
54  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: February 06, 2015, 01:10:09 PM
There is a little known problem with kopiemtu monitoring. Video card hash rate is reported in KH/S, but kopiemtu need khash/s to work normally. Can You fix this, or maybe there is some adjustment in kompiemtu's monitoring config file?
55  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: February 05, 2015, 08:01:56 PM
Great. 20 mBTC sent to You. I personaly still mine quark, but You send me exe for linux (kopiemtu) just to test and wait until neoscrypt mining is better then quark.

BR...
56  Alternate cryptocurrencies / Mining (Altcoins) / Re: neoscrypt algo for ccminer and nvidia card: call for donation on: February 05, 2015, 03:56:35 PM
Hey, how to give this miner a try? Donate some btc, and then what? Download? Compile? Git?
57  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 02, 2015, 08:03:47 PM
Example is in the first post in the thread.  You just have to replace the miner details with your miner.

Thanks. I just added new line under yaamp section. I am using MinerControl just for checking, and I mine in Linux...
58  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller on: February 02, 2015, 05:44:28 PM
Hello,

How to add neoscrypt for yaamp?

Thanks...
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!