Author

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

legendary
Activity: 1484
Merit: 1029
Build your MagiCoin XMG Wallet
tested at pi2

Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install -y gcc-4.9 g++-4.9
sudo apt-get install -y libgmp-dev libcurl4-openssl-dev libjansson-dev git

sudo apt-get install -y libdb5.3-dev libdb5.3++-dev
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libqrencode-dev
sudo apt-get install -y libminiupnpc-dev libminiupnpc

for v1.3.0-RC :
Code:
BRANCH="1.3.0rc"
mkdir $BRANCH
cd $BRANCH
git init
git remote add -t $BRANCH -f origin https://github.com/magi-project/magi.git
git checkout $BRANCH

cd src/

Now edit your makefile.unix
goto line 108 :

Code:
ifeq ($(xCPUARCH),armv7l)

and replace it with :

Code:
ifeq ($(xCPUARCH),armv7l)
xCXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard

now build magid with :
Code:
make -f makefile.unix xCPUARCH=armv7l

Thanks very much for sharing - hopefully I'll get a chance to give this a go at the weekend - I currently only use my pi as a media centre - would be great to get it staking too - also considering trying to get it to stake using solar power
legendary
Activity: 1750
Merit: 1005
Very nice My9bot! Awesome job.
full member
Activity: 239
Merit: 100
Build your MagiCoin XMG Wallet
tested at pi2

Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get install -y gcc-4.9 g++-4.9
sudo apt-get install -y libgmp-dev libcurl4-openssl-dev libjansson-dev git

sudo apt-get install -y libdb5.3-dev libdb5.3++-dev
sudo apt-get install -y libboost-all-dev
sudo apt-get install -y libqrencode-dev
sudo apt-get install -y libminiupnpc-dev libminiupnpc

for v1.3.0-RC :
Code:
BRANCH="1.3.0rc"
mkdir $BRANCH
cd $BRANCH
git init
git remote add -t $BRANCH -f origin https://github.com/magi-project/magi.git
git checkout $BRANCH

cd src/

Now edit your makefile.unix
goto line 108 :

Code:
ifeq ($(xCPUARCH),armv7l)

and replace it with :

Code:
ifeq ($(xCPUARCH),armv7l)
xCXXFLAGS+=-Ofast -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard

now build magid with :
Code:
make -f makefile.unix xCPUARCH=armv7l
full member
Activity: 239
Merit: 100
The latest code v1.3.1 is live on the master branch [https://github.com/magi-project/magi]. The Qt was tweaked the most and all prior issues were fixed. Remaining issues are likely broken daemon compilation at this moment, and a bit more tweaks for OSX too; I'll fix.

If you can't wait for official compiled wallet, pls do so of compilation on your own. We're using LevelDB; if you're upgrading from version prior to v1.3.0, pls sync from scratch, or download (a while ago): http://coinmagi.org/bin/block-chain.


Great. Thanks for the update, Joe! It's been quite some time since I left out of buying and staking Magi, since I have been very busy with things like college, among other stuff, but I would gladly get back into Magi soon as it is one of the best altcoin out there.

Hopefully, with the release of the new QT wallet, Magi could get even more attention and increase in price. I wish that Magi could reach $0.05 USD or higher this year.

Nevertheless, I'm looking forward for more exciting news like these.  Wink


By the way, do you happen to know how do I compile the Magi wallet for Raspberry Pi 3? I'm trying to figure it out, but haven't gone anywhere as I'm not very tech savvy. Any help would be greatly appreciated.  Smiley
hey i using my pi2 for staking
i can help building magid on a pi
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
Can i get the windows 1.3.1 windows exe from somewhere , and how much ram does the wallet take up fully synced?
legendary
Activity: 1484
Merit: 1029
Great. Thanks for the update, Joe! It's been quite some time since I left out of buying and staking Magi, since I have been very busy with things like college, among other stuff, but I would gladly get back into Magi soon as it is one of the best altcoin out there.

Hopefully, with the release of the new QT wallet, Magi could get even more attention and increase in price. I wish that Magi could reach $0.05 USD or higher this year.

Nevertheless, I'm looking forward for more exciting news like these.  Wink


By the way, do you happen to know how do I compile the Magi wallet for Raspberry Pi 3? I'm trying to figure it out, but haven't gone anywhere as I'm not very tech savvy. Any help would be greatly appreciated.  Smiley

Glad to see you again. It's been some time for me on the work stuffs as well. Smiley I'm not yet into Raspberry, but someone did a guide as I remember. I'll try to find it out. Also I'm interested to get a Pi like for staking; either way I'll figure out a guide.  

You mean this one Joe: https://raspi2miner.wordpress.com/tag/xmg/

https://www.google.nl/url?sa=t&source=web&rct=j&url=/amp/s/raspi2miner.wordpress.com/2015/11/29/magicoin-xmg-miner-for-raspberry-pi-2/amp/&ved=0ahUKEwjCvuS_gsvRAhWJQBoKHaa5C4AQFgglMAI&usg=AFQjCNE_RoINm_s-5sO0pyiyuDWQIwL55Q&sig2=5hb0G-5SD0jPSZ-jMsEmjg

I might give that a go myself some time. I want to also start researching how to create apt-get packages - would be great to have a apt-get install magi-pi

Welcome back Abiky good to see you on the forums again
legendary
Activity: 1750
Merit: 1005
Great. Thanks for the update, Joe! It's been quite some time since I left out of buying and staking Magi, since I have been very busy with things like college, among other stuff, but I would gladly get back into Magi soon as it is one of the best altcoin out there.

Hopefully, with the release of the new QT wallet, Magi could get even more attention and increase in price. I wish that Magi could reach $0.05 USD or higher this year.

Nevertheless, I'm looking forward for more exciting news like these.  Wink


By the way, do you happen to know how do I compile the Magi wallet for Raspberry Pi 3? I'm trying to figure it out, but haven't gone anywhere as I'm not very tech savvy. Any help would be greatly appreciated.  Smiley

Glad to see you again. It's been some time for me on the work stuffs as well. Smiley I'm not yet into Raspberry, but someone did a guide as I remember. I'll try to find it out. Also I'm interested to get a Pi like for staking; either way I'll figure out a guide.  

You mean this one Joe: https://raspi2miner.wordpress.com/tag/xmg/

https://www.google.nl/url?sa=t&source=web&rct=j&url=/amp/s/raspi2miner.wordpress.com/2015/11/29/magicoin-xmg-miner-for-raspberry-pi-2/amp/&ved=0ahUKEwjCvuS_gsvRAhWJQBoKHaa5C4AQFgglMAI&usg=AFQjCNE_RoINm_s-5sO0pyiyuDWQIwL55Q&sig2=5hb0G-5SD0jPSZ-jMsEmjg
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Great. Thanks for the update, Joe! It's been quite some time since I left out of buying and staking Magi, since I have been very busy with things like college, among other stuff, but I would gladly get back into Magi soon as it is one of the best altcoin out there.

Hopefully, with the release of the new QT wallet, Magi could get even more attention and increase in price. I wish that Magi could reach $0.05 USD or higher this year.

Nevertheless, I'm looking forward for more exciting news like these.  Wink


By the way, do you happen to know how do I compile the Magi wallet for Raspberry Pi 3? I'm trying to figure it out, but haven't gone anywhere as I'm not very tech savvy. Any help would be greatly appreciated.  Smiley

Glad to see you again. It's been some time for me on the work stuffs as well. Smiley I'm not yet into Raspberry, but someone did a guide as I remember. I'll try to find it out. Also I'm interested to get a Pi like for staking; either way I'll figure out a guide.  
legendary
Activity: 3220
Merit: 1363
www.Crypto.Games: Multiple coins, multiple games
The latest code v1.3.1 is live on the master branch [https://github.com/magi-project/magi]. The Qt was tweaked the most and all prior issues were fixed. Remaining issues are likely broken daemon compilation at this moment, and a bit more tweaks for OSX too; I'll fix.

If you can't wait for official compiled wallet, pls do so of compilation on your own. We're using LevelDB; if you're upgrading from version prior to v1.3.0, pls sync from scratch, or download (a while ago): http://coinmagi.org/bin/block-chain.


Great. Thanks for the update, Joe! It's been quite some time since I left out of buying and staking Magi, since I have been very busy with things like college, among other stuff, but I would gladly get back into Magi soon as it is one of the best altcoin out there.

Hopefully, with the release of the new QT wallet, Magi could get even more attention and increase in price. I wish that Magi could reach $0.05 USD or higher this year.

Nevertheless, I'm looking forward for more exciting news like these.  Wink


By the way, do you happen to know how do I compile the Magi wallet for Raspberry Pi 3? I'm trying to figure it out, but haven't gone anywhere as I'm not very tech savvy. Any help would be greatly appreciated.  Smiley
xms
full member
Activity: 223
Merit: 100
http://www.blockchaindynamics.net/voting.html

Friendliest Community 2016

[ X ] Magi

Nothing more to say I think  Grin
Bumping this towards the top of the new page - maybe it'll attract a few more votes =)
Voted! Thanks for link Vin!
And for the bump Starmman.

Hey crypto friends

Voted for magi too

[ x ] magi

gr xms
legendary
Activity: 1750
Merit: 1005
http://www.blockchaindynamics.net/voting.html

Friendliest Community 2016

[ X ] Magi

Nothing more to say I think  Grin
Bumping this towards the top of the new page - maybe it'll attract a few more votes =)
Voted! Thanks for link Vin!
And for the bump Starmman.
legendary
Activity: 1484
Merit: 1029
http://www.blockchaindynamics.net/voting.html

Friendliest Community 2016

[ X ] Magi

Nothing more to say I think  Grin
Bumping this towards the top of the new page - maybe it'll attract a few more votes =)
legendary
Activity: 1484
Merit: 1029
The latest code v1.3.1 is live on the master branch [https://github.com/magi-project/magi]. The Qt was tweaked the most and all prior issues were fixed. Remaining issues are likely broken daemon compilation at this moment, and a bit more tweaks for OSX too; I'll fix.

If you can't wait for official compiled wallet, pls do so of compilation on your own. We're using LevelDB; if you're upgrading from version prior to v1.3.0, pls sync from scratch, or download (a while ago): http://coinmagi.org/bin/block-chain.

Great stuff, looking forward to seeing the new client - I might run a windows build over the weekend when I get back to the country.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
The latest code v1.3.1 is live on the master branch [https://github.com/magi-project/magi]. The Qt was tweaked the most and all prior issues were fixed. Remaining issues are likely broken daemon compilation at this moment, and a bit more tweaks for OSX too; I'll fix.

If you can't wait for official compiled wallet, pls do so of compilation on your own. We're using LevelDB; if you're upgrading from version prior to v1.3.0, pls sync from scratch, or download (a while ago): http://coinmagi.org/bin/block-chain.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
U will spend money for promotional activities but more often than not u won't get any revenue coming back to ur pocket. The fact is, monies are used for production and spreading the word about the state of the development, but nothing comes back in the form of consistent income.
We're far away from that, and aren't making any out of magi, I believed.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
The unique Proof of Interest campaign IV is completed.
I will calculate the interest and will send interest rates (XMG) to the people who joined this great campaign.
And followed the campaign rules! Smiley

Many thanks, bud.
legendary
Activity: 1484
Merit: 1029
http://www.blockchaindynamics.net/voting.html

Friendliest Community 2016

[ X ] Magi

Nothing more to say I think  Grin
Great that Magi has been nominated amongst all those other coins - the Magi community is by far the friendliest in my (slightly biased) opinion.

My vote has also been cast - thanks for sharing the link Vin =)
Vin
legendary
Activity: 1166
Merit: 1015
http://www.blockchaindynamics.net/voting.html

Friendliest Community 2016

[ X ] Magi

Nothing more to say I think  Grin
legendary
Activity: 1750
Merit: 1005
when will xmg take its place of marketcaps of coins ,this coin should have millions of dollars marketcap respect to its age
Thanks. I think Magi could use all help with promoting.


I'm sure that if we could get a roadmap in place (even without dates) a lot of promotion and additional investment would be generated from that, reducing uncertainty will always increase confidence.

U will spend money for promotional activities but more often than not u won't get any revenue coming back to ur pocket. The fact is, monies are used for production and spreading the word about the state of the development, but nothing comes back in the form of consistent income.

Thats right amigo. The most and best marketing is spreading the word.
Magi likes the unique campaigns. Let's see what the interest will be with POI IV. Smiley
legendary
Activity: 1484
Merit: 1029
The unique Proof of Interest campaign IV is completed.
I will calculate the interest and will send interest rates (XMG) to the people who joined this great campaign.
And followed the campaign rules! Smiley
Great stuff, I love the POI campaign - lets hope we all managed to follow the rules =)
Jump to: