thanks for this program but since the last update i still getting a error.log the no was getting before
thanks for your help
9/24/2014 11:13:26 PM
----------------------------------------------
Type: KeyNotFoundException
Message: The given key was not present in the dictionary.
Stack trace: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MinerControl.Services.TradeMyBitService.DownloadStringBalanceCompleted(Object sender, DownloadStringCompletedEventArgs e)
Do you have your TradeMyBit API key set in the configuration file? This looks like you are sending a missing or invalid API key to TradeMyBit.
Yes i have a replace check and update the api and i have tray to use the log false parameter and same error message i have update to the 1.1.1 and is no changes
Please try to open this in a web browser:
https://pool.trademybit.com/api/balance?key=XYZ
Replace XYZ with your api key. If your key is in correctly then the only thing it could be is a missing piece of information in the return so I need to see a sample of that returned data.
Thanks.