I'm glad you can get your wallet running now, albeit with some stumbling.
If not running a QT
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
#!/usr/bin/python
# BCR in circulation on day distribution by bidding starts
MoneySupply = 20000000
# BCR price on day distribution by bidding starts
MarketPrice = 0.000002
# total BCR minted per day
BCRTotalDistributedByBid = 40000
# appx. BCR minted per day that would have gone to miners
# we assume that the BN to total MoneySupply ratio remains steady
# currently there are ~100 BNs (5000000 BCR) against a MoneySupply of ~19000000 BCR
# ~ 25% of daily 40000 BCR minted
DistributedByBid = 30000
# we start with zero BTCBacking and thus zero AssuredMarketValue
BTCBacking = 0
AssuredMarketValue = 0
# we'll iterate through 365 days
n = 365
for x in range (1, n):
print "Day " + str(x) + " : " + "MoneySupply = " + str(MoneySupply) + ", MarketPrice = " + str(MarketPrice)
print "MarketCap = " + str(MoneySupply * MarketPrice)
print "BTC Backing = " + str(BTCBacking)
# each day the AssuredMarketValue (per BCR) rises a bit, we'll be pessimistic and assume
# the DistributedByBid is bid for at 50% of the current MarketPrice
AssuredMarketValue = AssuredMarketValue + (((DistributedByBid * MarketPrice) / MoneySupply) / 2)
# we'll assume that the market value per BCR increases in proportion to the BTC backing
# again we'll be pessimistic and assume it only lends half of it's actual value
MarketPrice = (MarketPrice + (AssuredMarketValue / 2))
# each day the money supply goes up by 40000
MoneySupply = MoneySupply + BCRTotalDistributedByBid
# we'll assume that each day the BTCBacking increases by 30000 BCR bid for at current market price
# eg. 30000 BCR * 0.000002 = 0.06 BTC
BTCBacking = BTCBacking + (DistributedByBid * MarketPrice)
Day 364 : MoneySupply = 34520000, MarketPrice = 0.000493307694068 BTC
MarketCap = 17028.9815992 BTC
BTC Backing = 953.107444541 BTC
2015-06-22 20:56:47 CheckBlock() : Skipping banknode payment check - nHeight 142853 Hash 000013d38b9b8113d09df32322704331a0a35fbb7e711873b6347fe5e6651912
2015-06-22 20:56:47 No coin database inconsistencies in last 289 blocks (290 transactions)
2015-06-22 20:56:47 block index 777ms
2015-06-22 20:56:47 init message: Portemonnee aan het laden...
2015-06-22 20:56:47 nFileVersion = 301608
2015-06-22 20:56:47 Keys: 2 plaintext, 0 encrypted, 2 w/ metadata, 2 total
2015-06-22 20:56:47 wallet 2ms
2015-06-22 20:56:47 init message: Loading banknode cache...
2015-06-22 20:56:47 ERROR: Read : Failed to open file X:\Encrypted-container\BCRCoinData\mncache.dat
2015-06-22 20:56:47 Missing banknode cache file - mncache.dat, will try to recreate
2015-06-22 20:56:47 Locking Banknodes:
2015-06-22 20:56:47 fLiteMode 0
2015-06-22 20:56:47 nInstantXDepth 5
2015-06-22 20:56:47 Darksend rounds 2
2015-06-22 20:56:47 Anonymize Bitcredit Amount 10000
2015-06-22 20:56:48 RandAddSeedPerfmon: 298608 bytes
2015-06-22 20:56:48 mapBlockIndex.size() = 142853
2015-06-22 20:56:48 nBestHeight = 142852
2015-06-22 20:56:48 setKeyPool.size() = 1
2015-06-22 20:56:48 mapWallet.size() = 0
2015-06-22 20:56:48 mapAddressBook.size() = 1
2015-06-22 20:56:48 init message: Adressen aan het laden...
2015-06-22 20:56:48 Loaded 5 addresses from peers.dat 0ms
2015-06-22 20:56:48 Added connection peer=0
2015-06-22 20:56:48 dnsseed thread start
2015-06-22 20:56:48 net thread start
2015-06-22 20:56:48 addcon thread start
2015-06-22 20:56:48 opencon thread start
2015-06-22 20:56:48 msghand thread start
2015-06-22 20:56:48 init message: Klaar met laden
2015-06-22 20:56:48 dumpaddr thread start
2015-06-22 20:56:48 GUI: initializeResult : Initialization result: 1
2015-06-22 20:56:48 GUI: PaymentServer::LoadRootCAs : Loaded 0 root certificates
2015-06-22 20:56:48 GUI: TransactionTablePriv::refreshWallet
2015-06-22 20:56:50 trying connection 198.52.160.64:8877 lastseen=32.4hrs