Bitcoin Forum
May 28, 2024, 08:13:01 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 »
141  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 09, 2014, 02:19:06 AM
Well, I'm not sure about that, as the migration worked just fine for me back then... Please ensure that you don't enter your wallet passphrase before the daemon initializes, check whether rpcwallet.exe is running in the background after about 5 minutes, and inform me whether my software requests you to enter a password on startup. If these are not the symptoms, then try re-indexing your wallet file by deleting the '.bin', and keeping the '.bin.keys'. This can take up to 30 minutes, and after that, it automatically saves in 6 minutes.
No password request shows up, GUI says initializing for the wallet. rpcwallet.exe never starts. I deleted the wallet.bin, but after half an hour, still nothing happened.
There is not much CPU activity to be seen, moneroclient.net.exe is idling at 1-2% and bitmonerod.exe does nothing.

Et voila, 0.38.1 starts to crash again after playing around with the unstable releases (of course in different paths):
Code:
Das System kann die angegebene Datei nicht finden
   bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   bei Jojatekok.MoneroAPI.ProcessManagers.BaseProcessManager.StartProcess(String[] arguments)
   bei Jojatekok.MoneroAPI.ProcessManagers.WalletManager.StartInternal()
   bei Jojatekok.MoneroGUI.Windows.MainWindow.StartWallet()
   bei Jojatekok.MoneroGUI.Windows.MainWindow.<>c__DisplayClass1.<.ctor>b__0(Object param0, EventArgs param1)
   bei System.Windows.Window.CreateSourceWindow(Boolean duringShow)
   bei System.Windows.Window.ShowHelper(Object booleanBox)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.DispatcherOperation.InvokeImpl()
   bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   bei System.Windows.Threading.DispatcherOperation.Invoke()
   bei System.Windows.Threading.Dispatcher.ProcessQueue()
   bei System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   bei MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   bei System.Windows.Application.RunInternal(Window window)
   bei System.Windows.Application.Run()
   bei Jojatekok.MoneroGUI.App.Main()
It happens after recognizing the wallet (e.g. after entering passwords when creating a new wallet). When there is a wallet already existing, it crashes even before the password prompt. Deleting blockchain doesn't make any difference.

I will certainly not recover my Windows backup again since I'm pretty sure now that it must be a bug in the app. Wink

The first alpha version of the 0.39.0 releases introduce a new version of the settings file, which is located at '%LocalAppData%\Jojatekok\MoneroClient.Net\user.config'. Please delete it, or if you want to keep your settings while downgrading, just open it in a text editor, and change <tt><metaData settingsVersion="4" /></tt> into <tt><metaData settingsVersion="3" /></tt>. Also, don't forget to relocate <tt>softwareWallet="Resources\Software\rpcwallet.exe"</tt> into <tt>softwareWallet="Resources\Software\simplewallet.exe"</tt>. Wink

As for your rpcwallet issue, I will look into it deeper as soon as I have access to my personal wallet at home, so I will be able to test things more toughly. It is weird that the password request box doesn't show up - some people said that it happens since v0.36.0. Do you have any problems with v0.38.1? If so, does v0.35.0 or even v0.36.0 work for you?


hi Jojatekok, (edit: its me the shoutout guy ^)

 i got the client up and running (3.81) and sync'd with a new wallet. then i quit.

now, when i run the client, it does start syncing after a minute or two, but the wallet does not load. stays in "initializing"

i have no other processes or applications running that are using the wallet.bin (that i know of)...
any ideas?

edit 2: i have shutdown/restarted... no effect.

the crash log shows shows:

Code:
Unable to connect to the remote server
   at System.Net.HttpWebRequest.GetResponse()
   at Jojatekok.MoneroAPI.Helper.GetResponseString(HttpWebRequest request)
   at Jojatekok.MoneroAPI.RpcManagers.RpcWebClient.HttpGetData[T](RpcPortType portType, String command)
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.HttpGetData[T](String command)
   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()

The process cannot access the file 'WalletData\wallet.bin.keys' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.RestoreWalletFromDirectory(String directoryToRestore)
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.<TryRestoreWalletFromDirectoryAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.<ButtonRestoreBackupFromDirectory_Click>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.ShowDialog()
   at Jojatekok.MoneroGUI.Windows.MainWindow.DisplayDialog(Window window)
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.CommandManager.TransferEvent(IInputElement newSource, ExecutedRoutedEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at Jojatekok.MoneroGUI.App.Main()

Unable to connect to the remote server
   at System.Net.HttpWebRequest.GetResponse()
   at Jojatekok.MoneroAPI.Helper.GetResponseString(HttpWebRequest request)
   at Jojatekok.MoneroAPI.RpcManagers.RpcWebClient.HttpGetData[T](RpcPortType portType, String command)
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.HttpGetData[T](String command)
   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'll be sure to check your case as soon as I get home. It seems that your daemon RPC cannot be used, it's probably because it conflicts with an application which already uses its port (which is - by default - 18081). In the file explorer, go to '%LocalAppData%\Jojatekok\MoneroClient.Net', and open 'user.config' with a text editor. You will see a line like this:

Code:
<network rpcUrlHost="localhost" rpcUrlPortDaemon="18081" rpcUrlPortWallet="18082" isProxyEnabled="false" proxyHost="" />

Try adjusting your daemon and wallet ports between 0 and 65535, until the software works. Wink



hey, so i changed the port numbers but no effect.  however, when i run the bitmonerod , it shows the port numbers are not being updated... so while the user.config file is changed, its not being updated when running everything again...

Please try deleting your application settings file, as described above.
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 09, 2014, 01:57:30 AM
I would like to see the mixin as well.

Also, just to clarify something: this is a complete rewrite of simplewallet and not a wrapper, correct? Is so, then it must be able to connect to a daemon on another device, correct? If so, then there is no reason the wallet will not be compilable for ARM, correct? If so, then it will be truly cross platform (Windows, Linux, OSX, Windows Phone, Android,  iOS), correct?

If not, please let me know where my enthisiasm gets derailed.

"Mixin" is denoted as the "privacy level".

The software integrates the functions of the daemon and the wallet, so no EXE/RPC wrapping is needed, and everything could be merged into one assembly. The question about being "truly" cross-platform is interesting for me too though, but it may be done, as I think that even the current implementations could be ported to ARM.

I am glad that the the official GUI wallet has finally been presented, but a bit sad to know that I "failed miserably" with the design of Monero Client .NET. Cheesy
Nevermind, I had a talk about this with the developers, and they told me that unofficial GUI wallets will have to be able to perform special tasks. That's why I added merchantability support for mine, for instance. I also play a role at designing specifications of some upcoming "things" in the background... Smiley

More than 2 months of work - including planning - finally has a product. Great job, keep it up! Wink
143  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 08, 2014, 12:26:04 AM
Monero Client .NET v0.39.0-alpha.3 has been released!
Please be aware that this is a test release, thus, it isn't being beamed by auto-update. You can download it from here.


Disclaimer

This release is experimental and should not be used in production, but for testing purposes only. It is meant to bring the core development team a bigger tester base for using the new daemon and rpcwallet.

There are some known bugs in this version which are already being worked on by the core development team:

  • You must wait for the daemon to initialize its RPC service before entering your wallet password
    (Wait for the synchronization status icon to appear in the main window)

  • You cannot create a new wallet, but use an already existing one

Have fun using the new build, and please give feedback about it, as it would be valuable for the entire Monero team.


Changes

  • Added support for sending bigger (split) transactions
  • Improved stability by changing 'GET' requests' type to 'POST', as suggested in the JSON-RPC 2.0 Specification




Ok, thanks for sharing these very useful information.
No doubt about the efforts of the Monero devs. Definitely best anon coin around, imho.

Is it normal that v0.39.0-alpha.2 doesn't even recognize my old wallet (which works in 0.38.1.)?
Seems to keep initializing forever.

Well, I'm not sure about that, as the migration worked just fine for me back then... Please ensure that you don't enter your wallet passphrase before the daemon initializes, check whether rpcwallet.exe is running in the background after about 5 minutes, and inform me whether my software requests you to enter a password on startup. If these are not the symptoms, then try re-indexing your wallet file by deleting the '.bin', and keeping the '.bin.keys'. This can take up to 30 minutes, and after that, it automatically saves in 6 minutes.

Thanks for testing! Wink
144  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 07, 2014, 09:31:46 PM
Wallet looks great. Can u add skins support?

Well, I already tried the UI with Modern (formerly called as Metro) style, and it looked just horrible. My GUI is mainly for people who are familiar with the Windows style and Qt wallets.

But if you have an idea about a redesign, feel free to mock your ideas up in a graphical format, and just submit it here for discussion! Smiley

Sorry if this has been asked before:
Is it normal that incoming transactions aren't recognized in realtime? I had to restart the client each time.

It is a bug of the current stable daemon and simplewallet builds. Version 0.39.0-alpha.1 and above are not affected, but they are not yet considered widely usable by the core development team. Don't worry, the Monero developers are working nicely as a team, doing comprehensive work for the best cryptocurrency community. Wink
145  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 07, 2014, 05:00:00 PM
I have an issue, if anyone can help with it.  I am running ver. 0.38.1 and it has worked fine for me.  Today was first time I have tried to send any coins out of it though and it goes non responsive every time I try to send.  Didn't know if this was a known problem or not.

Can you describe the issue more detailed, please? Does the program just simply hang, freeze, or crashes? If the last one is the case, please post the content of 'CrashLogs.txt' here, which can be found at the root of the software's directory.

Also, please check whether the simplewallet and bitmonerod processes are running after the transaction's initiation.
146  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 06, 2014, 03:52:00 PM
hi Jojatekok, (edit: its me the shoutout guy ^)

 i got the client up and running (3.81) and sync'd with a new wallet. then i quit.

now, when i run the client, it does start syncing after a minute or two, but the wallet does not load. stays in "initializing"

i have no other processes or applications running that are using the wallet.bin (that i know of)...
any ideas?

edit 2: i have shutdown/restarted... no effect.

the crash log shows shows:

Code:
Unable to connect to the remote server
   at System.Net.HttpWebRequest.GetResponse()
   at Jojatekok.MoneroAPI.Helper.GetResponseString(HttpWebRequest request)
   at Jojatekok.MoneroAPI.RpcManagers.RpcWebClient.HttpGetData[T](RpcPortType portType, String command)
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.HttpGetData[T](String command)
   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()

The process cannot access the file 'WalletData\wallet.bin.keys' because it is being used by another process.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite, Boolean checkHost)
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.RestoreWalletFromDirectory(String directoryToRestore)
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.<TryRestoreWalletFromDirectoryAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Jojatekok.MoneroGUI.Windows.BackupManagerWindow.<ButtonRestoreBackupFromDirectory_Click>d__11.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Window.ShowDialog()
   at Jojatekok.MoneroGUI.Windows.MainWindow.DisplayDialog(Window window)
   at System.Windows.Input.CommandBinding.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.Input.CommandManager.ExecuteCommandBinding(Object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding)
   at System.Windows.Input.CommandManager.FindCommandBinding(CommandBindingCollection commandBindings, Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.FindCommandBinding(Object sender, RoutedEventArgs e, ICommand command, Boolean execute)
   at System.Windows.Input.CommandManager.OnExecuted(Object sender, ExecutedRoutedEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Input.CommandManager.TransferEvent(IInputElement newSource, ExecutedRoutedEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Input.RoutedCommand.ExecuteImpl(Object parameter, IInputElement target, Boolean userInitiated)
   at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at Jojatekok.MoneroGUI.App.Main()

Unable to connect to the remote server
   at System.Net.HttpWebRequest.GetResponse()
   at Jojatekok.MoneroAPI.Helper.GetResponseString(HttpWebRequest request)
   at Jojatekok.MoneroAPI.RpcManagers.RpcWebClient.HttpGetData[T](RpcPortType portType, String command)
   at Jojatekok.MoneroAPI.ProcessManagers.DaemonManager.HttpGetData[T](String command)
   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'll be sure to check your case as soon as I get home. It seems that your daemon RPC cannot be used, it's probably because it conflicts with an application which already uses its port (which is - by default - 18081). In the file explorer, go to '%LocalAppData%\Jojatekok\MoneroClient.Net', and open 'user.config' with a text editor. You will see a line like this:

Code:
<network rpcUrlHost="localhost" rpcUrlPortDaemon="18081" rpcUrlPortWallet="18082" isProxyEnabled="false" proxyHost="" />

Try adjusting your daemon and wallet ports between 0 and 65535, until the software works. Wink



You should check the integrity of your installed .NET Framework version, and should ensure that v4.5 or higher is installed.
Did this and that but couldn't get the crap (.Net, not your GUI) working again.
Fixed it by reinstalling Windows 8.1. Thanks for your suggestions, though. Smiley

Internet is full of reports of users not being able to fix broken .Net runtime. For such reasons I'd rather like to see a compiled qt GUI. Qt usually doesn't have the tendency to randomly destroy itself without any identifiable reason.

Thanks for the feedback! I haven't yet experienced framework-related crashes yet on Windows 7, neither on Surface Pro 3 which runs Windows 8.1. I'm glad that you were able to solve the issue, though. By the way, Neozaru has already made a working Qt GUI (which just needs to be compiled).
147  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 06, 2014, 12:15:11 AM
You are here described what good???
Yes it is not a wrapper purse and shit!
Buggy shit that is still trying to say that he is a programmer.

If you Jojatekok were a programmer, you would not have made the software that runs through the ass!


I decided my problem.
Ordinary purse, to dos window, sending transaction found, and sent them to the exchange.


I draw your attention! I pointed out the id of payment!
But thanks to the moron Jojatekok , payments gone without him.

downloaded another shell. https://bitcointalk.org/index.php?topic=589561.msg6711778#msg6711778
It works!


Let not that colorful, but working.

what's stopping you do choose to show outgoing transactions???
Why outgoing transaction where you need to look for???
eggs you interfere dude.
Shit buggy wrote.




This is my last comment to you, because of talking to me in an unacceptable form. I'm not sure whether people like you would be brave enough to speak like that to me eye to eye, using the same words...

I would like to clarify that I'm not a programmer by job, but doing this all in my spare time for fun. Also, it seems like all the fault is caused by you for not understanding the concepts of my program and the Monero core, nor taking my advices or letting me help you. I was happy to instruct even the worst people until now, but you seem to be pawning them all. I'm extremely sorry that my support has to end like this for you, but a customer support always works two-sided.

I - as one person - am the programmer, graphical designer, tester, promoter, maintainer, and support guy of this software. As I have already told you, I receive no money for this except donations (Shout-out goes to a guy who has pledged 0.05 BTC for me, that's the biggest amount I ever got). I try to help everyone as soon as possible, even on my vacation - which ends in 10 days from now.

By the way, the software you linked shows the transaction types false - if you check the original GUI bounty thread, you may see my detailed explanation of the case - that's why I'm not yet able to implement correct display for them. The value 'Unknown' stands for 'Send' OR 'Receive', as I had pointed out to you multiple times before, but it seems that you don't even read my answers, but keep raging...

Have a pleasureful experience using other GUI wallets! No one has ever obeyed you to choose mine if you don't like it.
148  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 05, 2014, 03:31:07 PM
Since I tried out 0.39 alpha, 0.38.1 and other builds always crash for me. Other .Net apps are working fine. Any suggestions? Already tried new wallet and deleting blockchain.
Code:
Problemsignatur:
  Problemereignisname: CLR20r3
  Problemsignatur 01: MoneroClient.Net.exe
  Problemsignatur 02: 0.38.1.0
  Problemsignatur 03: 53cf8e4a
  Problemsignatur 04: System
  Problemsignatur 05: 4.0.30319.34003
  Problemsignatur 06: 522ec39f
  Problemsignatur 07: 3fec
  Problemsignatur 08: 3b8
  Problemsignatur 09: System.ComponentModel.Win32
  Betriebsystemversion: 6.3.9600.2.0.0.256.48
  Gebietsschema-ID: 1031
  Zusatzinformation 1: 8410
  Zusatzinformation 2: 84100a29e5ff207d917c3773397f78a6
  Zusatzinformation 3: 161f
  Zusatzinformation 4: 161fd2bcdbd40f2146d58e79033b2c21

You should check the integrity of your installed .NET Framework version, and should ensure that v4.5 or higher is installed.
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 05, 2014, 01:39:35 AM
Having issues sending XMR to MintPal.
I tried using transfer 0,transfer 1 and even a lower amount of XMR keep getting an error.
I have updated to the latest wallet. Some help here please.



Do you suppose you might have an absurd amount of dust?

Not sure if I'm right, but the current beta version has a 'transfer_split' command available to automatically split larger TXes. It may also work on CLI... Smiley
150  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 04, 2014, 09:18:47 PM
Joj,
Please ignore this Sabbabt peice of shit.
 
REAL question for you:

Is there a way in GUI wallet to do the following?

Q: How do I restore the wallet from the mnemonic seed?
A: Use the --restore-deterministic-wallet flag when running your simplewallet, it will ask you for a NEW wallet name, a NEW wallet password, and then the previous 24 word string that was given to you when the original wallet file was created.


Currently, there is no way to backup or restore wallets from mnemonic using my GUI, but the ability for me to add that is being worked on by the core developers. Wink



By the way, if anyone is wondering, this seems not to be legit Roll Eyes Cry

Luv the client been using daily and have to say good job 4 sure

can i donate 5000 XMR to 47hK4gehaMrFTQCiV5FEmM54hpqTrdHudb9nUBG88NicBDpxH4TGuh3TmW84Dc6dpMiEiBLGvJCuT3x C3LNHctmx7mG8NLM ?
~CfA~
151  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 04, 2014, 12:28:22 PM
Quote
Any version after 0.36 seems to not be working for me.

I say this for several days!

that's what I said support Exchange - I can't find any of the listed txid's in our wallet. Are you sure they were sent to us?


How can I see the transaction ID, if the list of transactions, there is no outgoing transactions?Huh?

Developer, you're a real thief!

Quote
I don't want you to lose faith in Monero and my GUI, so please let me offer you help through TeamViewer as soon as I get home. Would you accept it?


You want to get more access to my computer? Yes, you swine!
You little coins that you stole from me and thousands of people??? v0.39.0-alpha.1

You know what does not work v0.39.0-alpha.1, why she still has to download? *??

Why you hid in this version of the program, outgoing transaction?Huh
To hazyain coins, not when he could not find them???

Chill the duck out, man! If you were a programmer, you could definitely see in the source code that there is no way I could steal any of your funds. If the password asking works for you, then stick with v0.38.1. As I have already told you, all of the transactions' type is shown as 'Unknown' at the moment, so the latest should be your last spent coins.

As for TeamViewer, I may also announce a public livestream of my actions on your computer as a proof that I don't want your coins, neither any of your data. You may also block several access options or just let me instruct you what to do through the chat.


Developer, you're a real thief!

You want to get more access to my computer? Yes, you swine!
You little coins that you stole from me and thousands of people??? v0.39.0-alpha.1

I am getting sick of your false, childish accusations and blaming me for your own fault - I have mentioned multiple times that alpha is NOT for people like you, but people who are willing to test things with smaller amounts.

If you blame me just once again, I will ignore you and wish you good luck to get your Moneros back. You are talking with a human being who is being helpful to you, and I try to handle the situation politely. Cooperation is the minimum requirement for support.
152  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 03, 2014, 11:04:19 PM
Any version after 0.36 seems to not be working for me. The address never initializes and when I look at the log it says invalid password but the pasword box never comes up. Is this a known issue?

It looks like it I have the same issue

Hopefully it will be fixed soon

I have to advise you to keep using v0.36.0 then. I'll look into this issue deeper as soon as I get hoke (in about 2 weeks).

You can help development by donating to the core development team or me Cheesy
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 03, 2014, 04:09:57 PM
Are there any preliminary agenda regarding monero.cc improvements? Or is it a special intention to keep it looking like abandoned home page as long as possible?  Wink

Surely it's a minor task but some people still consider web site as a face of the project.

Both its appearance and presentation of the information could be much better organized and it's neither difficult and time consuming nor expensive. Even a simple ready site template, for example from http://themeforest.net/ can help to advance the current level in order of magnitude.

There's still a ton of work to be done till this is remotely feasible. Can you imagine if we had the world's most beautiful cross-platform wallet website right now, but to use it you the software needs several gigabytes of available memory, and it'll max out your 20mbps line?
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 03, 2014, 12:54:01 PM
http://pastebin.com/7CKY6eGw - Monero developers are stilling BCN code and implement it to XMR without any changes

And even other developers think that XMR devs are not qualified (https://twitter.com/lopp/status/472359052736204800)
Go back to troll school. Twitter entry and the paste are 100 years old, what's wrong with you?
Come up with better faked sources.

Post history speaks for itself, as does account registration date right around the time BCN was "discovered" after its widespread use for two years on the deep web.

Lame.

BTW, thanks for the thread bump Suzuki. We appreciate it!



155  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 03, 2014, 12:43:50 PM
enough for you to write gibberish!!

rich!

the future!

I did not see the buggy wallet!

he tupit, it normally does not work!

after installing the new version, the coin went, but did not come to the addressee.

they stole the developer.

No transactions in the history of outgoing transactions ... this was done deliberately so as not to track the transaction!


Go to the old version does not work.

deleted all ... run ... and hangs falls.


Brad!

I didn't steal anything, that's why the source code is available. The core developers can also confirm that the newest daemon and rpcwallet were compiled from a legit source. I don't want you to lose faith in Monero and my GUI, so please let me offer you help through TeamViewer as soon as I get home. Would you accept it?
156  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 02, 2014, 12:46:10 PM
Quote
Try deleting the wallet.bin file and having the wallet resync and see if it finds the coins.

All this has been done.

not what is not.


moreover, after the launch of this version of the purse, do not run more than the old version v0.38.1:.

Just hangs at startup v0.38.1:

reboot the computer
Wallet deleted file.

coins disappeared.

I can not contact support, they need a transaction number.

But where to look??? in fact in the history of the transaction no outgoing transactions! this is what I wrote above!

Why are not there? Coins subtracted and outgoing transactions and not as they are now .. to find???

First of all, reverting to v0.38.1 requires you to replace the 'Resources' folder, as it utilizes simplewallet instead of rpcwallet. The best way to downgrade is by removing every file and folder, keeping the 'WalletData' directory intact. It should not crash at all - including startup - but if it does, please post the 'CrashLogs.txt' file (which you may find at the root directory of the application) here.

Make sure that you re-index your 'wallet.bin' file by deleting it, and then opening the wallet using the '.keys' file only. Re-indexing may take up to 30 minutes as of today, and after that, you should wait for your new '.bin' file to appear in the 'WalletData' directory, so you won't have to wait so much to open your digital purse again.

Also, take notice that you currently cannot determine the type of transactions, but order them by date (using the '#' column). If your wallet still doesn't contain the balance you consider to be lost, try sending your latest transaction ID to the support.

Please share your experiences with us, providing the most information you can, as any special case matters for me as being the developer of this client.
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency on: August 01, 2014, 12:50:45 PM
First time to XMR community.It's a big and strong community,hope i can get sth Cheesy

welcome, sky is the limit, tell everyone you know.

158  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: August 01, 2014, 12:22:35 PM
My old wallet wont sync (i left it on all night) v0.1.5

i downloaded the newest stable one and it crashes when I import my old wallet.

How can i get connections on my old wallet so I can send my funds? how can I import my old wallet

Try deleting your 'wallet.bin' file (keeping the '.bin.keys' file intact), and the program will eventually re-synchronize the TX history.

i deleted the wallet.bin and when i open the client i only have the option to create a new wallet...

That sounds weird, because I have already fixed this, and v0.38.0 should be working fine. I'll look more into this when I get home.


monero-client-net-v0.39.0-alpha.1-x64

does not work! Send money to the stock exchange, pointing Payment ID, coins leave the purse, but do not appear on the stock exchange!
In transactions purse sent no coins!

How to view sent coins in transactions??? theirs to track number ..?


Menu transaction, there is no outbound, inbound only visible!

What's the problem?

sent to the stock exchange more than 10 coins already passed several alternatives ... day .. they are gone!

I have the impression that we are deceived!

Where outgoing transactions do?Huh

Alpha releases are intended for testing purposes only, not for real world usage. I haven't tested it toughly enough yet, so you may encounter bugs. Try contacting the exchange with the amount you've sent and the TX ID if available, otherwise, re-index your wallet after 24 hours pass.

By the way, I am 16 years old doing this project for fun, and try to answer every question even on my vacation. Please don't accuse me of deceiving people, as any developer could see - by looking at the source code - that the GUI is legit: it's a wrapper for the RPC protocol of the core, and may not do any harm on its own, but by some misfunctions in the latest test versions of bitmonerod and rpcwallet.

You should consider donating to the core developers to help them do what they like to do as much as they can, thus, helping the Monero ecosystem to evolve.
159  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: July 31, 2014, 05:15:43 PM
My old wallet wont sync (i left it on all night) v0.1.5

i downloaded the newest stable one and it crashes when I import my old wallet.

How can i get connections on my old wallet so I can send my funds? how can I import my old wallet

Try deleting your 'wallet.bin' file (keeping the '.bin.keys' file intact), and the program will eventually re-synchronize the TX history.
160  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A GUI wallet made for Windows on: July 31, 2014, 02:15:26 AM
latest version :

The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at Jojatekok.MoneroAPI.ProcessManagers.BaseProcessManager.StartProcess(String[] arguments)
   at Jojatekok.MoneroAPI.ProcessManagers.WalletManager.StartInternal()
   at Jojatekok.MoneroGUI.Windows.MainWindow.StartWallet()
   at Jojatekok.MoneroGUI.Windows.MainWindow.<>c__DisplayClass1.<.ctor>b__0(Object param0, EventArgs param1)
   at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
   at System.Windows.Window.ShowHelper(Object booleanBox)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.DispatcherOperation.InvokeImpl()
   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Threading.DispatcherOperation.Invoke()
   at System.Windows.Threading.Dispatcher.ProcessQueue()
   at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
   at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
   at System.Windows.Application.RunInternal(Window window)
   at System.Windows.Application.Run()
   at Jojatekok.MoneroGUI.App.Main()

also unblocked as zip since came from web...
ran as admin

crash...


It looks like you didn't extraxt the 'Resources\Software' folder from the zip file, thus, rpcwallet and bitmonerod cannot be launched in the background by the GUI. Also, running the software as an admin may make it launch from '%WinDir%\System32\', so try starting it normally, as the required privileges will automatically be elevated.
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!