So having issue launching Monerod on a windows 10 64 bit computer. I downloaded the new files and i'm getting the following error:
New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO
2017-03-30 15:55:19.287 896 INFO global src/daemon/main.cpp:282 Monero 'Wolfram Warptangent' (v0.10.3.1-release)
2017-03-30 15:55:19.288 896 INFO global src/daemon/protocol.h:55
Initializing cryptonote protocol...
2017-03-30 15:55:19.288 896 INFO global src/daemon/protocol.h:60
Cryptonote protocol initialized OK
2017-03-30 15:55:19.289 896 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2017-03-30 15:55:22.330 896 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-03-30 15:55:22.331 896 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-03-30 15:55:22.332 896 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-03-30 15:55:22.333 896 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-03-30 15:55:22.333 896 INFO global src/daemon/core.h:73 Initializing core...
2017-03-30 15:55:22.335 896 INFO global src/cryptonote_core/cryptonote_core.cpp:326 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-03-30 15:55:22.341 896 WARN blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:71 Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.341 896 ERROR cn src/cryptonote_core/cryptonote_core.cpp:395 Error opening database: Failed to get a record from blocks: MDB_NOTFOUND: No matching key/data pair found
2017-03-30 15:55:22.342 896 INFO global src/daemon/rpc.h:90 Deinitializing rpc server...
2017-03-30 15:55:22.343 896 INFO global src/daemon/p2p.h:90 Deinitializing p2p...
2017-03-30 15:55:22.345 896 INFO global src/daemon/core.h:89 Deinitializing core...
2017-03-30 15:55:22.347 896 ERROR daemon src/daemon/core.h:94 Failed to deinitialize core...
2017-03-30 15:55:22.347 896 INFO global src/daemon/protocol.h:77
Stopping cryptonote protocol...
2017-03-30 15:55:22.348 896 INFO global src/daemon/protocol.h:81
Cryptonote protocol stopped successfully
Can anyone help... ?? Why won't it load?
I'd advise to delete the the blockchain, because a full resync is most likely needed. This is done as follows:
1. Open your Windows explorer.
2. Type the following into the navigation bar (the one at the top): C:\ProgramData\bitmonero\lmdb
3. Delete data.mdb.
4. Now you can restart monerod.exe. Note that you will have to resync from scratch, which may take some time.