Bitcoin Forum
May 24, 2024, 05:47:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Magi |1st PoS-II | 1st PoM | Fair Distr |Tor| M7M CPU only [HARDFORK] on: October 26, 2014, 03:59:20 PM
My Digital Ocean VPS works now.

On the other VPS, I'm getting this with the command MAKE

magi@104:~/m7m-cpuminer-v2$ make
make  all-recursive
make[1]: Entering directory `/home/magi/m7m-cpuminer-v2'
Making all in compat
make[2]: Entering directory `/home/magi/m7m-cpuminer-v2/compat'
Making all in jansson
make[3]: Entering directory `/home/magi/m7m-cpuminer-v2/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat/jansson'
make[3]: Entering directory `/home/magi/m7m-cpuminer-v2/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat'
make[2]: Leaving directory `/home/magi/m7m-cpuminer-v2/compat'
Making all in m7
make[2]: Entering directory `/home/magi/m7m-cpuminer-v2/m7'
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT m7hash.o -MD -MP -MF .deps/m7hash.Tpo -c -o m7hash.o m7hash.cpp
m7hash.cpp: In function ‘uint256 hash_M7M_v2(T1, T1, unsigned int)’:
m7hash.cpp:126:52: error: ‘numeric_limits’ is not a member of ‘std’
m7hash.cpp:126:52: error: expected primary-expression before ‘double’
m7hash.cpp:126:52: error: expected ‘)’ before ‘double’
m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token
m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token
m7hash.cpp:126:66: error: expected ‘)’ before ‘;’ token
make[2]: *** [m7hash.o] Error 1
make[2]: Leaving directory `/home/magi/m7m-cpuminer-v2/m7'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/magi/m7m-cpuminer-v2'
make: *** [all] Error 2
magi@104:~/m7m-cpuminer-v2$

magi@104:~/m7m-cpuminer-v2$ sudo cp minerd /usr/local/bin
[sudo] password for magi:
cp: cannot stat `minerd': No such file or directory
magi@104:~/m7m-cpuminer-v2$



If you use the version using m7hash.cpp
open that file and add to the top
#include <limits>
and it will compile
at least it worked for me
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][XMG] Magi |1st PoS-II | 1st PoM | Fair Distr |Tor| M7M CPU only [HARDFORK] on: October 26, 2014, 01:34:00 PM
g++ -DHAVE_CONFIG_H -I. -I..     -g -O2 -MT m7hash.o -MD -MP -MF .deps/m7hash.Tpo -c -o m7hash.o m7hash.cpp
m7hash.cpp: In function âuint256 hash_M7M_v2(T1, T1, unsigned int)â:
m7hash.cpp:126:52: error: ânumeric_limitsâ is not a member of âstdâ
m7hash.cpp:126:52: error: expected primary-expression before âdoubleâ
m7hash.cpp:126:52: error: expected â)â before âdoubleâ
m7hash.cpp:126:66: error: expected â)â before â;â token
m7hash.cpp:126:66: error: expected â)â before â;â token
m7hash.cpp:126:66: error: expected â)â before â;â token
make[2]: *** [m7hash.o] Error 1

root@debian:~/m7m-cpuminer-v2# cat /etc/debian_version
7.2 [live]

something I'm missing?



i also have this error on debian
bye





Add #include <limits>
to the top in the
 m7hash.cpp file
Can be found in folder .....m7m-cpuminer-v2/m7

It worked for me
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG] Magi | 1st PoS-II | 1st PoM | Fair Distr | Tor | M7M CPU only on: October 02, 2014, 05:32:13 AM
If a block reward was not necessarily given to the one who solved the block and instead went to a randomly chosen node, what dynamic would that create on pools, hash farms, high hashrates, solo mining etc.

Just a thoght.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!