Asking if you are a dev seems like a pretty simple question...and the BCT search is disabled so not that easy to investigate right now...but trust me if I decided to investigate this properly you will know about it...
Within the last 24hrs you have 3 users on the XMR thread complaining that they can't use the official wallet:
Before today bitmonerod+simplewallet were starting OK. After a long period I decided to run it again and here is the issue I described above.
Nothing has changed it my starting .bat also:
@echo off
tasklist /FI "IMAGENAME eq bitmonerod.exe" 2>NUL | find /I /N "bitmonerod.exe">NUL
if not %ERRORLEVEL% == 0 (
echo Starting node...
start bitmonerod.exe --data-dir E:\ProgramData\bitmonero\
) else (
echo Node already started.
)
tasklist /FI "IMAGENAME eq simplewallet.exe" 2>NUL | find /I /N "simplewallet.exe">NUL
if not %ERRORLEVEL% == 0 (
if exist wallet.bin.keys (
echo Starting previous wallet...
start simplewallet.exe --wallet wallet.bin
) else (
echo Starting new wallet...
start simplewallet.exe --generate-new-wallet wallet.bin
)
) else (
echo Wallet already started.
)
pause
When I try to run bitmonerod as Administrator the error is the same as before:
2015-Jun-02 01:46:17.056815 bitmonero v0.8.8.6-release
2015-Jun-02 01:46:17.057815 Module folder: bitmonerod
2015-Jun-02 01:46:17.057815 Initializing P2P server...
2015-Jun-02 01:46:50.121706 bitmonero v0.8.8.6-release
2015-Jun-02 01:46:50.122706 Module folder: bitmonerod
2015-Jun-02 01:46:50.123706 Initializing P2P server...
2015-Jun-02 01:47:09.983842 Binding on 0.0.0.0:18080
2015-Jun-02 01:47:09.984842 Net service bound to 0.0.0.0:18080
2015-Jun-02 01:47:09.985842 Attempting to add IGD port mapping.
2015-Jun-02 01:47:12.994014 UPnP device was found but not recoginzed as IGD.
2015-Jun-02 01:47:12.994014 P2P server initialized OK
2015-Jun-02 01:47:12.995014 Initializing protocol...
2015-Jun-02 01:47:12.996014 Protocol initialized OK
2015-Jun-02 01:47:12.996014 Initializing core RPC server...
2015-Jun-02 01:47:12.997014 Binding on 127.0.0.1:18081
2015-Jun-02 01:47:12.998014 Core RPC server initialized OK on port: 18081
2015-Jun-02 01:47:12.998014 Initializing core...
2015-Jun-02 01:47:13.010015 Loading blockchain...
2015-Jun-02 01:48:02.087822 ERROR C:/bitmonero/src/common/boost_serialization_helper.h:108 Exception at [unserialize_obj_from_file], what=std::bad_alloc
2015-Jun-02 01:48:02.088822 Can't load blockchain storage from file, generating genesis block.
I guess I should delete the monero blockchain and try to re-sync. And it seems that it works.
kazuki49, no, I decided to support the Monero network by keeping the monero core opened.
my wallet is v8.8.3 i did not check my wallet for about 6 months or more when i checked today my 120+ coins gone is there a possibility that my wallet have been hacked? i already update my wallet into v8.8.6 and still my balance is 0 please help guys thanks in advance...
Does "incoming_transfers" show anything ?
It may be that you're looking at the wrong wallet, if you created a few different ones for testing.
yeah before i update i checked already my old wallet incoming_transfers displays some violet colored texts and after i update i have the same wallet address...
Sorry but how the heck should we know? I suggest you go on the irc and try to find one of the devs to analise your simplewallet log, but to me it sounds you transfered your xmr 6 months ago and forgot about it.
thanks for the reply and i didnt transfered or touch my wallet
Then when we go to the 'choose a wallet page' we are pushed to MyMonero:
And lots of quotes on the XMR thread of people with wallet problems being told to use MyMonero.
So the questions are:
1. Why did the Monero devs decide to setup a web-wallet that enables them to deanonimize users / be the only group to access blockchain / distribution / fund movements information, on a coin they are marketing as untraceable / anonymous?
2. Why, after 1 year, are users still having to turn to MyMonero.com because the official wallet has so many usability problems / no GUI?
3. Why has no progress been made to get the 95% of volume off Poloniex and spread across different markets?
4. Why the privacy surrounding MyMonero.com? Where is the source code? Where are the stats on users (if the answer is privacy, then it's not because the devs can see it, not sharing it privileges them)