111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
September 27, 2015, 06:34:41 AM |
|
I've found a lot of .profile files too and now I am having problems after running ./configure CFLAGS="-O3" CXXFLAGS="-O3", this is the error: " configure: error: GNU MP not found, see https://gmplib.org/ " Just a shot in the dark (because I don't own a Mac), but you might want to enter the following in a terminal to (re?)install GNU MP: sudo port clean gmp sudo port -t install gmp Thanks for trying, but didn't work. You'll probably end up needing to compile GNU MP from the source, then. This guide gives you the proper commands (./configure && make && make install), but be aware that you'll need to grab a copy of autoconf ( sudo port -t install autoconf , maybe?) if OSX doesn't ship with one. I opened the sites, but I don't understand a dot of it. I am not a programer, so I really need that someone give me all the steps to make this miner work . otherwise I will be forced to give up.... Sorry guys, for all these nuisance... Not a problem. You have to download the source ( gmp-6.0.0a.tar.bz2, for example), unzip it, then open a terminal and navigate to that folder in the terminal window. It will probably be named "gmp-6.0.0a". Within the unzipped folder, you should find "gmp-6.0.0". This folder contains all the files necessary for autoconf to build a makefile for your system. (You'll notice that the contents are a slew of folders and files, such as acinclude.m4 and bootstrap.c.) From this directory, issue the commands listed in the tutorial: ./configure make make install That should install GNU MP on your system in whatever the default directory for libraries is on Macs. Thanks again feldenthorne. Magi really appreciate your help and activity. Awesome! If you like add Magi address in your signature. Example: [center][b][url=https://bitcointalk.org/index.php?topic=735170.0/][color=blue][XMG] Coin Magi | CPU mining | PoS-II | PoM | Unique block reward | Coin Source: Trust Verified [ ★ ★ ★ ★ ★ ★ ★ ][/color] [color=orange]Proud to be a member of the[/color] [color=black]Coin of the Magi XMG[/color] [color=orange]community. Come and join us![/color][/url] [color=black]XMG your own walletaddress [/color][/b][/center]
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
LordCoder
|
|
September 27, 2015, 07:59:01 AM |
|
The problem with low hashrate pools is that the amount of shares you send will not be worth if block rewards decreases. It's like a lottery.
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
September 27, 2015, 12:03:47 PM |
|
Share hashrate guys. I can't mine on this pool. It's says me : stratum_suscribe send failed ...retry after 10 seconds Edit : while I was typing this message it worked back. Pretty weird ...
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
September 27, 2015, 03:20:55 PM |
|
Share hashrate guys. I can't mine on this pool. It's says me : stratum_suscribe send failed ...retry after 10 seconds Edit : while I was typing this message it worked back. Pretty weird ... Same message I got at the beginning; after a while everything gets normal.
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
September 27, 2015, 03:23:38 PM |
|
Share hashrate guys. I can't mine on this pool. It's says me : stratum_suscribe send failed ...retry after 10 seconds Edit : while I was typing this message it worked back. Pretty weird ... Same message I got at the beginning; after a while everything gets normal. Do you know why a such thing happens ? The thing that is weird is that it only happens on this pool.
|
|
|
|
n0m4d33
Newbie
Offline
Activity: 11
Merit: 0
|
|
September 27, 2015, 04:27:12 PM |
|
I've found a lot of .profile files too and now I am having problems after running ./configure CFLAGS="-O3" CXXFLAGS="-O3", this is the error: " configure: error: GNU MP not found, see https://gmplib.org/ " Just a shot in the dark (because I don't own a Mac), but you might want to enter the following in a terminal to (re?)install GNU MP: sudo port clean gmp sudo port -t install gmp Thanks for trying, but didn't work. You'll probably end up needing to compile GNU MP from the source, then. This guide gives you the proper commands (./configure && make && make install), but be aware that you'll need to grab a copy of autoconf ( sudo port -t install autoconf , maybe?) if OSX doesn't ship with one. I opened the sites, but I don't understand a dot of it. I am not a programer, so I really need that someone give me all the steps to make this miner work . otherwise I will be forced to give up.... Sorry guys, for all these nuisance... Not a problem. You have to download the source ( gmp-6.0.0a.tar.bz2, for example), unzip it, then open a terminal and navigate to that folder in the terminal window. It will probably be named "gmp-6.0.0a". Within the unzipped folder, you should find "gmp-6.0.0". This folder contains all the files necessary for autoconf to build a makefile for your system. (You'll notice that the contents are a slew of folders and files, such as acinclude.m4 and bootstrap.c.) From this directory, issue the commands listed in the tutorial: ./configure make make install That should install GNU MP on your system in whatever the default directory for libraries is on Macs. Hi feldenthorne, thank you for all your patience, you and joelao95, the other guys that are following this saga thank you for the support too. I did what you said but, one more time I've failed in that last command "make install". I'll paste the error that was returned by the terminal. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive Making install in tests Making install in . make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in devel make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in mpn make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in mpz make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in mpq make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in mpf make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in rand make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in misc make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in cxx make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in mpn make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in mpz make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in mpq make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in mpf make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in printf make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in scanf make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in rand make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in cxx make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in demos Making install in calc /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. Making install in expr make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. Making install in tune make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Making install in doc make[3]: Nothing to be done for `install-exec-am'. .././install-sh -c -d '/usr/local/share/info' mkdir: /usr/local: Permission denied mkdir: /usr/local: No such file or directory mkdir: /usr/local/share: No such file or directory make[3]: *** [install-info-am] Error 1 make[2]: *** [install-am] Error 2 make[1]: *** [install-recursive] Error 1 make: *** [install] Error 2
Any ideas?
|
|
|
|
n0m4d33
Newbie
Offline
Activity: 11
Merit: 0
|
|
September 27, 2015, 04:37:34 PM |
|
@n0m4d33, addition to compiling gmp mentioned by feldenthorne, macports installation might be easy. What you get after running gmp installation? that is,
sudo port install gmp
I don't see any reason macports would reject to install.
After running gmp installation this is what is returned: ---> Cleaning gmp iMac-de-Andre:~ Andre$ sudo port install gmp ---> Cleaning gmp ---> Scanning binaries for linking errors ---> No broken files found.
But when I try to compile the minerd, after running: ./configure CFLAGS="-O3" CXXFLAGS="-O3" the terminal returns this error: configure: error: GNU MP not found, see https://gmplib.org/
|
|
|
|
okae
Legendary
Offline
Activity: 1401
Merit: 1008
northern exposure
|
|
September 27, 2015, 05:43:45 PM |
|
Block reward is now amazingly high. Start mining PoW!
Yes, I agree, its been a nice couple of days of Magi mining =) I find the best time for mining is the same day as a windows update haha i know how you feel, thats why MAGI algo is so awesome, not only try to be more fair with all of us, is really good when block reward is high, you feel that you cant stop mining it, is like something addictive LOL. hell i start to think that MAGI is the new generation of drugs for 2016 xD
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
September 27, 2015, 05:46:14 PM |
|
Is it me or is it more profitable to mine on SuchPool than on the PoM pool ?
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
September 27, 2015, 06:34:05 PM |
|
Is it me or is it more profitable to mine on SuchPool than on the PoM pool ?
I don't think its more profitable but its nice to give Suchpool some more miners!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
September 27, 2015, 07:10:54 PM |
|
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
September 27, 2015, 07:12:27 PM |
|
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
September 27, 2015, 07:14:31 PM |
|
@n0m4d33, addition to compiling gmp mentioned by feldenthorne, macports installation might be easy. What you get after running gmp installation? that is,
sudo port install gmp
I don't see any reason macports would reject to install.
After running gmp installation this is what is returned: ---> Cleaning gmp iMac-de-Andre:~ Andre$ sudo port install gmp ---> Cleaning gmp ---> Scanning binaries for linking errors ---> No broken files found.
But when I try to compile the minerd, after running: ./configure CFLAGS="-O3" CXXFLAGS="-O3" the terminal returns this error: configure: error: GNU MP not found, see https://gmplib.org/ You actually have gmp installed; what's missing is to configure path so that the compiler can find the library. Open up "Terminal", run: you can use command+V to paste following lines to the file .profile: export CPPFLAGS="-I/opt/local/include $CPPFLAGS" export LDFLAGS="-L/opt/local/lib" export PATH="/opt/local/bin:/opt/local/sbin:$PATH" That is step 3 of https://bitcointalk.org/index.php?topic=735170.msg9576881#msg9576881Then Ctrl+o to save, Ctrl+x to exit; Exit Terminal and relaunch it, then configure & compile miner again.
|
|
|
|
Erkallys
Legendary
Offline
Activity: 1120
Merit: 1004
|
|
September 27, 2015, 07:28:55 PM |
|
Is it me or is it more profitable to mine on SuchPool than on the PoM pool ?
I don't think its more profitable but its nice to give Suchpool some more miners! I think it's possible since SuchPool is showing that I have 75 kh/s (sometimes up to 80 kh/s !) when in have only 60 kh/s on the .bat window. Maybe (I hope) it come from this !
|
|
|
|
LordCoder
|
|
September 27, 2015, 07:50:43 PM |
|
Is it me or is it more profitable to mine on SuchPool than on the PoM pool ?
I don't think its more profitable but its nice to give Suchpool some more miners! I think it's possible since SuchPool is showing that I have 75 kh/s (sometimes up to 80 kh/s !) when in have only 60 kh/s on the .bat window. Maybe (I hope) it come from this ! It is more profitable sometimes if the block reward is high. If we find a block on high reward, it's better for us.
|
|
|
|
n0m4d33
Newbie
Offline
Activity: 11
Merit: 0
|
|
September 27, 2015, 08:08:39 PM |
|
@n0m4d33, addition to compiling gmp mentioned by feldenthorne, macports installation might be easy. What you get after running gmp installation? that is,
sudo port install gmp
I don't see any reason macports would reject to install.
After running gmp installation this is what is returned: ---> Cleaning gmp iMac-de-Andre:~ Andre$ sudo port install gmp ---> Cleaning gmp ---> Scanning binaries for linking errors ---> No broken files found.
But when I try to compile the minerd, after running: ./configure CFLAGS="-O3" CXXFLAGS="-O3" the terminal returns this error: configure: error: GNU MP not found, see https://gmplib.org/ You actually have gmp installed; what's missing is to configure path so that the compiler can find the library. Open up "Terminal", run: you can use command+V to paste following lines to the file .profile: export CPPFLAGS="-I/opt/local/include $CPPFLAGS" export LDFLAGS="-L/opt/local/lib" export PATH="/opt/local/bin:/opt/local/sbin:$PATH" That is step 3 of https://bitcointalk.org/index.php?topic=735170.msg9576881#msg9576881Then Ctrl+o to save, Ctrl+x to exit; Exit Terminal and relaunch it, then configure & compile miner again. Still giving the same error, I'll put below all process of ./configure CFLAGS="-O3" CXXFLAGS="-O3" checking build system type... x86_64-apple-darwin14.4.0 checking host system type... x86_64-apple-darwin14.4.0 checking target system type... x86_64-apple-darwin14.4.0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk 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... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for gcc option to accept ISO C99... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether gcc needs -traditional... no checking dependency style of gcc... gcc3 checking for ranlib... ranlib checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/endian.h usability... no checking sys/endian.h presence... no checking for sys/endian.h... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for sys/sysctl.h... yes checking whether be32dec is declared... no checking whether le32dec is declared... no checking whether be32enc is declared... no checking whether le32enc is declared... no checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for getopt_long... yes checking whether we can compile AVX code... yes checking whether we can compile XOP code... yes checking whether we can compile AVX2 code... yes checking for json_loads in -ljansson... no checking for pthread_create in -lpthread... yes checking for __gmpz_init in -lgmp... no configure: error: GNU MP not found, see https://gmplib.org/
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
September 28, 2015, 04:37:55 AM |
|
Well done Kondiomir! Spreading the word about our awesome Magi coin and community will help Magi growing!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
starmman
Legendary
Offline
Activity: 1484
Merit: 1029
|
|
September 28, 2015, 02:35:43 PM |
|
SuchPool discovering blocks is really slow! Help us discovering more by switching your hashrate!
Yes guys help SuchPool and share your hashrate between the pools! I've just moved my slowest miner onto suchpool and I'm getting many more shares accepted before a work restart request is sent. On supernova only about 30% of blocks were completed before the work being restarted. Good results so far =)
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
September 28, 2015, 03:49:37 PM |
|
SuchPool discovering blocks is really slow! Help us discovering more by switching your hashrate!
Yes guys help SuchPool and share your hashrate between the pools! I've just moved my slowest miner onto suchpool and I'm getting many more shares accepted before a work restart request is sent. On supernova only about 30% of blocks were completed before the work being restarted. Good results so far =) Great thanks for the feedback and info Starmman!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
NeedIfFindIt
|
|
September 28, 2015, 04:03:40 PM |
|
Hello All,
Two news for me today.
1. Got new version of Sweet Spot
I can't mine solo with that, it sends prefix "stratum+tcp://" to the miner Sorry for the delay. In 1.0.2 I've added "Solo" checkbox that adds http:// instead of stratum+tcp://.
|
|
|
|
|