Author

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

full member
Activity: 343
Merit: 102

Thanks joe. Anyway like i said Im supposed to write articles for a local blog promoting crypto currencies as a whole. I was suppose to dedicate an article for XMG as an easy coin to learn from. But before I do that i need to know why the forks happened in the 1st place? What caused the multiple forks and can it happen again?

Let me get back tomorrow. Got to time off for now.

No problem will wait until then article isnt due right away. We wanna get as much information before we publish anything on our new cryptocoins section. Mining isnt very popular where we are from so we dont want readers to get a bad 1st experience or they might not get hooked on coins.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
ust have to replace the m-wallet.exe in C:\Program Files\m-wallet?
an the magid.exe in C:\Program Files\m-wallet\daemon?

Yes

ust have to replace the m-wallet.exe in C:\Program Files\m-wallet?
an the magid.exe in C:\Program Files\m-wallet\daemon?

but there is two files in C:\Program Files\m-wallet\daemon (magid.exe and magid-x64.exe), i have a 64bits systems.

The daemon sits in \daemon; replace it with the latest magid.exe shall be fine.
member
Activity: 114
Merit: 10
life is simple!

ust have to replace the m-wallet.exe in C:\Program Files\m-wallet?
an the magid.exe in C:\Program Files\m-wallet\daemon?

but there is two files in C:\Program Files\m-wallet\daemon (magid.exe and magid-x64.exe), i have a 64bits systems.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!

Thanks joe. Anyway like i said Im supposed to write articles for a local blog promoting crypto currencies as a whole. I was suppose to dedicate an article for XMG as an easy coin to learn from. But before I do that i need to know why the forks happened in the 1st place? What caused the multiple forks and can it happen again?

Let me get back tomorrow. Got to time off for now.
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
Following are separate compilations:

Windows (x32): http://coinmagi.org/bin/m-wallet-1.4.1.1/m-wallet-1.4.1.1-win32.zip
Windows (x64): http://coinmagi.org/bin/m-wallet-1.4.1.1/m-wallet-1.4.1.1-win64.zip

Linux (32 & 64): http://coinmagi.org/bin/m-wallet-1.4.1.1/m-wallet-1.4.1.1-linux.tar.gz

OS X: http://coinmagi.org/bin/m-wallet-1.4.1.1/m-wallet-1.4.1.1-osx.dmg

Node (updated OP too):

Code:
addnode=104.128.225.215

Edit:

The wallet can automatically find the above node; don't worry about this part basically.
full member
Activity: 343
Merit: 102
I made a mistake, sent coins out of the wallet, the transaction is not confirmed, the coins are gone but did not come anywhere

there is a solution?

try repairwallet on console. If its not reported in the chain it might just work. but if it does not work then you should wait for more experienced users to comment but i think at that point it is gone. backup wallet before using console.
full member
Activity: 343
Merit: 102

Thanks joe. Anyway like i said Im supposed to write articles for a local blog promoting crypto currencies as a whole. I was suppose to dedicate an article for XMG as an easy coin to learn from. But before I do that i need to know why the forks happened in the 1st place? What caused the multiple forks and can it happen again?
newbie
Activity: 41
Merit: 0
working for me as well
legendary
Activity: 1190
Merit: 1009
Coin of the Magi!
full member
Activity: 173
Merit: 151
I'm trying to compile the latest version pulled from https://github.com/magi-project/magi.git,  building qt on ubuntu , need some help. I had no problems with v1.3 on this box

This is the error:

src/qt/guiutil.cpp:33:25: fatal error: QJsonDocument: No such file or directory
 #include
                         ^
compilation terminated.
make: *** [build/guiutil.o] Error 1






It seems the Json is not available to the compiler with that error. You are not using Ubuntu? What are you using?

Yes I'm using Ubuntu but I was using QT4 not QT5 ---- gotta use QT5 someone needs to update the build instructions -

It compiled fine now using QT5 btw if you dont know what version of qt on the machine is default use ~ qmake -v
sr. member
Activity: 770
Merit: 264
I'm trying to compile the latest version pulled from https://github.com/magi-project/magi.git,  building qt on ubuntu , need some help. I had no problems with v1.3 on this box

This is the error:

src/qt/guiutil.cpp:33:25: fatal error: QJsonDocument: No such file or directory
 #include
                         ^
compilation terminated.
make: *** [build/guiutil.o] Error 1






It seems the Json is not available to the compiler with that error. You are not using Ubuntu? What are you using?
full member
Activity: 343
Merit: 102
I have no idea what how or why but I am now still sync'd with poolinfo and suprnova using wallet 1.4.1.0, currently on block 1446984

I'd love to get the current wallet but do not know how to compile it.

If you want to compile the wallet yourself and you are on Windows 10 I would humbly suggest that you consider setting up your computer for a virtual machine environment and then install Ubuntu which is Linux. Once you have Linux running on your virtual machine you can do some quick research and learn how to compile the wallet fairly easily.

Let me know if you have any questions and one suggestion I would add is that if you can't compile yourself I would be patient and wait for the dev to release a fresh binary. This will protect you from a potentially malicious person that might use this as an opportunity to send some nasty code into you system Smiley

Thanks, I'm not really in a hurry, just want to know how to do it in Windows rather than in Linux.  But from what I've read, pretty much everyone suggests NOT using windows for this so maybe I'll break down and research how to do it.  I just really didn't need another hobby to learn today lol.

I hear that! If you change your mind you can follow this tutorial and setup a virtual machine on Windows 10: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/create-virtual-machine

Once that's setup you can install Ubuntu for use in compiling. You can learn more about and find the download for Ubuntu by visiting: https://www.ubuntu.com/download/desktop



thanks mate. most helpful reply about the wallet all day. although its preferred to have a native wallet at least you gave us workable solution. Smiley
sr. member
Activity: 770
Merit: 264
I have no idea what how or why but I am now still sync'd with poolinfo and suprnova using wallet 1.4.1.0, currently on block 1446984

I'd love to get the current wallet but do not know how to compile it.

If you want to compile the wallet yourself and you are on Windows 10 I would humbly suggest that you consider setting up your computer for a virtual machine environment and then install Ubuntu which is Linux. Once you have Linux running on your virtual machine you can do some quick research and learn how to compile the wallet fairly easily.

Let me know if you have any questions and one suggestion I would add is that if you can't compile yourself I would be patient and wait for the dev to release a fresh binary. This will protect you from a potentially malicious person that might use this as an opportunity to send some nasty code into you system Smiley

Thanks, I'm not really in a hurry, just want to know how to do it in Windows rather than in Linux.  But from what I've read, pretty much everyone suggests NOT using windows for this so maybe I'll break down and research how to do it.  I just really didn't need another hobby to learn today lol.

I hear that! If you change your mind you can follow this tutorial and setup a virtual machine on Windows 10: https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/create-virtual-machine

Once that's setup you can install Ubuntu for use in compiling. You can learn more about and find the download for Ubuntu by visiting: https://www.ubuntu.com/download/desktop

full member
Activity: 181
Merit: 100
I have no idea what how or why but I am now still sync'd with poolinfo and suprnova using wallet 1.4.1.0, currently on block 1446984

I'd love to get the current wallet but do not know how to compile it.

If you want to compile the wallet yourself and you are on Windows 10 I would humbly suggest that you consider setting up your computer for a virtual machine environment and then install Ubuntu which is Linux. Once you have Linux running on your virtual machine you can do some quick research and learn how to compile the wallet fairly easily.

Let me know if you have any questions and one suggestion I would add is that if you can't compile yourself I would be patient and wait for the dev to release a fresh binary. This will protect you from a potentially malicious person that might use this as an opportunity to send some nasty code into you system Smiley

Thanks, I'm not really in a hurry, just want to know how to do it in Windows rather than in Linux.  But from what I've read, pretty much everyone suggests NOT using windows for this so maybe I'll break down and research how to do it.  I just really didn't need another hobby to learn today lol.
sr. member
Activity: 770
Merit: 264
I have no idea what how or why but I am now still sync'd with poolinfo and suprnova using wallet 1.4.1.0, currently on block 1446984

I'd love to get the current wallet but do not know how to compile it.

If you want to compile the wallet yourself and you are on Windows 10 I would humbly suggest that you consider setting up your computer for a virtual machine environment and then install Ubuntu which is Linux. Once you have Linux running on your virtual machine you can do some quick research and learn how to compile the wallet fairly easily.

Let me know if you have any questions and one suggestion I would add is that if you can't compile yourself I would be patient and wait for the dev to release a fresh binary. This will protect you from a potentially malicious person that might use this as an opportunity to send some nasty code into you system Smiley
full member
Activity: 181
Merit: 100
I have no idea what how or why but I am now still sync'd with poolinfo and suprnova using wallet 1.4.1.0, currently on block 1446984

I'd love to get the current wallet but do not know how to compile it.
hero member
Activity: 575
Merit: 502
My suggestion for those waiting for a binary of v1.4.1.1:

ex3ss made available the blockchain after the problematic 9 or so blocks at  https://poolinfo.systms.org/#magi .
You could try copying that blockchain to your wallet and I suppose v1.4.1 should run well from there on.
This is my not so wild guess but could someone please confirm this works?

I tried it and it didn't work.

I also used the IP he provided and also the blockchain but still no luck. Maybe someone else will have better results?

I tried it as well, wallet will not open and throws an error about deleting everything in the folder and trying again.  So I did this and it started downloading the blockchain from scratch, so... I closed it and swapped out the 2 folders and the wallet error'd out again so I swapped back to the original and it's now downloading from scratch again, I'll see if it actually completes.  3% done in about 10 minutes.

I would really like to learn how to compile the wallet (Windows 10).  I'm sure there are a lot of people here who would like to know as well.  Does anyone have step by step instructions on how to do this or a link to somewhere with the instructions?

Ok experimenting mode on...
I got stuck downloading a fresh blockchain, tried ex33s download again and the wallet won't open, so I used Joe's blockchain download and changed my addnodes to connect - that got me to block 1446791 and it got stuck with wallet 1.4.1.0, sooo.... I tried the previous wallet 1.4.0 from this point and it sync'd within a few seconds (along with an error that it's an obsolete wallet).  Closed it and launched the current wallet that I have 1.4.1.0 and it's still sync'd and no errors.  Waiting to see if it stays that way, current block 1446975.

Seems like it might be stuck again, not sure yet.

You need 1.4.1.1
newbie
Activity: 168
Merit: 0
ALL working normal on 1.4.1.1
1.4.1 NOT working
Jump to: