Pages:
Author

Topic: [XMR] MoneroX - A cross platform graphical account manager for Monero - page 9. (Read 88593 times)

newbie
Activity: 17
Merit: 0
The crash log message still says the same. simplewallet was in place and i used it to create a wallet just in case that would help, but no, but this time it allowed me to open the backup while initializing but it still crashed in 2 minutes with the same crash log message.
sr. member
Activity: 264
Merit: 250
I imported my wallet, and this new version does work, but it takes a minute to load bitmonerod in the background (maybe give some sort of "loading" indication), and then takes a VERY long time for simplewallet to load the transactions (show a progress bar?). I also noticed an odd error that occurs in the simplewallet log before typing in the password that wasn't there in the past (even though it does finally load once I type in the password and wait for a LONG time):

2015-Jan-16 02:27:07.751935 bitmonero wallet v0.8.8.6-release
2015-Jan-16 02:27:07.751935 Setting log level = 0
2015-Jan-16 02:27:07.752936 Loading wallet...
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/contrib/epee/include/storages/portable_storage.h:161 portable_storage: wrong binary format - signature missmatch
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/src/wallet/wallet2.cpp:570 !r. THROW EXCEPTION: error::invalid_password
2015-Jan-16 02:27:07.777937 C:/bitmonero/src/wallet/wallet2.cpp:570:N5tools5error16invalid_passwordE: invalid password
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/src/simplewallet/simplewallet.cpp:1352 Wallet initialize failed: invalid password

That's absolutely normal, as the only way determining that you have a password-protected or non-protected account is trying to open it without using a password first. That's why the 'invalid password' "error" always occurs at least once for people who have protected accounts.

Also, the reason behind the slow initialization of bitmonerod is not my fault (as it is started in the background as soon as my client's GUI appears), but the core assembly's. You may also have noticed that there is a delay asking for encrypted accounts' passphrases: that's because the daemon's RPC takes that long to initialize! Until then, I cannot even show a progress bar, because there is no data about loading progress percentage which could be presented. The new "daemonized" daemon (made by the core team) would solve this issue, but it's not ready for production yet.


Access is denied
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at Jojatekok.MoneroAPI.ProcessManagers.BaseRpcProcessManager.StartProcess(String[] arguments)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()

So good to hear you are back! Tried the new version, gives this as error. opens up as it's supposed to, starts to initialize and in about 2 minutes crashes without any particular reason.

You are probably missing 'simplewallet.exe' from the '\Resources\Software' directory, please check whether re-downloading the entire 'Resources' folder resolves your issue.
legendary
Activity: 1762
Merit: 1011
I imported my wallet, and this new version does work, but it takes a minute to load bitmonerod in the background (maybe give some sort of "loading" indication), and then takes a VERY long time for simplewallet to load the transactions (show a progress bar?). I also noticed an odd error that occurs in the simplewallet log before typing in the password that wasn't there in the past (even though it does finally load once I type in the password and wait for a LONG time):

2015-Jan-16 02:27:07.751935 bitmonero wallet v0.8.8.6-release
2015-Jan-16 02:27:07.751935 Setting log level = 0
2015-Jan-16 02:27:07.752936 Loading wallet...
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/contrib/epee/include/storages/portable_storage.h:161 portable_storage: wrong binary format - signature missmatch
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/src/wallet/wallet2.cpp:570 !r. THROW EXCEPTION: error::invalid_password
2015-Jan-16 02:27:07.777937 C:/bitmonero/src/wallet/wallet2.cpp:570:N5tools5error16invalid_passwordE: invalid password
2015-Jan-16 02:27:07.777937 ERROR C:/bitmonero/src/simplewallet/simplewallet.cpp:1352 Wallet initialize failed: invalid password
newbie
Activity: 17
Merit: 0
Access is denied
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at Jojatekok.MoneroAPI.ProcessManagers.BaseRpcProcessManager.StartProcess(String[] arguments)
   at System.EventHandler.Invoke(Object sender, EventArgs e)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.TimerQueueTimer.CallCallback()
   at System.Threading.TimerQueueTimer.Fire()
   at System.Threading.TimerQueue.FireNextTimers()

So good to hear you are back! Tried the new version, gives this as error. opens up as it's supposed to, starts to initialize and in about 2 minutes crashes without any particular reason.
sr. member
Activity: 264
Merit: 250
Monero Client .NET v0.40.0 has been released!
Download it from GitHub

Finally, after 4 months of waiting period, a new stable release has arrived. Version 0.40.0 focuses on compatibility between the latest core binaries and the GUI, thus, allowing v0.8.8.6 builds to be utilized.

What has been changed?
Compared to the previous stable release (v0.38.2), lots of improvements have been made. I'll try to summarize the most important ones below:

  • [v0.39.0-rc.3] Started to utilize the latest stable version of bitmonerod
  • [v0.39.0-rc.1] Added support for displaying mnemonic account seeds
  • [v0.39.0-rc.3] Added indonesian translation
  • [v0.39.0-rc.3] Fixed all the shutdown-related bugs (including one which made saving the blockchain impossible)
  • [v0.39.0-rc.3] Fixed a menu localization issue
  • [v0.39.0-rc.2] Removed blockchain and account auto-saving, as it might have caused file corruptions

Enjoy using the newest release, and please consider contributing to the localization project, report bugs, and donate to the core development team if you can! Smiley
legendary
Activity: 1762
Merit: 1011
Excellent news. I will test this out when I get the chance. My problem lately is that Monero's database memory usage on Windows has become large enough now that I can't multitask on my machine when loading up the wallet, so I've been hesitant to load it up.
sr. member
Activity: 264
Merit: 250
Monero Client .NET is back with a new release!
v0.39.0-rc.3

Hooray! It's time for me to present a new release of my project. I would like to dedicate it to the core development team, who have been working so hard lately that they broke all the older versions of my client. Cheesy

There are still many things to be improved, but at least, for people who already have an account since v0.38.1, this release will provide stability along with usefulness. I've also tried to implement account file creation, but it seems that the core team has even changed the format of accounts, thus, new account files are not compatible with my software anymore. I'll resume to the newly-appearing issues later, but let's see what was improved in 2015's first .NET client release:

  • Started to utilize the latest stable version of bitmonerod
  • Added indonesian translation
  • Fixed all the shutdown-related bugs (including one which made saving the blockchain impossible)
  • Fixed a menu localization issue

Plans for the future
As you may have already heard, Microsoft is making their .NET Framework's source code open for the public, thus, giving a chance for porting .NET applications to other platforms in the future. That is also a reason behind returning to the development of Monero Client .NET.

I would like to announce a roadmap for those who are still curious about the next things to come.

First of all, I have to tell that v0.39 releases have featured a lot of new technologies in the background. It was the first set of releases to support the "daemonized" bitmonerod and rpcwallet, which are still in a beta development state by the core team. That's the main reason why there wasn't a release of my client which could be labelled fully stable. As it seems to take some time to advance to these new technologies by the core team (merging them with new developments like the embedded blockchain DB or the new account seed generation mechanism), I decided not to continue the development of v0.39 releases, but build a stable v0.40 which returns back to the usage of - the latest - simplewallet and the non-experimental version of bitmonerod.

Further on, this project consists of 2 parts: one which is responsible for the communication with the background workers' RPC interfaces, and one which renders the GUI, utilizing the API subproject. My idea is to separate the 2 subprojects in order to provide .NET developers an easy way to interact with the RPC without the need of implementing JSON data decoders by self. This may even encourage more people to help in project development, and would make it easy to create robust block explorers in ASP.NET (Microsoft's web development platform).

As I have already mentioned sometime before, I'm 17 years old, so I have to study now in order to acquire a great career later. I also have other programming projects to work on, but I do all these things for my own entertainment in my free time. Please bear in mind that it's not easy to keep up with these extra activities I do besides school, so developments will be slower than during the summer.

Enjoy the new release, and donate some XMR to the core development team who made this project exist! Smiley
newbie
Activity: 17
Merit: 0
Actually i found a crashlog

The type initializer for 'Jojatekok.MoneroGUI.SettingsManager' threw an exception.
   at Jojatekok.MoneroGUI.SettingsManager.get_Appearance()
   at Jojatekok.MoneroGUI.App..ctor()
   at Jojatekok.MoneroGUI.App.Main()
newbie
Activity: 17
Merit: 0
Thanks. Hope i'd get help with the problem though. Really do like this GUI.
legendary
Activity: 2142
Merit: 1131
Heya pls help me with this problem.
was using 0.38.1 and it has worked awesomely so far. today i had problems with it, and i've tried to reinstall but it just doesnt launch. you can see in windows task manager the process to start but it ends in 5 secs without anything else happening. i've tried to delete all the old folders and do a "clean install" but still doesn't launch. 39.0 and above launches but seems to initialize a long time. are there other folders to delete beside the appdata/roaming folder and monero client folder? seems like the new install remembers the old paths of the client i had before, how is that possible? if i try to use the backup manager with 39.0 while initializing it crashes the client, tho not a massive surprise.  or what to do  Huh

Check this, it should work :

https://bitcointalksearch.org/topic/xmr-simple-monero-gui-wallet-yet-another-monero-gui-made-for-windows-873107
newbie
Activity: 17
Merit: 0
Heya pls help me with this problem.

was using 0.38.1 and it has worked awesomely so far. today i had problems with it, and i've tried to reinstall but it just doesnt launch. you can see in windows task manager the process to start but it ends in 5 secs without anything else happening. i've tried to delete all the old folders and do a "clean install" but still doesn't launch. 39.0 and above launches but seems to initialize a long time. are there other folders to delete beside the appdata/roaming folder and monero client folder? seems like the new install remembers the old paths of the client i had before, how is that possible? if i try to use the backup manager with 39.0 while initializing it crashes the client, tho not a massive surprise.  or what to do  Huh
legendary
Activity: 1484
Merit: 1002
Strange, yet attractive.
Downloaded and testing. Thanks for this great app of yours.
sr. member
Activity: 369
Merit: 250
This shit is WAY over my head... When I can get a working wallet (gui) without knowing all this tech I will be a HUGE investor!
I have faith in this currency but just don't have the time for this.  I read through just about every post and It seems everyone is having problems. The LAST thing I need it so worry about if my investments are safe. Anybody have a working Windows GUI wallet so I can just buy some fucking coin!?!
legendary
Activity: 1762
Merit: 1011
Can someone give me a step by step, ELI5 of how I can download this program and use the pneumatic seed with it? As far as I can tell, the latest "full release" doesn't have the pneumatic seed option. Am I supposed to download one of the pre-releases along with the full release? Or just download the latest pre-release by itself? Sorry if the questions are redundant, but I'm one of those people who love what Monero stands for, but desperately need an easy to use GUI. Thanks.

https://github.com/Jojatekok/monero-client-net/issues/14

You should use the latest pre-release version (v0.39+) with the latest 'bitmonerod.exe' file, which can be found in the ANN topic of XMR.

Although application shutdown will not be functioning well by using "non-daemonized" daemon builds, you should have a stable client experience with this method. I'm waiting for the core developers to issue a new release of the daemon in order to fix the shutdown issue and improve stability.

When I try to run this version of Monero Client.net it gives me an error. "Accounts cannot be created by this release. Please use v0.38.1 for account creation."

lol, I predicted this would come up when Jojatekok advised new people to use v0.39+. People will continue to ask the same questions over and over again until this stuff gets fixed.  It's like Jojatekok has forgotten the issues with his own software. v0.39+ is broken/buggy/impractical for multiple reasons, all mentioned earlier in this thread. There are also different, annoying bugs in v0.38.2, but it is at least somewhat functional in the current circumstances. People should use v0.38.2 until further notice.
legendary
Activity: 2268
Merit: 1141
Can someone give me a step by step, ELI5 of how I can download this program and use the pneumatic seed with it? As far as I can tell, the latest "full release" doesn't have the pneumatic seed option. Am I supposed to download one of the pre-releases along with the full release? Or just download the latest pre-release by itself? Sorry if the questions are redundant, but I'm one of those people who love what Monero stands for, but desperately need an easy to use GUI. Thanks.

https://github.com/Jojatekok/monero-client-net/issues/14

You should use the latest pre-release version (v0.39+) with the latest 'bitmonerod.exe' file, which can be found in the ANN topic of XMR.

Although application shutdown will not be functioning well by using "non-daemonized" daemon builds, you should have a stable client experience with this method. I'm waiting for the core developers to issue a new release of the daemon in order to fix the shutdown issue and improve stability.

When I try to run this version of Monero Client.net it gives me an error. "Accounts cannot be created by this release. Please use v0.38.1 for account creation."

Same here. Any info on this?
legendary
Activity: 1762
Merit: 1011
Can someone give me a step by step, ELI5 of how I can download this program and use the pneumatic seed with it? As far as I can tell, the latest "full release" doesn't have the pneumatic seed option. Am I supposed to download one of the pre-releases along with the full release? Or just download the latest pre-release by itself? Sorry if the questions are redundant, but I'm one of those people who love what Monero stands for, but desperately need an easy to use GUI. Thanks.

♫ Monero, release some pressure! ♫

http://open.spotify.com/track/6VkMqZTLJ0JiRbzorYc8k4


lolol, it's a mnemonic seed. Smiley
sr. member
Activity: 264
Merit: 250
Can someone give me a step by step, ELI5 of how I can download this program and use the pneumatic seed with it? As far as I can tell, the latest "full release" doesn't have the pneumatic seed option. Am I supposed to download one of the pre-releases along with the full release? Or just download the latest pre-release by itself? Sorry if the questions are redundant, but I'm one of those people who love what Monero stands for, but desperately need an easy to use GUI. Thanks.

https://github.com/Jojatekok/monero-client-net/issues/14

You should use the latest pre-release version (v0.39+) with the latest 'bitmonerod.exe' file, which can be found in the ANN topic of XMR.

Although application shutdown will not be functioning well by using "non-daemonized" daemon builds, you should have a stable client experience with this method. I'm waiting for the core developers to issue a new release of the daemon in order to fix the shutdown issue and improve stability.
legendary
Activity: 2968
Merit: 1198
hi all, I have downloaded and run the Monero Client.Net wallet.  It's all synced up but I don't know how to generate an address to receive XMR.

If I go to Address Book, I can click New but it asks me for the label as well as the address.  Shouldn't it auto generate a long address like the other wallets/cryptos?

Thanks

I don't use Windows so I can't try it directly, but according to this guide (page 2) your address is shown on the Overview tab. Is that working for you?
hero member
Activity: 535
Merit: 502
hi all, I have downloaded and run the Monero Client.Net wallet.  It's all synced up but I don't know how to generate an address to receive XMR.

If I go to Address Book, I can click New but it asks me for the label as well as the address.  Shouldn't it auto generate a long address like the other wallets/cryptos?

Thanks
sr. member
Activity: 265
Merit: 250
Honni Soit Qui Mal i Pense

Thanks for everyone participating in this.
It seems that most people need a GUI wallet more than anything.


Absolutely true. The biggest drag for me to approaching XMR is the lack of a wallet à là NXT or similar. I mean, i understand that here everyone and their mother are proficient on C and python and rutinely use words as "repository" "compile" and "debug", but there are some of us of a certain age that our biggest achievement is to be able to assemble a PC without help, overclock a graphic card with the Radeon program and, after much help and tutorials, set up properly a GUIMiner.

Please, think on us poor Windows mindless "Where is the .EXE file" users! We also want to use XMR!  Wink
Pages:
Jump to: