joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
May 14, 2017, 05:18:57 PM |
|
Im trying to mine verium but when i start my miner i get this error: Scrypt buffer allocation failed. How can i fix this? im using the latest version 3.6.4
You don't have enough memory.
|
|
|
|
Jazek
|
 |
May 14, 2017, 05:58:16 PM |
|
Im trying to mine verium but when i start my miner i get this error: Scrypt buffer allocation failed. How can i fix this? im using the latest version 3.6.4
You don't have enough memory. i have tried it on two computers, one with 4 Gb and the other one with 8Gb... in both of them it doesnt work, same error...
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
May 14, 2017, 07:30:13 PM Last edit: May 15, 2017, 02:33:27 AM by joblo |
|
Im trying to mine verium but when i start my miner i get this error: Scrypt buffer allocation failed. How can i fix this? im using the latest version 3.6.4
You don't have enough memory. i have tried it on two computers, one with 4 Gb and the other one with 8Gb... in both of them it doesnt work, same error... The size of the buffer is determined by the N factor. I'm not familiar with verium, maybe someone in the verium thread can help. Edit: you didn't mention the number of threads, one buffer is allocated for each thread. Try with fewer threads.
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
 |
May 16, 2017, 12:20:42 PM |
|
Any news for ryzen 7 ? i read ryzen 9 out of june , but i think the ryzen 7 is very good . Any coin profitable now ? .
|
|
|
|
Voljanin
Newbie
Offline
Activity: 28
Merit: 0
|
 |
May 18, 2017, 08:07:57 AM |
|
Add pls JHA algo support 
|
|
|
|
giagge
Legendary
Offline
Activity: 1134
Merit: 1001
|
 |
May 18, 2017, 02:36:11 PM |
|
Add pls JHA algo support  Yes pls add JHA dev  .
|
|
|
|
Elder III
|
 |
May 18, 2017, 11:42:27 PM |
|
Any news for ryzen 7 ? i read ryzen 9 out of june , but i think the ryzen 7 is very good . Any coin profitable now ? .
Ryzen is a great miner, I have an i7 6700K and a Ryzen 1700X and the AMD CPU kicks ass by as much as triple the hashrate. You can make $500-600 a year based on current profit ratios on Monero and AEON.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
May 19, 2017, 02:13:21 AM |
|
Add pls JHA algo support  Yes pls add JHA dev  . It should be easy but I'm having a weird problem.
|
|
|
|
|
godonus
|
 |
May 21, 2017, 04:31:50 AM |
|
What should my .bat file have in it to mine the updated Espers coin with this miner?? Also where do I put the .bat file?
|
|
|
|
aa.delite
Newbie
Offline
Activity: 8
Merit: 0
|
 |
June 07, 2017, 03:09:48 AM |
|
3.6.5, --cpu-priority 0 doesn't work. Any other value does work, but not 0.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 07, 2017, 04:21:03 AM |
|
3.6.5, --cpu-priority 0 doesn't work. Any other value does work, but not 0.
0 is the default, it isn't supposed to work. Setting CPU priority isn't really useful. The default will use any available time and a higher priority will only starve out other processes, potentially destabilizing the system. In other words, if mining is the primary task there should be no others running and if mining is a background task the primary tasks should be allowed to run when they need to. The default CPU priority handles both situations quite nicely.
|
|
|
|
FlowLive
Newbie
Offline
Activity: 63
Merit: 0
|
 |
June 08, 2017, 01:48:50 AM |
|
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: 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?
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 08, 2017, 02:12:36 AM |
|
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: 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.
|
|
|
|
FlowLive
Newbie
Offline
Activity: 63
Merit: 0
|
 |
June 08, 2017, 02:46:33 AM |
|
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: 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...
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 08, 2017, 03:10:28 AM |
|
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: 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.
|
|
|
|
FlowLive
Newbie
Offline
Activity: 63
Merit: 0
|
 |
June 08, 2017, 03:17:53 AM |
|
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 
|
|
|
|
FlowLive
Newbie
Offline
Activity: 63
Merit: 0
|
 |
June 08, 2017, 03:32:59 AM |
|
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: 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? $ 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 C:/msys/1.0/opt/windows_64/bin/ /mingw c:/perl64 /perl
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
 |
June 08, 2017, 03:52:37 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.
|
|
|
|
FlowLive
Newbie
Offline
Activity: 63
Merit: 0
|
 |
June 08, 2017, 05:44:29 AM Last edit: June 08, 2017, 05:56:35 AM by FlowLive |
|
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?
|
|
|
|
|