Author

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

sr. member
Activity: 350
Merit: 250
Mining Co-operative
Welcome in our Magical Magi community wedgy2k.
Nice to see new people joining Magi here.
Think Joe or Spexx can give you an answer on your question.
Thank you, been made to feel most welcome -  love the #magi too
Joe is your best bet. I'm more your Windows person Wink
sr. member
Activity: 329
Merit: 251
Welcome in our Magical Magi community wedgy2k.
Nice to see new people joining Magi here.
Think Joe or Spexx can give you an answer on your question.
Thank you, been made to feel most welcome -  love the #magi too
legendary
Activity: 1750
Merit: 1005
[Update] New wallet v1.2.2.1 (not hardfork):

Downloads:

Windows: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-win.zip
Linux: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-linux.tar.gz
Mac OS X: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-macosx.dmg
Source code: https://github.com/magi-project/magi/

Updates:

  • Updated checkpoints
  • Compilation with Berkeley DB v4.8.30.NC

Starting from v1.2.2.1, we will use Berkeley DB v4.8.30.NC in any future release (http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz). The DB concern was raised by feldenthorne. We will stick to the version 4.8 for compatibility. For this reason, you may need to do setup in case you were running wallet with a higher DB version >4.8:

# Windows: not affected since all prior wallets were built using the same DB version.
# Mac OS: you have to perform DB migration as detailed below.
# Linux: you have to perform DB migration as detailed below.

The Linux wallet now was built statically enclosing most of libraries. The current release was built by Linux Mint, and has been tested under my Xubuntu VB box. Let me know your linux version if it doesn't work for you.

I found one issue when building statical linux wallet that is the Qt font which I haven't managed to embed it statically. You need to set this up manually: 1) create a folder: /usr/local/Qt-5.4.1/lib/fonts; 2) copy a TTF font file into this folder, e.g., DroidSans.ttf as enclosed in the "fonts" folder, or any others you can find elsewhere.

Note to Mac OS compilation: I was only able to build db-4.8.30.NC by applying patch as specified here: https://trac.macports.org/browser/trunk/dports/databases/db48/files/patch-dbinc_atomic.h?rev=104994

DB migration:

If you ran the wallet with a higher DB version, you will have to re-sync the whole blockchain and convert to db4.8 wallet.

1) Make sure to backup wallet.dat. Delete everything (blockchain) except wallet.dat. If you don't want to spend much time to download everything through the wallet, I have uploaded an existing chain here: http://coinmagi.org/files/m-blockchain; download and unpack the files into the magi folder.

2) Rename wallet.dat to, say wallet.dat.db6 (assume your prior db version is 6), and then do the following:

Code:
/opt/local/src/db/db-6.1.19/release/bin/db_dump wallet.dat.db6 | /opt/local/src/db/db-4.8.30.NC/release/bin/db_load wallet.dat

I have two DB installed respectively in /opt/local/src/db/db-6.1.19/release/bin/ and /opt/local/src/db/db-4.8.30.NC/release/bin.

3) Rund Qt wallet.

4) If you have issue with wallet conversion, I could do it for you. Alternatively, simply start over a new wallet (through the new wallet) and transfer coins into it (through the old wallet).

A side note: you are free to use any DB version to build the wallet; it works just fine, though we recommend to use the official wallets which are built with DB4.8.

Let me know any questions you may have.

Great stuff, thank you
How do I find out my DB version in OSX (Yosemite) - so I can check if a DB migration is required to upgrade to the new wallet please?

Cheers


Welcome in our Magical Magi community wedgy2k.
Nice to see new people joining Magi here.
Think Joe or Spexx can give you an answer on your question.
xms
full member
Activity: 223
Merit: 100
hello guys,

i made a tweet for voting on #cryptsy we have 4241 votes, but we need more so retweet and tell everybody to (free) vote on #cryptsy

https://twitter.com/mario_hoekstra/status/601123956855287810

Magi (XMG) the best community irc #magi

proud to be a member
legendary
Activity: 1750
Merit: 1005
Hey guys, I chose Magi as my Coin of the Week to talk about on my last show. It's a show meant for those who may have heard of a coin, but never really looked into it.

You can listen to the episode on the SuperNET Radio soundcloud:
https://soundcloud.com/supernetradio/coin-of-the-week-episode-5-magi-xmg

Enjoy! And SNRN operates solely from donations at this point, so if you like the program - you can donate some magi Wink
9EZhYrcT1SxVXxXxoMpxtEsa5LvZbc9Zaq

Donation sent! Thanks again. Smiley
legendary
Activity: 1750
Merit: 1005
Community: Cryptsy is not looking only at the votingresults.
Also at the activity from the community!
At the moment Magi has 4142 votes there and is still going up! Grin
sr. member
Activity: 329
Merit: 251
[Update] New wallet v1.2.2.1 (not hardfork):

Downloads:

Windows: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-win.zip
Linux: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-linux.tar.gz
Mac OS X: http://coinmagi.org/files/magi-release/m-wallet-1.2.2.1-macosx.dmg
Source code: https://github.com/magi-project/magi/

Updates:

  • Updated checkpoints
  • Compilation with Berkeley DB v4.8.30.NC

Starting from v1.2.2.1, we will use Berkeley DB v4.8.30.NC in any future release (http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz). The DB concern was raised by feldenthorne. We will stick to the version 4.8 for compatibility. For this reason, you may need to do setup in case you were running wallet with a higher DB version >4.8:

# Windows: not affected since all prior wallets were built using the same DB version.
# Mac OS: you have to perform DB migration as detailed below.
# Linux: you have to perform DB migration as detailed below.

The Linux wallet now was built statically enclosing most of libraries. The current release was built by Linux Mint, and has been tested under my Xubuntu VB box. Let me know your linux version if it doesn't work for you.

I found one issue when building statical linux wallet that is the Qt font which I haven't managed to embed it statically. You need to set this up manually: 1) create a folder: /usr/local/Qt-5.4.1/lib/fonts; 2) copy a TTF font file into this folder, e.g., DroidSans.ttf as enclosed in the "fonts" folder, or any others you can find elsewhere.

Note to Mac OS compilation: I was only able to build db-4.8.30.NC by applying patch as specified here: https://trac.macports.org/browser/trunk/dports/databases/db48/files/patch-dbinc_atomic.h?rev=104994

DB migration:

If you ran the wallet with a higher DB version, you will have to re-sync the whole blockchain and convert to db4.8 wallet.

1) Make sure to backup wallet.dat. Delete everything (blockchain) except wallet.dat. If you don't want to spend much time to download everything through the wallet, I have uploaded an existing chain here: http://coinmagi.org/files/m-blockchain; download and unpack the files into the magi folder.

2) Rename wallet.dat to, say wallet.dat.db6 (assume your prior db version is 6), and then do the following:

Code:
/opt/local/src/db/db-6.1.19/release/bin/db_dump wallet.dat.db6 | /opt/local/src/db/db-4.8.30.NC/release/bin/db_load wallet.dat

I have two DB installed respectively in /opt/local/src/db/db-6.1.19/release/bin/ and /opt/local/src/db/db-4.8.30.NC/release/bin.

3) Rund Qt wallet.

4) If you have issue with wallet conversion, I could do it for you. Alternatively, simply start over a new wallet (through the new wallet) and transfer coins into it (through the old wallet).

A side note: you are free to use any DB version to build the wallet; it works just fine, though we recommend to use the official wallets which are built with DB4.8.

Let me know any questions you may have.

Great stuff, thank you
How do I find out my DB version in OSX (Yosemite) - so I can check if a DB migration is required to upgrade to the new wallet please?

Cheers
hero member
Activity: 575
Merit: 502
Somebody had to do it ...



Hahhahaha thats funny
member
Activity: 76
Merit: 10

Went on Poloniex, saw XMG was in the red.  So I fixed that - not any more Wink

Good, I'll invest a little amount on magi in the next few days. I'll let you know Smiley
hero member
Activity: 714
Merit: 500
One day I'll find a block....ONE DAY..... Cry

My own name has been absent from the list for quite some time as well Sad

Account earnings have been fair enough though Smiley

Saw you found one last night while I was in the Pool!  Grats.

Went on Poloniex, saw XMG was in the red.  So I fixed that - not any more Wink
sr. member
Activity: 350
Merit: 250
Mining Co-operative
One day I'll find a block....ONE DAY..... Cry

My own name has been absent from the list for quite some time as well Sad

Account earnings have been fair enough though Smiley
hero member
Activity: 714
Merit: 500
One day I'll find a block....ONE DAY..... Cry
sr. member
Activity: 350
Merit: 250
Mining Co-operative
Somebody had to do it ...

hero member
Activity: 575
Merit: 502
Can't wait to see what The Fruits Clan have for us.

Goldlabel's "Night Dragon" turned into a "Day Dragon" ... or rather an evening dragon really ... because this beauty takes up the 19:00 hrs slot on my Windows XMG Miner Benchmark utility.



There are still a few time slots available. Keep those images coming folks Cheesy
hahaha,sry the next one i will do better (about 21 hrs) Cheesy
sr. member
Activity: 350
Merit: 250
Mining Co-operative
Can't wait to see what The Fruits Clan have for us.

Goldlabel's "Night Dragon" turned into a "Day Dragon" ... or rather an evening dragon really ... because this beauty takes up the 19:00 hrs slot on my Windows XMG Miner Benchmark utility.



There are still a few time slots available. Keep those images coming folks Cheesy
legendary
Activity: 1750
Merit: 1005
FYI
Yesterday evening I had a meeting with the Fruitsclan about the coming unique development.
I was very happy to see the awesome results!
This unique development will give Magi a huge step forward for the awesome future of Magi.
At the moment I can tell you all that the launch of this development will be around 06-06-2015.
To this date there will be more information.
Keep eyes on social media and this thread.

Thanks for reading.
hero member
Activity: 714
Merit: 500
Finally hit over 100kh/s....sad...this is with FOUR machines running (two VMs)

I wish I could get closer to the limit of 250...but I have no idea how to Huh

Jump to: