Post
Topic
Board Altcoin Discussion
Re: Monero Support
by
Spekulatius
on 31/08/2014, 15:11:30 UTC
Hi,

I just downloaded the latest version for Windows 64bit (v0.8.8.2) and pasted it over my older v0.8.5 install.

I left everything else in the folder, including my wallet.bin and wallet.bin.keys files (which I called "mein_wallet.bin" and "mein_wallet.bin.keys").

After starting bitmonerod.exe it synchronizes with the network for some time till it tells me that it is synchronized and I can start up simplewallet.exe
When I do, it synchronizes as well until it reaches the last block and shuts itself down with out warning. Restarting simplewallet.exe yields the same result.

This is the simplewallet.log print out:

Code:
2014-Aug-31 14:41:37.393025 bitmonero wallet v0.8.8.2(0.1-g1b8a68f)
2014-Aug-31 14:42:19.646442 bitmonero wallet v0.8.8.2(0.1-g1b8a68f)
2014-Aug-31 14:42:22.131584 ERROR ..\..\src\wallet\wallet2.cpp:552 e || !exists. THROW EXCEPTION: error::file_not_found
2014-Aug-31 14:42:22.132584 ..\..\src\wallet\wallet2.cpp:552:struct tools::error::file_error_base<1>: file not found "mein_wallet.bin.keys"
2014-Aug-31 14:42:22.132584 Error: failed to load wallet: file not found "mein_wallet.bin.keys"
2014-Aug-31 14:42:22.135584 ERROR ..\..\src\simplewallet\simplewallet.cpp:387 could not open account
2014-Aug-31 14:42:22.135584 ERROR ..\..\src\simplewallet\simplewallet.cpp:1199 Failed to initialize wallet

Ok, I made some progress: In order to start up simplewallet.exe I made a shortcut of it, already containing the parameters like "--wallet-file=mein_wallet.bin", etc. I forgot to change the path in the shortcut's target field to the correct install directory of Monero, so it was looking for the .keys file in the wrong folder all the time (the folder where I unzipped the update in originally). Now the .keys file is found correctly and my account can be accessed but only for the fraction of a second after starting up simplewallet.exe because it shuts itself down right after catching up to the blockchain and I cant do anything there. The simplewallet.log reads:

Code:
2014-Aug-31 17:00:20.798096 bitmonero wallet v0.8.8.2(0.1-g1b8a68f)
2014-Aug-31 17:00:21.659146 Loaded wallet keys file, with public address: XXXXXXxXwmDs3R6rGkRHFJmjtk78KH87LsJSanmnxDF1xkyxeH3MeJZhZNdzNNF4DgYV8aGZoFFqNSfqVmhuUHhGyvvxgK
2014-Aug-31 17:00:21.692148 Opened wallet: XXXXXXxXwmDs3R6rGkRHFJmjtk78KH87LsJSanmnxDF1xkyxeH3MeJZhZNdzNNF4DgYV8aGZoFFqNSfqVmhuUHhGyvvxgK
2014-Aug-31 17:00:21.706148 Starting refresh...
2014-Aug-31 17:00:25.287353 Block is already in blockchain: 88dcff2abdaa6d274230015bb81ffb2cc56be538c3fb07703636dfff6c8c89c1
2014-Aug-31 17:00:25.287353 Refresh done, blocks received: 0, balance: XXX.XXX068362138, unlocked: XXX.XXX068362138
2014-Aug-31 17:00:25.289353 Refresh done, blocks received: 0
2014-Aug-31 17:00:25.290353 balance: XXX.XXX068362138, unlocked balance: XXX.XXX068362138
2014-Aug-31 17:00:25.292353 **********************************************************************
Use "help" command to see the list of available commands.
**********************************************************************

I redacted the first digits of my public address and balance for privacy reasons.