DisasterFaster
|
|
August 18, 2017, 11:16:55 PM |
|
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
|
|
|
|
Redrover
|
|
August 18, 2017, 11:21:21 PM |
|
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 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.
|
|
|
|
DisasterFaster
|
|
August 18, 2017, 11:32:56 PM |
|
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 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-machineOnce 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
|
|
|
|
Myth888
|
|
August 19, 2017, 12:07:46 AM |
|
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 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-machineOnce 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/desktopthanks mate. most helpful reply about the wallet all day. although its preferred to have a native wallet at least you gave us workable solution.
|
|
|
|
DisasterFaster
|
|
August 19, 2017, 12:51:42 AM |
|
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 <QJsonDocument> ^ 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?
|
|
|
|
MilkandPie4U
|
|
August 19, 2017, 01:17:43 AM Last edit: August 19, 2017, 01:38:31 AM by MilkandPie4U |
|
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 <QJsonDocument> ^ 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
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
August 19, 2017, 03:45:26 AM Last edit: August 19, 2017, 04:49:44 AM by joelao95 |
|
|
|
|
|
Redrover
|
|
August 19, 2017, 04:14:06 AM |
|
Thanks Joe, it's working on my end.
|
|
|
|
ryan7269
Newbie
Offline
Activity: 41
Merit: 0
|
|
August 19, 2017, 04:26:56 AM |
|
working for me as well
|
|
|
|
lhedwin
Member
Offline
Activity: 114
Merit: 10
life is simple!
|
|
August 19, 2017, 04:36:02 AM |
|
Hi. what nodes can we use?
|
|
|
|
Myth888
|
|
August 19, 2017, 04:36:36 AM |
|
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?
|
|
|
|
Myth888
|
|
August 19, 2017, 04:39:11 AM |
|
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.
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
August 19, 2017, 04:49:54 AM Last edit: August 19, 2017, 05:10:59 AM by joelao95 |
|
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
August 19, 2017, 04:51:45 AM |
|
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.
|
|
|
|
lhedwin
Member
Offline
Activity: 114
Merit: 10
life is simple!
|
|
August 19, 2017, 05:05:20 AM |
|
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.
|
|
|
|
joelao95 (OP)
Legendary
Offline
Activity: 1190
Merit: 1009
Coin of the Magi!
|
|
August 19, 2017, 05:13:25 AM |
|
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.
|
|
|
|
Myth888
|
|
August 19, 2017, 05:20:52 AM |
|
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.
|
|
|
|
chilend
Newbie
Offline
Activity: 9
Merit: 0
|
|
August 19, 2017, 05:39:48 AM |
|
Thanks Joe, it's working on my end. thanks.it working great now.
|
|
|
|
ex33s
|
|
August 19, 2017, 06:19:19 AM |
|
Read that some of you had problem with using the blockchain download from https://poolinfo.systms.org/#magi , I've updated it and added a tar.gz version too. Fixed an minor issue where minerclaim.net pool information wasn't updated correct. If you haven't updated to version 1.4.1.1, I strongly recommend that you do that, download links for wallet is in this post. Blockchain download @ 1447123Tar.gz - ZipDownload - wallet 1.4.1.1Linux - Windows - Mac OSX - Source
|
|
|
|
111magic
Legendary
Offline
Activity: 1750
Merit: 1005
|
|
August 19, 2017, 06:40:07 AM |
|
Awesome Joe. Lots of credits for you during this hard week. Well done!
|
bitcoin: bc1qyadvvyv29z08ln2ta7g3uqwzkscr7wq4p09wuz
|
|
|
|