Post
Topic
Board Altcoin Discussion
Re: [XMR] Monero Client .NET - A GUI wallet made for Windows
by
Jojatekok
on 17/07/2014, 06:45:04 UTC
I just tried this wallet out and I'm not getting any connections. I'm using the latest version and it just constantly shows 0 connections. What am I doing wrong?

I got it to finally work. I copy and pasted the following files: .bin, .bin.keys and bin.address.txt from the cli wallet. I pasted into the .NET xmr client folder under Resources/Software. Now it synced up and runs ok, little buggy still and resource hungry on the system memory.

I have already told everyone that the wallet's sync problem is none of my business, but the core development team's. As the new RocksDB implementation will release, everything will get solved automatically. But I can see that there is big demand for a quick fix, so I'll try my best and try to avoid this problem.

EDIT #3: Fixed, see the release below. Cheesy


As for this exception:
Code:
Object reference not set to an instance of an object.
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.JsonQueryData[T](JsonRpcRequest jsonRpcRequest)
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.QueryNetworkInformation()
   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()
I got an idea about how to fix it: Not sure though, but it will probably work. Wink

EDIT: It seems that I finally caught the bug. Expect a new release today! Grin


EDIT #2: Here we go! Smiley

Monero Client .NET v0.36.0 has been released!
Download it from here!

  • Added ability to change the blockchain's path
  • Added a new "Up to date" sync status indicator
  • Added a tooltip for sync status icons
  • Improved support for asian languages with special punctuation symbols
  • Changed the default wallet RPC port to 18082
  • Fixed a bug that made the user unable to restore wallets from '.keys' files

Please help localizing the client! Most of the translations are almost done, they just need a little touch Smiley
https://www.transifex.com/organization/jojatekok/dashboard/monero-client-net


I just tried this wallet out and I'm not getting any connections. I'm using the latest version and it just constantly shows 0 connections. What am I doing wrong?

EDIT #4: Please ensure that the ports 18081 and 18082 are open on your network, otherwise, the daemon and wallet RPCs cannot work. Check your firewall settings too, and also, you can change the host and port settings in the options menu. Please see the corrected instructions below! Wink