This is a high end system with 16GB of RAM.
I made sure it wasn't an issue with the system by running fantomcoind which had no issues.
Did you try the --seed-node options I posted? With or without a stored blockchain, you still need to be able to connect the p2p. That requires either seed nodes or a valid p2pstate.bin file.
Try the "print_cn" command to see if you have any connections. If you have none, then you are having a problem connecting. That might be seed node related, or perhaps firewall/security software.
I switched to Ubuntu 14 which didn't have this issue.
However now my wallet.bin and then wallet.bin.keys don't seem to work, and there are around 100XMR on here(after I lost around 200XMR from this exact same issue when upgrading versions few months ago).
Here is the output of simplewallet.log:
You had been using a deprecated version of the wallet. Your wallet file format is being upgraded now.
2014-Dec-29 20:49:36.985156 file not found: wallet.bin, starting with empty blockchain
2014-Dec-29 20:49:36.985176 Opened wallet: mywalletaddress
You had been using a deprecated version of the wallet. Your wallet file format is being upgraded now.
2014-Dec-29 20:53:20.389197 ERROR /root/monero-build/src/wallet/wallet2.cpp:619 !boost::filesystem::exists(m_wallet_file, ignored_ec). THROW EXCEPTION: error::file_not_found
2014-Dec-29 20:53:20.389214 /root/monero-build/src/wallet/wallet2.cpp:619:N5tools5error15file_error_baseILi1EEE: file not found "wallet.bin"
2014-Dec-29 20:53:20.389288 Error: failed to load wallet: file not found "wallet.bin"
2014-Dec-29 20:53:20.389313 ERROR /root/monero-build/src/simplewallet/simplewallet.cpp:429 could not open account
2014-Dec-29 20:53:20.389324 ERROR /root/monero-build/src/simplewallet/simplewallet.cpp:1381 Failed to initialize wallet
Same issue still, I tried both the seeds you posted.
This is the correct command for Linux?
./bitmonerod --seed-node 74.192.120.8:18080
The window I run this in stops responding to any command, even Ctrl C or killall, so print_cn does not work.
Tried to run another ./bitmonerod print_cn
but it fails and says it can't start as the IP address is now in use.
Also I tried building from source, the README.md from github says:
**Basic Process:**
* To build, change to the root of the source code directory, and run `make`.
* The resulting executables can be found in `build/release/src` or `build/debug/src`, depending on what you're building.
However I'm unable to find any executable anywhere after a successful make.
I've mined around 600XMR since the start and have been able to spend only half of it, if I lose this wallet, I'm done with XMR for good.