Bitcoin Forum
May 07, 2024, 09:35:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 492 493 494 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 ... 1310 »
  Print  
Author Topic: [ANN] [XMG] MAGI | CPU mining | mPoW | mPoS | [MagiPay]  (Read 2375272 times)
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
July 31, 2015, 09:22:58 AM
 #10141

Hi You all,

@111magic,
We got some hardtimes with some scripts (you told here if we needed help, you help us) so can you write some scripts for us? Cheesy Cheesy Cheesy your doing a great job Wink
We the Fruitsclan going to have a lanparty soon and there will be some magic there also, this lan party will be there for 3 days and with 30 players from the Netherlands, belgium, germany and finland.
Its a reall gaming party in a building with 3 servers 2 backups and around 30 high end gaming pc`s, we are going to stream it live, and there will be a magic moment for XMG also.

@ joelao95, we all are here and we all carry Magic with us, i hope it will be soon better for you.

@spexx, again just wow Cool


Goldlabel, how is the LAN party going?

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715117703
Hero Member
*
Offline Offline

Posts: 1715117703

View Profile Personal Message (Offline)

Ignore
1715117703
Reply with quote  #2

1715117703
Report to moderator
1715117703
Hero Member
*
Offline Offline

Posts: 1715117703

View Profile Personal Message (Offline)

Ignore
1715117703
Reply with quote  #2

1715117703
Report to moderator
1715117703
Hero Member
*
Offline Offline

Posts: 1715117703

View Profile Personal Message (Offline)

Ignore
1715117703
Reply with quote  #2

1715117703
Report to moderator
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
July 31, 2015, 01:55:51 PM
 #10142

Magi has more people who joined the second Proof of Interest.
Thats good news. More info will follow soon! Grin

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
eightbits
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 31, 2015, 06:05:10 PM
 #10143

I'm trying to sync a new wallet.  I mined some coins, downloaded the QT wallet (v1.2.2.1-magi), and sent the coins to the address.  I did not realize it would have to sync every transaction ever because, I'm new to mining and wallets.  After 8 hours I'm at 8517/416535.  Is there some way to backup my private/public key and open a wallet without syncing for possibly weeks?   Or, maybe there is a way to speed up this super slow sync?
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
July 31, 2015, 06:15:56 PM
 #10144

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

Here is the info you are looking for eightbits!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
eightbits
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 31, 2015, 07:36:49 PM
 #10145

Thanks 111magic!  I was able to grab the data files and now I'm at May 28th.  329000/416826.  It appears also to be moving much faster now as well.  I'm not sure why this wallet application doesn't just download the data instead of whatever it was doing before.  I assume some sort of super slow block verification that is disk intensive.  If anyone has a more recent version it would be nice but, I have a feeling the last two months will take a few more hours only.
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
July 31, 2015, 08:09:56 PM
 #10146

Thanks 111magic!  I was able to grab the data files and now I'm at May 28th.  329000/416826.  It appears also to be moving much faster now as well.  I'm not sure why this wallet application doesn't just download the data instead of whatever it was doing before.  I assume some sort of super slow block verification that is disk intensive.  If anyone has a more recent version it would be nice but, I have a feeling the last two months will take a few more hours only.
You are welcome.
I never had problems with this but that could be because when i startup my laptop i use nothing else than just the wallet.
When its 100% sync i start with other things.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
July 31, 2015, 08:17:32 PM
 #10147

IMPORTANT MESSAGE FOR ALL PEOPLE WHO JOINED THE PROOF OF INTEREST.
CHECK YOUR WALLETADDRESSES AND BALANCES!
THESE DAYS MAGI TEAM WILL DO THE SAME.
THE BALANCE WE SEE IS YOUR STARTBALANCE FOR THE PROOF OF INTEREST II 2015!
REMEMBER NO EXCHANGE ADDRESSES AND ONLY THE BALANCE OF THE ADDRESS YOU JOINED THE PROOF OF INTEREST WILL BE CHECKED!

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Redrover
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
August 01, 2015, 09:18:34 PM
 #10148

Wallet is wound up and ready to go!
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
August 01, 2015, 09:31:52 PM
 #10149

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: ADD OWN ADDRESS HERE [/color][/b][/center]

Here you go Redrover

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
lordmick
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile
August 01, 2015, 09:33:00 PM
 #10150

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
August 01, 2015, 09:36:11 PM
 #10151

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??

Thats nice Lordmick! What do you suggest? Do we need to change the pot size?

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
Redrover
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
August 01, 2015, 09:37:28 PM
 #10152

Thanks Magic, now I need to work on my sig.
lordmick
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile
August 01, 2015, 09:57:03 PM
 #10153

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??

Thats nice Lordmick! What do you suggest? Do we need to change the pot size?


reach the 100 XMG was taking sooooo long.. not enough interrest maybe.. but more than 100 could be more attractive..
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
August 01, 2015, 10:01:19 PM
 #10154

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??

Thats nice Lordmick! What do you suggest? Do we need to change the pot size?


reach the 100 XMG was taking sooooo long.. not enough interrest maybe.. but more than 100 could be more attractive..

Can you set the max tickets for one person?
Than Magi can double the price money as promotion for another 5 rounds. Lets say every week a new round.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
lordmick
Hero Member
*****
Offline Offline

Activity: 868
Merit: 500



View Profile
August 01, 2015, 10:07:23 PM
 #10155

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??

Thats nice Lordmick! What do you suggest? Do we need to change the pot size?


reach the 100 XMG was taking sooooo long.. not enough interrest maybe.. but more than 100 could be more attractive..

Can you set the max tickets for one person?
Than Magi can double the price money as promotion for another 5 rounds. Lets say every week a new round.


I could set a limit per address.. you talk about a timed round?
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
August 01, 2015, 10:13:57 PM
Last edit: August 01, 2015, 10:42:13 PM by 111magic
 #10156

Round 5 is just ended on http://lotto.ddns.net/magilotto there is 3 persons who share the pot..

Should I change the pot size?? or leave it at 100 XMG??

Thats nice Lordmick! What do you suggest? Do we need to change the pot size?


reach the 100 XMG was taking sooooo long.. not enough interrest maybe.. but more than 100 could be more attractive..

Can you set the max tickets for one person?
Than Magi can double the price money as promotion for another 5 rounds. Lets say every week a new round.


I could set a limit per address.. you talk about a timed round?

Yea maybe like one round a week! It would be nice to set a max of let say 10 tickets for one person/address.
Magi team will double the price for 5 weeks!
In the mean time we can promote the Lotto in the forums and other social media.
Like the idea Lordmick?

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
111magic
Legendary
*
Offline Offline

Activity: 1750
Merit: 1005



View Profile
August 02, 2015, 07:46:39 AM
 #10157

Thanks Magic, now I need to work on my sig.
You are welcome. Sig looks nice. I don't know if you have to be a Senior to add all colors.

bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
needypoo
Sr. Member
****
Offline Offline

Activity: 314
Merit: 250


View Profile
August 02, 2015, 02:38:49 PM
 #10158

hey, we accept XMG at http://www.drpecksbees.com !
okae
Legendary
*
Offline Offline

Activity: 1401
Merit: 1008


northern exposure


View Profile WWW
August 02, 2015, 03:29:34 PM
 #10159

hey, we accept XMG at http://www.drpecksbees.com !

wow thats a great news, i mean that more and more ppl are getting involved on this coin Wink

btw im really impressive about your "Beeswax Ornaments" looks so cool man, good job to the one who made it Wink

IMHO #1.b of suspects, Hal Finney is/was S.N.
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
August 02, 2015, 04:06:14 PM
 #10160

sorry guys , I needed to stop mining to the campaign, because I got hacked today and took some losses.
I hope my downtime not to affect my PoM2 participation...
Pages: « 1 ... 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 492 493 494 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 ... 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!