Author

Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay] - page 1157. (Read 2375926 times)

full member
Activity: 149
Merit: 100
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.

Might have to switch back, I have 9:30 here but it's only 8:30 if you go by EST

not sure, look here:

http://www.worldtimebuddy.com/est-to-gmt-converter

its 9:39 EST when you look there

Exactly what I thought, maybe give it a few see if any blocks are found I guess?
legendary
Activity: 2688
Merit: 1240
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.

Might have to switch back, I have 9:30 here but it's only 8:30 if you go by EST

not sure, look here:

http://www.worldtimebuddy.com/est-to-gmt-converter

its 9:39 EST when you look there
legendary
Activity: 1400
Merit: 1050
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.
well...  Grin
Since yesterday I am asking when the algo change and never got a clear answer expect this

1. change of algo
2 change of block reward at 32750
(one might note that 2 happened before 1  Grin)
3. change in something else
(sometimes soon may-be before of after 1)
full member
Activity: 149
Merit: 100
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.

Might have to switch back, I have 9:30 here but it's only 8:30 if you go by EST
legendary
Activity: 2688
Merit: 1240
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.

hmm.. should the network reject shares from the "wrong/old" algo after the switchover ?
full member
Activity: 196
Merit: 100
Switchover Huh

Ok I could be wrong I'm still on daylight save time


It seems. Like someone said before, I only get BOOs...so time to use the new miner.
full member
Activity: 149
Merit: 100
Switchover Huh

Ok I could be wrong I'm still on daylight save time
legendary
Activity: 2688
Merit: 1240
Switchover Huh
newbie
Activity: 3
Merit: 0
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
to the top in the
 m7hash.cpp file
Can be found in folder .....m7m-cpuminer-v2/m7

It worked for me
legendary
Activity: 1750
Merit: 1005
Just a quick report here. I have compiled and benchmarked Noncepool's updated minerd for the new algorithm on Windows and can find no measurable difference in speed from the original version. I have to leave for work very soon and will miss the changeover, so good luck everybody Smiley
Thank you Spexx!
legendary
Activity: 2688
Merit: 1240
Anyone has calculated a time where the switchover will happen ?

I have about 5 minutes from now.

Perfect, thanks a lot for your help !
full member
Activity: 149
Merit: 100
Anyone has calculated a time where the switchover will happen ?

I have about 5 minutes from now.
legendary
Activity: 2688
Merit: 1240
Anyone has calculated a time where the switchover will happen ?
sr. member
Activity: 350
Merit: 250
Mining Co-operative
Just a quick report here. I have compiled and benchmarked Noncepool's updated minerd for the new algorithm on Windows and can find no measurable difference in speed from the original version. I have to leave for work very soon and will miss the changeover, so good luck everybody Smiley
legendary
Activity: 1750
Merit: 1005
We need a cleaner logo for the coin as this coin could top hundreds of other coins.
What is your proposal or idea?
member
Activity: 104
Merit: 10
We need a cleaner logo for the coin as this coin could top hundreds of other coins.
wgd
legendary
Activity: 1815
Merit: 1005
yes, this miner compiled correctly  Grin

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?


Maybe see if this one compiles ok. Finally got around to updating the slightly faster miner.

https://github.com/noncepool/m7magi-cpuminer-v2
full member
Activity: 149
Merit: 100
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?


Maybe see if this one compiles ok. Finally got around to updating the slightly faster miner.

https://github.com/noncepool/m7magi-cpuminer-v2
full member
Activity: 204
Merit: 100
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


also and Debian 6:

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: error: ‘numeric_limits’ is not a member of ‘std’
m7hash.cpp:126: error: expected primary-expression before ‘double’
m7hash.cpp:126: error: expected ‘)’ before ‘double’
m7hash.cpp:126: error: expected ‘)’ before ‘;’ token
m7hash.cpp:126: error: expected ‘)’ before ‘;’ token
m7hash.cpp:126: error: expected ‘)’ before ‘;’ token
hero member
Activity: 796
Merit: 505
Jump to: