Bitcoin Forum
May 02, 2024, 10:54:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 [441] 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375264 times)
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
May 19, 2015, 03:28:55 AM
Last edit: May 20, 2015, 02:17:11 AM by joelao95
 #8801

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


  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 
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714647285
Hero Member
*
Offline Offline

Posts: 1714647285

View Profile Personal Message (Offline)

Ignore
1714647285
Reply with quote  #2

1714647285
Report to moderator
1714647285
Hero Member
*
Offline Offline

Posts: 1714647285

View Profile Personal Message (Offline)

Ignore
1714647285
Reply with quote  #2

1714647285
Report to moderator
1714647285
Hero Member
*
Offline Offline

Posts: 1714647285

View Profile Personal Message (Offline)

Ignore
1714647285
Reply with quote  #2

1714647285
Report to moderator
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
May 19, 2015, 03:34:53 AM
 #8802

Nice work , Joe ..as always😊
feldenthorne
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile
May 19, 2015, 03:37:24 AM
 #8803

[...] The DB concern was raised by feldenthorne [...]

The concern was actually raised by Phillc... But I haven't seen him around since I unintentionally chased him out of the community.  Sad

Sad thoughts aside, it's great to hear that the wallets will have consistent BDB versions now. I'll update my sources so the branches with pull requests are even with the official release.
joelao95 (OP)
Legendary
*
Offline Offline

Activity: 1190
Merit: 1009


Coin of the Magi!


View Profile
May 19, 2015, 03:54:55 AM
 #8804

Nice work , Joe ..as always😊
Thanks mate for being around when I'm away, though I seem having minimum time yet at this time. 

[...] The DB concern was raised by feldenthorne [...]

The concern was actually raised by Phillc... But I haven't seen him around since I unintentionally chased him out of the community.  Sad

Sad thoughts aside, it's great to hear that the wallets will have consistent BDB versions now. I'll update my sources so the branches with pull requests are even with the official release.
Thanks, I believe being consistence is the better option. 


  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
May 19, 2015, 07:46:13 AM
 #8805

[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 are running wallet with a higher DB version:

# 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 the wallet to db4.8 version.

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 db conversion, I could do it for you. Alternatively, you can simply start over a new wallet (through the above wallet) and transfer your coins into it (through your prior wallet).

A side note: you are free to use any DB version and 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.
Awesome Joe! Activity from our great Magi dev is awesome! Thank you!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
sleepdog
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
May 19, 2015, 08:02:33 AM
 #8806

I just noticed XMG isn't on Poloniex anymore. When did that happen?
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 19, 2015, 08:18:11 AM
 #8807

I just noticed XMG isn't on Poloniex anymore. When did that happen?
It is still there Huh

https://poloniex.com/exchange#btc_xmg

111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 19, 2015, 08:56:16 AM
 #8808

I just noticed XMG isn't on Poloniex anymore. When did that happen?
It is still there Huh

https://poloniex.com/exchange#btc_xmg
Haha yea and it never left! Poloniex did an update lately. And sure XMG will stay there!  Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
ElMacho20000
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 19, 2015, 09:19:21 AM
 #8809

Nice pictures guys! Lol going to use that hd version in new tweets!

Better change a little bit the pic.
I guess everything from 007 movie is ultra trademarked and people in US or UK are absolutely crazy about that trademark/copyrigth shit

Proud and humble member of MAGI community.
95Pyk32MRzSaMsv2hmzxu9NSxnydUQDgxG
sleepdog
Full Member
***
Offline Offline

Activity: 183
Merit: 100


View Profile
May 19, 2015, 09:24:07 AM
 #8810

I just noticed XMG isn't on Poloniex anymore. When did that happen?
It is still there Huh

https://poloniex.com/exchange#btc_xmg

Odd, it wasn't there when I looked earlier... Oh well, probably an error on my part.
ElMacho20000
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 19, 2015, 09:27:35 AM
Last edit: May 19, 2015, 09:39:12 AM by ElMacho20000
 #8811


Great job Joe.

Is there's a guide to updating the wallet?
It could be useful. If we want magi to be widely accepted it must become extremely easy to use so 1 click updates, guides for everything, etc...
Perhaps someone in the community could write something so Joe doesn't waste time with that.
Cheers

Proud and humble member of MAGI community.
95Pyk32MRzSaMsv2hmzxu9NSxnydUQDgxG
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 19, 2015, 10:52:25 AM
 #8812

It could be useful. If we want magi to be widely accepted it must become extremely easy to use so 1 click updates, guides for everything, etc...
Perhaps someone in the community could write something so Joe doesn't waste time with that.
Cheers

Working on that ... for lucky Windows users Wink

1-click updates? 1-click comprehensive help?

It's coming ...

dsyahputera
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
May 19, 2015, 11:06:35 AM
 #8813

[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 are running wallet with a higher DB version:

# 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 the wallet to db4.8 version.

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 db conversion, I could do it for you. Alternatively, you can simply start over a new wallet (through the above wallet) and transfer your coins into it (through your prior wallet).

A side note: you are free to use any DB version and 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.
Just translated it to Indonesian, am I the fastest? Cheesy
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 19, 2015, 11:30:00 AM
 #8814

Bitcoins look cheap to me today. XMG is going cheap on Bittrex.

Hmmm .... Wink

Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 19, 2015, 12:02:47 PM
 #8815

Problem with Maxminers XMG pool. Cannot establish a connection to log in to the web site, although the ip address pings just fine. Miners seem to be running ok and I can pull statistics from the pool, so that is a bit of a puzzle Huh

ElMacho20000
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
May 19, 2015, 12:12:53 PM
 #8816

It could be useful. If we want magi to be widely accepted it must become extremely easy to use so 1 click updates, guides for everything, etc...
Perhaps someone in the community could write something so Joe doesn't waste time with that.
Cheers

Working on that ... for lucky Windows users Wink

1-click updates? 1-click comprehensive help?

It's coming ...
Great, this is why Magi will go to the moon! Let's keep this great community united and see what will happen.

My hash on PoM pool is going up and down of about 90 kH/s...  Shocked Shocked

Proud and humble member of MAGI community.
95Pyk32MRzSaMsv2hmzxu9NSxnydUQDgxG
Spexx
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Mining Co-operative


View Profile
May 19, 2015, 12:22:19 PM
 #8817

My hash on PoM pool is going up and down of about 90 kH/s...  Shocked Shocked

The figures that come from all the pools can seem a bit random at times. They average-out over time though. It is probably just an effect of short time-period sampling.

prints
Full Member
***
Offline Offline

Activity: 182
Merit: 102


\m/


View Profile WWW
May 19, 2015, 04:01:42 PM
 #8818

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

|| BTC: 17Dm2MMEGXKejjLvhyhoC4JRr9bR26Ktvu || LTC: LV6RbrsJAaBjrVyAwJCKhMfLTZE6aqEgKt || Zcash: t1S2WwgZzvkYLbKPZYQFYtWQ2QAf88cnPCz ||
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
May 19, 2015, 05:02:00 PM
 #8819

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

Nice Prints! Easy to listen and hope you cat is still alive! Wink

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
OBAViJEST
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500



View Profile WWW
May 19, 2015, 06:29:01 PM
 #8820

Must...mine....more....MAGI Grin Grin Grin
Pages: « 1 ... 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 [441] 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 ... 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!