Pages:
Author

Topic: Wolf's XMR/BCN/DSH CPUMiner - 2x speed compared to LucasJones' - NEW 06/20/2014 - page 7. (Read 546897 times)

member
Activity: 81
Merit: 1002
It was only the wind.

Hm... try this:

Code:
make distclean
./autogen.sh
CFLAGS="-I/tmp/curl/include" LDFLAGS="-static -L/tmp/curl/lib" ./configure --with-libcurl=/tmp/curl

Same error,
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


Dynamic compilation works just fine...

Pastebin config.log.




http://pastebin.com/UMLA4K6B
You built libcurl with zlib, but you did not build a static copy; therefore it looks for one because you forced static compilation and cannot find it, thus the failure.


PFF, stupid curl configuration scrit, version 7.37 is buggy as hell!!

I got it compiled now with 7.34 :

Static CURL :
Code:
wget http://curl.haxx.se/download/curl-7.34.0.tar.gz
 ./configure --disable-shared --enable-static
make -j 4;make install;

cpu miner
Code:
./autogen.sh
./configure CFLAGS="-static"
make -j 4


Perfect. Remember about the fucked DNS resolution.
newbie
Activity: 128
Merit: 0
have anoyne Non-AES win64 source? for  windows compilance

yes if some one share source or link be nice.
Thx.
newbie
Activity: 10
Merit: 0
have anoyne Non-AES win64 source? for  windows compilance
newbie
Activity: 56
Merit: 0
I've been testing this miner on 3 of my Ubuntu 16.04 machines mining Monero for a week or so, I like it very much.  I am noting about a 2% hashrate improvement when I use ./configure CFLAGS="-O3 -march=native" as opposed to the Basic *nix build instructions posted on github.  I'm trying to dig into why that might be the case.
member
Activity: 81
Merit: 1002
It was only the wind.

Hm... try this:

Code:
make distclean
./autogen.sh
CFLAGS="-I/tmp/curl/include" LDFLAGS="-static -L/tmp/curl/lib" ./configure --with-libcurl=/tmp/curl

Same error,
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


Dynamic compilation works just fine...

Pastebin config.log.




http://pastebin.com/UMLA4K6B
You built libcurl with zlib, but you did not build a static copy; therefore it looks for one because you forced static compilation and cannot find it, thus the failure.
sr. member
Activity: 305
Merit: 250
member
Activity: 81
Merit: 1002
It was only the wind.

Hm... try this:

Code:
make distclean
./autogen.sh
CFLAGS="-I/tmp/curl/include" LDFLAGS="-static -L/tmp/curl/lib" ./configure --with-libcurl=/tmp/curl

Same error,
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


Dynamic compilation works just fine...

Pastebin config.log.

legendary
Activity: 2030
Merit: 1076
BTCLife.global participant
full member
Activity: 171
Merit: 100
Where to get Win32 and 64 +AES and -AES binaries of Wolf's miner ? Links in the first post are broken (((

BTW : What is the best miner today for CryptoNight CPU mining ?
copper member
Activity: 29
Merit: 1
this link (https://ottrbutt.com/cpuminer-multi/cpuminer-multi-wolf-05-30-2014.zip) is broken
i cant download file.
please someone upload file and share it .
pleassse
member
Activity: 81
Merit: 1002
It was only the wind.
Looking for instructions on how to enable MADV_HUGEPAGE on Centos 6.5 , anyone ??

You can't, because CentOS is garbage. I had to add in a flag to disable some optimizations for that shit OS.

I know it is, is there any other way to get it to run on centos ? If i compile on ubuntu and run on centos it complains about glibc version (2.14 required, centos runs 2.12). Any other way ? Is it possible to include glibc in the static binary ?

EDIT : Removing MADV_HUGEPAGE from cpu-miner.c fixes the problem but with a significant loss in speed. I need the extra speed!!

You CAN compile the whole thing statically - but the thing is, DNS resolution will be fucked. You'll need to use your pool's IP. Also, god knows if hugepages will even work on CentOS, it may just fail to malloc().
member
Activity: 81
Merit: 1002
It was only the wind.
Curl 7.31.1 compiled with :
./configure --disable-shared --enable-static --prefix=/usr/local --disable-ldap --disable-sspi
make -j 4;make install;

miner still errors out:
./autogen.sh
./configure CFLAGS="-static'
checking for the version of libcurl... 7.37.1
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2

Any ideas ?

./configure is looking at curl prefix in /usr (depending on the distro). You might want configure curl like:
./configure --disable-shared --enable-static --prefix=/tmp/curl --disable-ldap --disable-sspi
make ; make install

then the miner:
./autogen.sh
./configure CFLAGS="-static' --with-libcurl=/tmp/curl
make



Tried it, no luck. Curl author should be hanged in public!!

Hm... try this:

Code:
make distclean
./autogen.sh
CFLAGS="-I/tmp/curl/include" LDFLAGS="-static -L/tmp/curl/lib" ./configure --with-libcurl=/tmp/curl
copper member
Activity: 29
Merit: 1
copper member
Activity: 29
Merit: 1
hi
the link download is lost.
i click on link say file not found
please someone upload file .
thaaaanks.
sr. member
Activity: 279
Merit: 250

Im using one pc with Linux debian with 24 cpu of 2.3 ghz.
But it is the only computer that is appearing 5 workers
And It is mining at a speed of 300 H/S. But I think it's not enough.
You have twentyfour CPU on one motherboard?

Quote
Which operating system do you recommend for downloading faster?
Iam not sure, but the last info was, that mining with this miner is on linux slower than win

Quote
What currency are we currently able to mine faster using only CPU?
I'm mining mine (XMR) and collecting 0.05 per day.
CPU mining is dead. Otherwise you are admin and bash the cpuminer on all PCs in your company

Quote
Is there any way to mine on the same minergate account using  different pcs?


You can get trouble, because they can detect/interpretive hijacked PCs. If the PCs mine from the same IP, than no problem.
If you will mine from many different IPs, than ask the support and give before mining all IPs.
sr. member
Activity: 312
Merit: 250
Dear Wolf and Friends

Now im usingh "CPUMiner-Multi by Wolf and Lucas Jones" in my Linux

Im using one pc with Linux debian with 24 cpu of 2.3 ghz.
But it is the only computer that is appearing 5 workers
And It is mining at a speed of 300 H/S. But I think it's not enough.

Which operating system do you recommend for downloading faster?

What currency are we currently able to mine faster using only CPU?
I'm mining mine (XMR) and collecting 0.05 per day.

Is there any way to mine on the same minergate account using  different pcs?


Thanks
Almir
legendary
Activity: 1281
Merit: 1003
hello
i m using the miner  not sure with version i ahve i think it s this one
https://ottrbutt.com/cpuminer-multi/minerd-wolf-07-09-14.exe

but there is a memory leak , miner start with around 10mb of memory but after 2-3 days it s more than 1 gigas
sr. member
Activity: 279
Merit: 250
Its the first Miner with Alert from ESET.

Private keys can be stored for long time ... Not Opensource and AV-Alert, dont suspect  Roll Eyes
legendary
Activity: 1624
Merit: 1008
Beware!

CPUminer is an Trojan!

Most antivirus programs will tag most CPU miner programs because they can be used by bot nets.   Of the thousands of people who have used this miner for over 2 years not one has reported an issue.
Pages:
Jump to: