Pages:
Author

Topic: [ANN]: cpuminer-opt v3.8.8.1, open source optimized multi-algo CPU miner - page 69. (Read 444040 times)

newbie
Activity: 8
Merit: 0
I got a problem with the good time of day.

algo/m7m.c:5:17: fatal error: gmp.h: Heт тaкoгo фaйлa или кaтaлoгa
 #include
                 ^
compilation terminated.
Makefile:2821: oшибкa выпoлнeния peцeптa для цeли «algo/cpuminer-m7m.o»
make[2]: *** [algo/cpuminer-m7m.o] Oшибкa 1
make[2]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:3446: oшибкa выпoлнeния peцeптa для цeли «all-recursive»
make[1]: *** [all-recursive] Oшибкa 1
make[1]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:662: oшибкa выпoлнeния peцeптa для цeли «all»
make: *** [all] Oшибкa 2


 Ubuntu 17.04 Gnome intel core i7

Missing gmp dev package.

install gmp-dev

timetravel10.c:(.text+0x1bb): undefined reference to `reverse'
collect2: error: ld returned 1 exit status
Makefile:1313: oшибкa выпoлнeния peцeптa для цeли «cpuminer»
make[2]: *** [cpuminer] Oшибкa 1
make[2]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:3446: oшибкa выпoлнeния peцeптa для цeли «all-recursive»
make[1]: *** [all-recursive] Oшибкa 1
make[1]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:662: oшибкa выпoлнeния peцeптa для цeли «all»
make: *** [all] Oшибкa 2


Is the configuration correct?  ./configure CFLAGS="-march=native" --with-crypto --with-curl

CFLAGS="-O3 -march=native -Wall" CXXFLAGS="$CFLAGS -std=gnu++11" ./configure --with-curl
Too an error
legendary
Activity: 1470
Merit: 1114
I got a problem with the good time of day.

algo/m7m.c:5:17: fatal error: gmp.h: Heт тaкoгo фaйлa или кaтaлoгa
 #include
                 ^
compilation terminated.
Makefile:2821: oшибкa выпoлнeния peцeптa для цeли «algo/cpuminer-m7m.o»
make[2]: *** [algo/cpuminer-m7m.o] Oшибкa 1
make[2]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:3446: oшибкa выпoлнeния peцeптa для цeли «all-recursive»
make[1]: *** [all-recursive] Oшибкa 1
make[1]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:662: oшибкa выпoлнeния peцeптa для цeли «all»
make: *** [all] Oшибкa 2


 Ubuntu 17.04 Gnome intel core i7

Missing gmp dev package.
legendary
Activity: 1470
Merit: 1114
hey guys, perfomance with nist5 its awesome so thanks to the op
 but now a question...
 
its this normal? (see pic)

8mins or more without shares, sometimes even more time?

i am using aes-avx version of 3.6.5, i have amd

http://imgur.com/a/e00CS

my command its this
cpuminer-aes-avx.exe -a Nist5 -o stratum+tcp://yiimp.ccminer.org:3833 -u myaddressofc -p c=symbol -t 1


The stratum difficulty is too high for CPU mining. If the pool uses vardiff it should adjust over time. Some pools
offer a low-diff port and others (like yiimp) allow the diff to be specified in the command line password.
newbie
Activity: 8
Merit: 0
I got a problem with the good time of day.

algo/m7m.c:5:17: fatal error: gmp.h: Heт тaкoгo фaйлa или кaтaлoгa
 #include
                 ^
compilation terminated.
Makefile:2821: oшибкa выпoлнeния peцeптa для цeли «algo/cpuminer-m7m.o»
make[2]: *** [algo/cpuminer-m7m.o] Oшибкa 1
make[2]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:3446: oшибкa выпoлнeния peцeптa для цeли «all-recursive»
make[1]: *** [all-recursive] Oшибкa 1
make[1]: выxoд из кaтaлoгa «/home/dima/Дoкyмeнты/Miner/cpuminer-opt-master»
Makefile:662: oшибкa выпoлнeния peцeптa для цeли «all»
make: *** [all] Oшибкa 2


 Ubuntu 17.04 Gnome intel core i7
newbie
Activity: 84
Merit: 0
hey guys, perfomance with nist5 its awesome so thanks to the op
 but now a question...
 
its this normal? (see pic)

8mins or more without shares, sometimes even more time?

i am using aes-avx version of 3.6.5, i have amd

http://imgur.com/a/e00CS

my command its this
cpuminer-aes-avx.exe -a Nist5 -o stratum+tcp://yiimp.ccminer.org:3833 -u myaddressofc -p c=symbol -t 1



legendary
Activity: 1470
Merit: 1114
./cpuminer -h


thank you for your reply, in which step ? and are my other steps true ?

I cant get it working Sad

Please can someone help me about it.

What steps and commands should i do/use ?
Quote
1. sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
2. git clone https://github.com/pooler/cpuminer.git
3. cd cpuminer
4. ./autogen.sh
5. ./configure CFLAGS="-O3"
6. make
Which step is wrong ? What commands should i use ? and what to do after installation for mining (example dash mining; stratum+tcp://dash.suprnova.cc )

Try reading and following the instructions in RELEASE_NOTES. When you have problems it helps if you provide a proper
description including what you did and what happened when you did it.
newbie
Activity: 9
Merit: 0
./cpuminer -h


thank you for your reply, in which step ? and are my other steps true ?

I cant get it working Sad

Please can someone help me about it.

What steps and commands should i do/use ?
Quote
1. sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
2. git clone https://github.com/pooler/cpuminer.git
3. cd cpuminer
4. ./autogen.sh
5. ./configure CFLAGS="-O3"
6. make
Which step is wrong ? What commands should i use ? and what to do after installation for mining (example dash mining; stratum+tcp://dash.suprnova.cc )
newbie
Activity: 9
Merit: 0
./cpuminer -h


thank you for your reply, in which step ? and are my other steps true ?
legendary
Activity: 1470
Merit: 1114
newbie
Activity: 9
Merit: 0
I have ubuntu server but i have zero coding knowledge.
Please can you give me step by step commands to run it.

I think it starts with;

1.
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm

2.
git clone https://github.com/JayDDee/cpuminer-opt
3.
cd cpuminer-opt
4.
./autogen.sh
5.
./configure CFLAGS="-O3"
6.
make

To start to mining:

./minerd --url=your.minerpool.org  --user=username --pass=password

(for example i want to run stratum):

stratum+tcp://xxx.suprnova.cc:yyy


It didnt worked Sad
newbie
Activity: 4
Merit: 0
How about zcoin hash rate on e5 2650 v1???
hero member
Activity: 906
Merit: 507
Hi I have a fx-8350 what would be the best coin to mine and which cpu miner I never cpu mined this is the only reason why I'm asking there isn't a lot of info out for cpu mining Thanks for any info

THE FX-8350 IS A GOOD CPU FOR MINING--

Mine with CPUminer-OPT.  My FX-4350 mines CryptoNight (XMR) faster than my i7 2600 CPU.  One trick is to accumulate coins on an exchange wallet, and have them for sale at a high price.  Tend the wallet daily, adding newly mined coins to the sale lot regularly.  Eventually, a price spike will occur, and your coins will sell.  The trick is to price them at a level that will reasonably be reached during a spike.

You may accumulate 100s of coins as you wait for a spike (months?).  But when they sell, they bring a real reward.  Your GPUs can mine whatever is profitable for daily sales.  Let the CPU(s) do the work with niche coins.       --scryptr
Thanks I got a good deal when I was looking for a motherboard to build another gpu rig and cant see this cpu just idling Im now thinking of getting another one for my other amd board
legendary
Activity: 1797
Merit: 1028
Hi I have a fx-8350 what would be the best coin to mine and which cpu miner I never cpu mined this is the only reason why I'm asking there isn't a lot of info out for cpu mining Thanks for any info

THE FX-8350 IS A GOOD CPU FOR MINING--

Mine with CPUminer-OPT.  My FX-4350 mines CryptoNight (XMR) faster than my i7 2600 CPU.  One trick is to accumulate coins on an exchange wallet, and have them for sale at a high price.  Tend the wallet daily, adding newly mined coins to the sale lot regularly.  Eventually, a price spike will occur, and your coins will sell.  The trick is to price them at a level that will reasonably be reached during a spike.

You may accumulate 100s of coins as you wait for a spike (months?).  But when they sell, they bring a real reward.  Your GPUs can mine whatever is profitable for daily sales.  Let the CPU(s) do the work with niche coins.       --scryptr
hero member
Activity: 906
Merit: 507
Hi I have a fx-8350 what would be the best coin to mine and which cpu miner I never cpu mined this is the only reason why I'm asking there isn't a lot of info out for cpu mining Thanks for any info
legendary
Activity: 1470
Merit: 1114
I'm also a nood to when it comes to autoconf. Also, for the record, I haven't been able to compile for SHA.
First, I don't have a Ryzen, and second, I haven't been able to build a mignw environment with a version
of gcc that supports SHA.

Did you add the path to gcc? On my system it's this:

Code:
PATH="/c/msys/opt/windows_64/bin/:$PATH"

It's likely different on yours, you'll have to look for it.
 

yes path is set, i see the files in there as well, is there a command to show the path?
is the fstab needed at all? Can I compile with Visual Studio?
I can try different things... Could I run a mingw under a different builld (not win-builds)?

Funny thing is if I cd to the path I set and run gcc -v i get the output...
Code:
flow@FLOX /c/msys/1.0/opt/windows_64/bin
$ gcc -v
Reading specs from c:/msys/1.0/opt/windows_64/bin/../lib64/gcc/x86_64-w64-mingw32/4.8.3/specs
COLLECT_GCC=c:\msys\1.0\opt\windows_64\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/msys/1.0/opt/windows_64/bin/../libexec/gcc/x86_64-w64-mingw32/4.8.3/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-4.8.3/configure --prefix=/opt/windows_64 --with-sysroot=/opt/windows_64 --libdir=/opt/windows_64/lib64 --mandir=/opt/windows_64/man --infodir=/opt/windows_64/info --enable-shared --disable-bootstrap --disable-multilib --enable-threads=posix --enable-languages=c,c++ --enable-checking=release --enable-libgomp --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-java-home --with-java-home=/opt/windows_64/lib64/jvm/jre --with-jvm-root-dir=/opt/windows_64/lib64/jvm --with-jvm-jar-dir=/opt/windows_64/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar='/home/adrien/projects/win-builds-1.5/slackware64-current/d/gcc/antlr-*.jar' --disable-java-awt --disable-gtktest --build=x86_64-slackware-linux --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
Thread model: posix
gcc version 4.8.3 (GCC)

On another note, my journey started cause I had been running 3.6.4 for a few weeks and it started to crash after a few hours, so after a few days of that I see you have 3.6.5 out and the readme about the SHA...
Is there a way to check the problem besides Event viewer?

The compiler version does not support SHA. It needs to be gcc v5 or higher.

Code:
echo $PATH

The VS project files are all messed up and I don't know how to unmess them.
newbie
Activity: 63
Merit: 0
I'm also a nood to when it comes to autoconf. Also, for the record, I haven't been able to compile for SHA.
First, I don't have a Ryzen, and second, I haven't been able to build a mignw environment with a version
of gcc that supports SHA.

Did you add the path to gcc? On my system it's this:

Code:
PATH="/c/msys/opt/windows_64/bin/:$PATH"

It's likely different on yours, you'll have to look for it.
 

yes path is set, i see the files in there as well, is there a command to show the path?
is the fstab needed at all? Can I compile with Visual Studio?
I can try different things... Could I run a mingw under a different builld (not win-builds)?

Funny thing is if I cd to the path I set and run gcc -v i get the output...
Code:
flow@FLOX /c/msys/1.0/opt/windows_64/bin
$ gcc -v
Reading specs from c:/msys/1.0/opt/windows_64/bin/../lib64/gcc/x86_64-w64-mingw32/4.8.3/specs
COLLECT_GCC=c:\msys\1.0\opt\windows_64\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/msys/1.0/opt/windows_64/bin/../libexec/gcc/x86_64-w64-mingw32/4.8.3/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../gcc-4.8.3/configure --prefix=/opt/windows_64 --with-sysroot=/opt/windows_64 --libdir=/opt/windows_64/lib64 --mandir=/opt/windows_64/man --infodir=/opt/windows_64/info --enable-shared --disable-bootstrap --disable-multilib --enable-threads=posix --enable-languages=c,c++ --enable-checking=release --enable-libgomp --with-system-zlib --with-python-dir=/lib64/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --enable-java-home --with-java-home=/opt/windows_64/lib64/jvm/jre --with-jvm-root-dir=/opt/windows_64/lib64/jvm --with-jvm-jar-dir=/opt/windows_64/lib64/jvm/jvm-exports --with-arch-directory=amd64 --with-antlr-jar='/home/adrien/projects/win-builds-1.5/slackware64-current/d/gcc/antlr-*.jar' --disable-java-awt --disable-gtktest --build=x86_64-slackware-linux --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
Thread model: posix
gcc version 4.8.3 (GCC)

On another note, my journey started cause I had been running 3.6.4 for a few weeks and it started to crash after a few hours, so after a few days of that I see you have 3.6.5 out and the readme about the SHA...
Is there a way to check the problem besides Event viewer?
legendary
Activity: 1470
Merit: 1114
I'm also a nood to when it comes to autoconf. Also, for the record, I haven't been able to compile for SHA.
First, I don't have a Ryzen, and second, I haven't been able to build a mignw environment with a version
of gcc that supports SHA.

Did you add the path to gcc? On my system it's this:

Code:
PATH="/c/msys/opt/windows_64/bin/:$PATH"

It's likely different on yours, you'll have to look for it.
 
newbie
Activity: 63
Merit: 0
Hi Joblo, thanks for this miner, I have a Ryzen and from the release notes we have to compile to get SHA...

So I just spent a long part of the day doing this and now I'm at a point where I have all the required MinGW, openssl 1.1.0...

This is what I get:
Code:
flow@FLOX /c/cpuminer-opt-3.6.5
$ winbuild.sh
make: *** No rule to make target `distclean'.  Stop.
clean
./autogen.sh: line 8: aclocal: command not found
done
./winbuild.sh: line 21: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
c:\msys\1.0\opt\windows_64\bin\strip.exe: 'cpuminer': No such file

flow@FLOX /c/cpuminer-opt-3.6.5
$ ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

This is on Win10x64, 16Gb ram, I don't know what else you need, I have built everything using x64 I believe, do you have any idea?

Did you downlolad the source from git? Try the tarball instead. It might be a problem with aclocal.

Yeah it was the zip and now I just tried again with the tarball and same issue...

Still missing configure? The tarball from google should have it, anything from git doesn't.
There's some progress... I guess this relates to the PATH? Excuse my noobness, how can I verify this?
Code:
$ winbuild.sh
make: *** No rule to make target `distclean'.  Stop.
clean
./autogen.sh: line 8: aclocal: command not found
done
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... i686-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/c/cpuminer-opt-3.6.5':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
make: *** No targets specified and no makefile found.  Stop.
./winbuild.sh: line 25: strip: command not found

This is my msys fstab
Code:
C:/msys/1.0/opt/windows_64/bin/ /mingw
c:/perl64 /perl
newbie
Activity: 63
Merit: 0
Where can I find the source in google drive, the one showing under 3.6.5 on github is a binary, not source...?

Damn, nevermind, found it on 1st page  Tongue
legendary
Activity: 1470
Merit: 1114
Hi Joblo, thanks for this miner, I have a Ryzen and from the release notes we have to compile to get SHA...

So I just spent a long part of the day doing this and now I'm at a point where I have all the required MinGW, openssl 1.1.0...

This is what I get:
Code:
flow@FLOX /c/cpuminer-opt-3.6.5
$ winbuild.sh
make: *** No rule to make target `distclean'.  Stop.
clean
./autogen.sh: line 8: aclocal: command not found
done
./winbuild.sh: line 21: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
c:\msys\1.0\opt\windows_64\bin\strip.exe: 'cpuminer': No such file

flow@FLOX /c/cpuminer-opt-3.6.5
$ ./autogen.sh
./autogen.sh: line 8: aclocal: command not found

This is on Win10x64, 16Gb ram, I don't know what else you need, I have built everything using x64 I believe, do you have any idea?

Did you downlolad the source from git? Try the tarball instead. It might be a problem with aclocal.

Yeah it was the zip and now I just tried again with the tarball and same issue...

Still missing configure? The tarball from google should have it, anything from git doesn't.
Pages:
Jump to: