joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 08, 2017, 11:33:38 AM |
|
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: 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... 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. echo $PATH The VS project files are all messed up and I don't know how to unmess them.
|
|
|
|
|
|
|
|
|
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
FFI2013
|
 |
June 19, 2017, 12:54:45 AM |
|
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
|
|
|
|
scryptr
Legendary
Offline
Activity: 1792
Merit: 1028
|
 |
June 19, 2017, 05:12:57 PM |
|
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
|
|
|
|
FFI2013
|
 |
June 20, 2017, 11:24:56 AM |
|
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
|
|
|
|
d000000d
Newbie
Offline
Activity: 4
Merit: 0
|
 |
June 26, 2017, 12:28:18 PM |
|
How about zcoin hash rate on e5 2650 v1???
|
|
|
|
feelthecoin
Newbie
Offline
Activity: 9
Merit: 0
|
 |
June 26, 2017, 07:41:53 PM |
|
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-opt3. 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 
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 26, 2017, 08:08:11 PM |
|
./cpuminer -h
|
|
|
|
feelthecoin
Newbie
Offline
Activity: 9
Merit: 0
|
 |
June 26, 2017, 08:14:10 PM |
|
./cpuminer -h
thank you for your reply, in which step ? and are my other steps true ?
|
|
|
|
feelthecoin
Newbie
Offline
Activity: 9
Merit: 0
|
 |
June 27, 2017, 02:07:19 AM |
|
./cpuminer -h
thank you for your reply, in which step ? and are my other steps true ? I cant get it working  Please can someone help me about it. What steps and commands should i do/use ? 1. sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm 2. git clone https://github.com/pooler/cpuminer.git3. 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 )
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 27, 2017, 02:46:48 AM |
|
./cpuminer -h
thank you for your reply, in which step ? and are my other steps true ? I cant get it working  Please can someone help me about it. What steps and commands should i do/use ? 1. sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm 2. git clone https://github.com/pooler/cpuminer.git3. 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.
|
|
|
|
dinamx
Newbie
Offline
Activity: 84
Merit: 0
|
 |
June 27, 2017, 05:06:38 AM |
|
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/e00CSmy command its this cpuminer-aes-avx.exe -a Nist5 -o stratum+tcp://yiimp.ccminer.org:3833 -u myaddressofc -p c=symbol -t 1
|
|
|
|
dimka8
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 27, 2017, 04:37:10 PM |
|
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 <gmp.h> ^ 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
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 27, 2017, 04:46:32 PM |
|
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/e00CSmy 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.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 27, 2017, 04:47:50 PM |
|
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 <gmp.h> ^ 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.
|
|
|
|
dimka8
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 27, 2017, 05:07:16 PM Last edit: June 27, 2017, 05:23:26 PM by dimka8 |
|
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 <gmp.h> ^ 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
|
|
|
|
dimka8
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 27, 2017, 05:59:20 PM |
|
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 <gmp.h> ^ 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 Everything worked
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 27, 2017, 06:11:10 PM |
|
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 <gmp.h> ^ 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 Everything worked What did you do to get it to work? Does build.sh work or did you change some options?
|
|
|
|
dinamx
Newbie
Offline
Activity: 84
Merit: 0
|
 |
June 28, 2017, 07:17:40 AM |
|
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/e00CSmy 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. oh, thanks joblo, i have done that before with sgminer and gpu but i didnt put the diff in the password when cpu mining, honestly i never thought it would be necessary with cpuminer, will try it now 
|
|
|
|
dimka8
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 29, 2017, 01:16:06 PM Last edit: June 29, 2017, 01:38:39 PM by dimka8 |
|
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 <gmp.h> ^ 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 Everything worked What did you do to get it to work? Does build.sh work or did you change some options? I am an amateur and my goal was to try cpuminer-opt.And did not remember what I was doing, I searched everything on the Internet, especially since I do not know English and the Google translator helped me.
|
|
|
|
dimka8
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 29, 2017, 01:25:34 PM Last edit: June 29, 2017, 04:29:39 PM by dimka8 |
|
cpuminer-opt It is possible to run on Odroid C2 arm ? To use NEON instructions, add "-mfpu=neon" to CFLAGS.
error: impossible constraint in "asm" asm volatile("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "a"(functionnumber), "c"(0);
|
|
|
|
|