Author

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

legendary
Activity: 1750
Merit: 1005
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!
legendary
Activity: 1120
Merit: 1004
Is it me or is it more profitable to mine on SuchPool than on the PoM pool ?
legendary
Activity: 1401
Merit: 1008
northern exposure
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
newbie
Activity: 11
Merit: 0
@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:

Code:
--->  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: 
Code:
./configure CFLAGS="-O3" CXXFLAGS="-O3"
  the terminal returns this error:
Code:
configure: error: GNU MP not found, see https://gmplib.org/
newbie
Activity: 11
Merit: 0
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:
Code:
sudo port clean gmp
sudo port -t install gmp
Thanks for trying, but didn't work.  Embarrassed
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....  Undecided

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:
Code:
./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.

Code:
/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?
legendary
Activity: 1120
Merit: 1004
Also, I'd call for you guys shifting a portion of hash into SuchPool that needs bit backing:

https://www.suchpool.pw/xmg/

Share hashrate guys.
 Smiley

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  Huh...

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.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Also, I'd call for you guys shifting a portion of hash into SuchPool that needs bit backing:

https://www.suchpool.pw/xmg/

Share hashrate guys.
 Smiley

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  Huh...

Same message I got at the beginning; after a while everything gets normal.
legendary
Activity: 1120
Merit: 1004
Also, I'd call for you guys shifting a portion of hash into SuchPool that needs bit backing:

https://www.suchpool.pw/xmg/

Share hashrate guys.
 Smiley

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  Huh...
hero member
Activity: 712
Merit: 500
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.
legendary
Activity: 1750
Merit: 1005
Code:
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:
Code:
sudo port clean gmp
sudo port -t install gmp
Thanks for trying, but didn't work.  Embarrassed
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....  Undecided

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:
Code:
./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:

Code:
[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]
legendary
Activity: 1750
Merit: 1005
Also, I'd call for you guys shifting a portion of hash into SuchPool that needs bit backing:

https://www.suchpool.pw/xmg/

Share hashrate guys.
 Smiley
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Also, I'd call for you guys shifting a portion of hash into SuchPool that needs bit backing:

https://www.suchpool.pw/xmg/
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
What's the recommended miner and settings for i7 4790 @ Win7 64? Computer is running 24/7 with no important tasks.

I don't have first-hand info but following are links to the miner:

https://bitcointalksearch.org/topic/m.10712548
http://xmg.makejar.com/

There are no much adjustment you can do as to optimizing parameters to set up the miner, except the number of cores. Most important could be to make sure the cpu cooler is clean and efficient; then check hash rate with different cores; in certain case running with all of cores is not equal to maximum hash. I also suggest a percentage of cpu usage to reduce heats.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
@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.
newbie
Activity: 54
Merit: 0
What's the recommended miner and settings for i7 4790 @ Win7 64? Computer is running 24/7 with no important tasks.
legendary
Activity: 1750
Merit: 1005
sweetspot miner is the BEST.  I have an 8 core AMD and I keep my miner set on a block target of 10 XMG with a minimum cpu usage of 10% and a maximum of 30%.  It seems to make my cpu run more stable if I keep the settings low, but even on 30% I still have a higher hashrate than my old i5 processor.

I think this would be a very good thing for the small miner, and would also produce some buy support for XMG from mining other coins when they are more profitable.
Thanks for the feedback amigo and welcome in our awesome Magi community!
full member
Activity: 206
Merit: 100
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:
Code:
sudo port clean gmp
sudo port -t install gmp
Thanks for trying, but didn't work.  Embarrassed
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....  Undecided

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:
Code:
./configure
make
make install

That should install GNU MP on your system in whatever the default directory for libraries is on Macs.
legendary
Activity: 1120
Merit: 1004
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:
Code:
sudo port clean gmp
sudo port -t install gmp

Thanks for trying, but didn't work.  Embarrassed

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.

ok, but what I have to do to compile the GNU from the source?
Yes think thats what feldenthorne meant. He add a link for a guide. Maybe that can help you.

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....  Undecided

Sorry guys, for all these nuisance...


As I understood, you're on Mac, so sorry I can help you Undecided... Don't worry, I had similar problem to install Magi-qt on my Raspberry Pi 2. But thanks to the really helpful Magi community I succeeded  Wink !
newbie
Activity: 11
Merit: 0
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:
Code:
sudo port clean gmp
sudo port -t install gmp

Thanks for trying, but didn't work.  Embarrassed

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.

ok, but what I have to do to compile the GNU from the source?
Yes think thats what feldenthorne meant. He add a link for a guide. Maybe that can help you.

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....  Undecided

Sorry guys, for all these nuisance...
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
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

That's nice guys!
Community info:

Magi is working on a Facebook campaign and hope to launch that at the end of this weekend.
Other big item is the Proof of Interest campaign.
This awesome campaign ends in a few days.
Interest will be paid at 01-10-2015!
Make sure your wallet-balance is correct!

 Smiley

Proof of Interest? Sounds great. But I don't know where to start (sorry for my ignorance) What do I need to do to participate in it? Could you provide me link/info? Thanks  Smiley
Abiky here is a link about the Proof of Interest II campaign.
https://bitcointalksearch.org/topic/magi-xmg-proof-of-interest-2015-ii-starts-on-01-08-2015-register-is-open-1096217

This one ends in a few days. Hope to launch another campaign soon! But that depends on anonymous donator.

Awesome! Thanks for sharing this link. I will check it out. If there will be another campaign, I will get into it as well.  Cheesy
Jump to: