Bitcoin Forum
May 22, 2024, 06:11:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 [545] 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375311 times)
killerjoegreek
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
September 25, 2015, 01:48:05 PM
 #10881

i will be updating the subreddit with info.


https://www.reddit.com/r/coinmagi/
Erkallys
Legendary
*
Offline Offline

Activity: 1120
Merit: 1004



View Profile
September 25, 2015, 03:29:46 PM
 #10882

Cloud staking sites !! Are they reliable? How do we trust and put the coins on some external sites?

It's always risky especially if they are still under BETA. I would use it but with extreme caution!

Yeah, I'd be cautious with this type of site, especially when they say that the withdrawals are "temporarily suspended" Roll Eyes... Be cautious, don't put too much money on it, the worst can happen any time !
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
September 25, 2015, 06:01:52 PM
 #10883


i will be updating the subreddit with info.


https://www.reddit.com/r/coinmagi/

Thanks guys.


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
September 25, 2015, 09:41:06 PM
 #10884


Joe think you will become a hero member soon! Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
September 25, 2015, 09:43:39 PM
 #10885


Like to be MagiHero!  Shocked


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
goldlabel
Hero Member
*****
Offline Offline

Activity: 575
Merit: 502



View Profile WWW
September 25, 2015, 09:46:08 PM
 #10886


you guys are allready our hero`s Grin
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
September 25, 2015, 09:47:58 PM
 #10887


Need some additional posts to step into a higher level Tongue


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
n0m4d33
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
September 25, 2015, 10:32:23 PM
 #10888

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Guide of compiling minerd on mac os:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Edit ~/.profile to include the following content:

Code:
export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
export LDFLAGS="-L/opt/local/lib"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

4. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install automake autoconf git openssl gmp

5. Compile minerd
Code:
git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

6. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.



I tried to do these steps, but I've failed.

Where do I do the 3rd step?

And, in the 5th step when I hit the "make" command, the terminal returned me the following message: "make: *** No targets specified and no makefile found.  Stop."

So I couldn't finish the tutorial.

Cloud anyone help me?
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
September 25, 2015, 10:45:47 PM
 #10889

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Guide of compiling minerd on mac os:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Edit ~/.profile to include the following content:

Code:
export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
export LDFLAGS="-L/opt/local/lib"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

4. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install automake autoconf git openssl gmp

5. Compile minerd
Code:
git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

6. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.



I tried to do these steps, but I've failed.

Where do I do the 3rd step?

And, in the 5th step when I hit the "make" command, the terminal returned me the following message: "make: *** No targets specified and no makefile found.  Stop."

So I couldn't finish the tutorial.

Cloud anyone help me?

You can open up a text editor and load up the file .profile in your home directory. Afterwards, redo step 5, any error message after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"?


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
stuff0577
Full Member
***
Offline Offline

Activity: 138
Merit: 100

More stuff will come.


View Profile WWW
September 25, 2015, 11:01:09 PM
 #10890


The price isn't really the important thing, but also more usage of the same. This alt coin should be used for buying things, not for exchanging.

Both are important.

But I agree with you, we need more things to buy with Magi, maybe services?

I offer my services to translate English to Portuguese

Buying or exchanging somehow make sense. Hope joe will come up with an idea that will make magi useful with some none trust financial system.

DAILAI Peer-to-peer micro transport services
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
September 25, 2015, 11:07:43 PM
 #10891


The price isn't really the important thing, but also more usage of the same. This alt coin should be used for buying things, not for exchanging.

Both are important.

But I agree with you, we need more things to buy with Magi, maybe services?

I offer my services to translate English to Portuguese

Buying or exchanging somehow make sense. Hope joe will come up with an idea that will make magi useful with some none trust financial system.

Hey bro any suggestions?


  Coin MAGI  . XMG   
Coin Source : Trust Verified    [ ★ ★ ★ ★ ★ ★ ★ ]
  ♓.NΣTWORK-DΣPΣNDΣNT  RΣWARDING SYSTΣM  ※ 
  ANN THREAD MAGIPAY FAQ FORUM
.CPU Mining   PoS-II   PoM   Unique Block Reward 
n0m4d33
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
September 25, 2015, 11:12:04 PM
 #10892

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Guide of compiling minerd on mac os:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Edit ~/.profile to include the following content:

Code:
export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
export LDFLAGS="-L/opt/local/lib"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

4. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install automake autoconf git openssl gmp

5. Compile minerd
Code:
git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

6. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.



I tried to do these steps, but I've failed.

Where do I do the 3rd step?

And, in the 5th step when I hit the "make" command, the terminal returned me the following message: "make: *** No targets specified and no makefile found.  Stop."

So I couldn't finish the tutorial.

Cloud anyone help me?


You can open up a text editor and load up the file .profile in your home directory.

Sorry but I am a newbie, How do I load up the file .profile in my home directory with the text editor?




any error message after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"?


No problems after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"


stuff0577
Full Member
***
Offline Offline

Activity: 138
Merit: 100

More stuff will come.


View Profile WWW
September 25, 2015, 11:16:14 PM
 #10893


The price isn't really the important thing, but also more usage of the same. This alt coin should be used for buying things, not for exchanging.

Both are important.

But I agree with you, we need more things to buy with Magi, maybe services?

I offer my services to translate English to Portuguese

Buying or exchanging somehow make sense. Hope joe will come up with an idea that will make magi useful with some none trust financial system.

Hey bro any suggestions?

Like smart contracts or something that can be use for documentation

DAILAI Peer-to-peer micro transport services
LordCoder
Hero Member
*****
Offline Offline

Activity: 712
Merit: 500


View Profile
September 26, 2015, 09:07:45 AM
 #10894

Block reward is now amazingly high. Start mining PoW!
starmman
Legendary
*
Offline Offline

Activity: 1484
Merit: 1029



View Profile
September 26, 2015, 10:11:13 AM
 #10895

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
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
September 26, 2015, 10:27:47 AM
 #10896

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

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
StrongK
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 26, 2015, 01:25:20 PM
 #10897

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Guide of compiling minerd on mac os:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Edit ~/.profile to include the following content:

Code:
export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
export LDFLAGS="-L/opt/local/lib"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

4. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install automake autoconf git openssl gmp

5. Compile minerd
Code:
git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

6. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.



I tried to do these steps, but I've failed.

Where do I do the 3rd step?

And, in the 5th step when I hit the "make" command, the terminal returned me the following message: "make: *** No targets specified and no makefile found.  Stop."

So I couldn't finish the tutorial.

Cloud anyone help me?


You can open up a text editor and load up the file .profile in your home directory.

Sorry but I am a newbie, How do I load up the file .profile in my home directory with the text editor?




any error message after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"?


No problems after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"





Hi,

I opened the text editor and when I tried to load the .profile I found 4 differents files with this same name but in different folders, how can I know which file is the right file to load up?
goldlabel
Hero Member
*****
Offline Offline

Activity: 575
Merit: 502



View Profile WWW
September 26, 2015, 05:30:16 PM
 #10898

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
So first we where going full throttle at Cryptsy and now we are going to conquer Facebook? whos next Google?
n0m4d33
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
September 26, 2015, 06:32:11 PM
 #10899

How do I do to mine this coin on a mac computer? Does somebody tried to compile the miner on unix os?

Guide of compiling minerd on mac os:

1. Ensure Xcode and the command line tools are installed.

2. Download and Install MacPorts: http://www.macports.org/install.php

3. Edit ~/.profile to include the following content:

Code:
export CPPFLAGS="-I/opt/local/include $CPPFLAGS"
export LDFLAGS="-L/opt/local/lib"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

4. Install libraries
Open up app "Terminal"
Code:
sudo port selfupdate
sudo port install automake autoconf git openssl gmp

5. Compile minerd
Code:
git clone https://github.com/noncepool/m7magi-cpuminer-v2
cd m7magi-cpuminer-v2
./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3" CXXFLAGS="-O3"
make

6. start minerd
For example, nonce-pool:
Code:
minerd -o stratum+tcp://mine2.magi.nonce-pool.com:4090 -u <username.worker> -p <password>
Suprnova pool:
Code:
minerd -o stratum+tcp://xmg.suprnova.cc:7128 -u <username.worker> -p <password>
<username.worker> and <password> should be set up in a pool.



I tried to do these steps, but I've failed.

Where do I do the 3rd step?

And, in the 5th step when I hit the "make" command, the terminal returned me the following message: "make: *** No targets specified and no makefile found.  Stop."

So I couldn't finish the tutorial.

Cloud anyone help me?


You can open up a text editor and load up the file .profile in your home directory.

Sorry but I am a newbie, How do I load up the file .profile in my home directory with the text editor?




any error message after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"?


No problems after running ./configure CFLAGS="-O3" CXXFLAGS="-O3"





Hi,

I opened the text editor and when I tried to load the .profile I found 4 differents files with this same name but in different folders, how can I know which file is the right file to load up?

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/ "
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
September 26, 2015, 07:08:02 PM
 #10900

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
Pages: « 1 ... 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 [545] 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 ... 1310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!