Author

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

full member
Activity: 238
Merit: 100
sr. member
Activity: 332
Merit: 250
https://www.dropbox.com/s/3kca6b5p497ujh6/m7m-cpuminer.zip?dl=0

m7m-cpuminer for pools, compiled by Testz.

Enjoy!

When I run it, windows reports 'Minerd has stopped working'
bbr
sr. member
Activity: 290
Merit: 250
wgd
legendary
Activity: 1815
Merit: 1005
how to solve this issue live debian 7.2

g++ -DHAVE_CONFIG_H -I. -I..     -O3 -march=native -mtune=native -MT m7hash.o -MD -MP -MF .deps/m7hash.Tpo -c -o m7hash.o m7hash.cpp
In file included from /usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:42:0,
                 from /usr/include/c++/4.7/bits/localefwd.h:42,
                 from /usr/include/c++/4.7/string:45,
                 from uint256.h:12,
                 from m7hash.cpp:5:
/usr/include/c++/4.7/clocale:44:20: error: /usr/include/locale.h: Input/output error
/usr/include/c++/4.7/clocale:55:11: error: â::lconvâ has not been declared
/usr/include/c++/4.7/clocale:56:11: error: â::setlocaleâ has not been declared
/usr/include/c++/4.7/clocale:57:11: error: â::localeconvâ has not been declared
In file included from /usr/include/c++/4.7/bits/localefwd.h:42:0,
                 from /usr/include/c++/4.7/string:45,
                 from uint256.h:12,
                 from m7hash.cpp:5:
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:53:23: error: âuselocaleâ was not declared in this scope
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:53:45: error: invalid type in declaration before â;â token
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h: In function âint std::__convert_from_v(__locale_struct* const&, char*, int, const char*, ...)â:
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:76:53: error: â__gnu_cxx::__uselocaleâ cannot be used as a function
/usr/include/c++/4.7/x86_64-linux-gnu/bits/c++locale.h:101:33: error: â__gnu_cxx::__uselocaleâ cannot be used as a function
make[2]: *** [m7hash.o] Error 1
full member
Activity: 131
Merit: 100
bbr
sr. member
Activity: 290
Merit: 250
any windows miner for the pools?

I have compiled one, just testing as it's the first thing I have ever compiled - looks promising so far!
newbie
Activity: 56
Merit: 0
any windows miner for the pools?
legendary
Activity: 2688
Merit: 1240
[CPU miner and windows how-to]

The latest version of cpuminer is here:
https://github.com/noncepool/m7m-cpuminer

The following guide is for compiling though cygwin in windows. testz did the standalone windows compilation before, I will ask him again for help.

1) Compile cpuminer in cygwin
Download setup-x86_64.exe (or setup-x86_32.exe) from the first page of https://www.cygwin.com, and then install it; installation asks for installing packages, be sure following are checked:
Code:
devel/git
devel/gcc-g++
devel/gcc-fortran
libs/libcurl-devel
devel/automake
devel/make
net/openssl-devel
math/libgmp-devel
editors/nano

2) Open up Cygwin64 Terminal, issue following commands
Code:
git clone https://github.com/noncepool/m7m-cpuminer
cd m73-cpuminer
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
make

3) Mining

Pick from the pools below. Just change your username, password and number of threads:

Nonce-pool
Code:
./minerd.exe -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u username -p password -t number of threads
Suprnova
Code:
./minerd.exe -o stratum+tcp://xmg.suprnova.cc:7127 -u username -p password -t number of threads

That's it!

Just use the above guide (i have changed it to work with the new stratum miner)

this works!
 Wink
error:
./autogen.sh: line 8: aclocal: command not found



apt-get install automake
full member
Activity: 183
Merit: 100
HUDI
[CPU miner and windows how-to]

The latest version of cpuminer is here:
https://github.com/noncepool/m7m-cpuminer

The following guide is for compiling though cygwin in windows. testz did the standalone windows compilation before, I will ask him again for help.

1) Compile cpuminer in cygwin
Download setup-x86_64.exe (or setup-x86_32.exe) from the first page of https://www.cygwin.com, and then install it; installation asks for installing packages, be sure following are checked:
Code:
devel/git
devel/gcc-g++
devel/gcc-fortran
libs/libcurl-devel
devel/automake
devel/make
net/openssl-devel
math/libgmp-devel
editors/nano

2) Open up Cygwin64 Terminal, issue following commands
Code:
git clone https://github.com/noncepool/m7m-cpuminer
cd m73-cpuminer
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
make

3) Mining

Pick from the pools below. Just change your username, password and number of threads:

Nonce-pool
Code:
./minerd.exe -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u username -p password -t number of threads
Suprnova
Code:
./minerd.exe -o stratum+tcp://xmg.suprnova.cc:7127 -u username -p password -t number of threads

That's it!

Just use the above guide (i have changed it to work with the new stratum miner)

this works!
 Wink
error:
./autogen.sh: line 8: aclocal: command not found
full member
Activity: 238
Merit: 100
[CPU miner and windows how-to]

The latest version of cpuminer is here:
https://github.com/noncepool/m7m-cpuminer

The following guide is for compiling though cygwin in windows. testz did the standalone windows compilation before, I will ask him again for help.

1) Compile cpuminer in cygwin
Download setup-x86_64.exe (or setup-x86_32.exe) from the first page of https://www.cygwin.com, and then install it; installation asks for installing packages, be sure following are checked:
Code:
devel/git
devel/gcc-g++
devel/gcc-fortran
libs/libcurl-devel
devel/automake
devel/make
net/openssl-devel
math/libgmp-devel
editors/nano

2) Open up Cygwin64 Terminal, issue following commands
Code:
git clone https://github.com/noncepool/m7m-cpuminer
cd m73-cpuminer
./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
make

3) Mining

Pick from the pools below. Just change your username, password and number of threads:

Nonce-pool
Code:
./minerd.exe -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u username -p password -t number of threads
Suprnova
Code:
./minerd.exe -o stratum+tcp://xmg.suprnova.cc:7127 -u username -p password -t number of threads

That's it!

Just use the above guide (i have changed it to work with the new stratum miner)

this works!
 Wink
full member
Activity: 238
Merit: 100
cant belive that no one wont to compile it for windows.

i would happily do it if i knew how to,sadly i don't though...
sr. member
Activity: 448
Merit: 250
cant belive that no one wont to compile it for windows.

they don't want competition Sad
hero member
Activity: 848
Merit: 500
cant belive that no one wont to compile it for windows.
legendary
Activity: 2688
Merit: 1240
my sgminer doesn't work...

sgminer -k nist5  -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
closing after 1 sec

sgminer -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
"rejected"

Ah sorry, sgminer is not working yet, you have to use the cpu miner from a few pages before..

https://github.com/noncepool/m7m-cpuminer
sr. member
Activity: 476
Merit: 250
Hi all,

A nice dice game has been setup for you guys to use.

http://xmg.maxbet.club/

Happy gaming Smiley

full member
Activity: 131
Merit: 100
Nevermind, forgot to add worker at the end of the username.

For nonce pool I get a stratum authentication failure. Any idea why?
newbie
Activity: 56
Merit: 0
my sgminer doesn't work...

sgminer -k nist5  -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
closing after 1 sec

sgminer -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
"rejected"
full member
Activity: 131
Merit: 100
For nonce pool I get a stratum authentication failure. Any idea why?
legendary
Activity: 2688
Merit: 1240

i'm working on it, should be better now with the next few blocks
newbie
Activity: 2
Merit: 0
hey guys time to have our XMG block explore now i think , is there anyone glad to make it? Wink
Jump to: