I want to force miner in separate windows, to see temperature per card and other stuff. This way is mess.
Is there solution for that?
Thanks.
'"usewindow": true' as part of the entry config. See first post or bundled sample config for example.
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.
28.10.2014 10:02:57
----------------------------------------------
Type: TargetInvocationException
Message: Während des Vorgangs ist eine Ausnahme aufgetreten, sodass das Ergebnis ungültig ist. Weitere Ausnahmedetails finden Sie in InnerException.
Stack trace: bei System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
bei System.Net.DownloadStringCompletedEventArgs.get_Result()
bei MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)
28.10.2014 10:02:57
----------------------------------------------
Type: WebException
Message: Der Remoteserver hat einen Fehler zurückgegeben: (401) Nicht autorisiert.
Stack trace: bei System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
bei System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
bei System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
28.10.2014 10:02:57
----------------------------------------------
Type: KeyNotFoundException
Message: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
Stack trace: bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
bei MinerControl.Services.TradeMyBitService.ProcessBalances(Object jsonData)
bei MinerControl.Utility.WebUtil.DownloadJsonComplete(Object sender, DownloadStringCompletedEventArgs e)
"algorithms": [
{ "name": "x11", "hashrate": 2645, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x11" },
{ "name": "x13", "hashrate": 2060, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x13" },
{ "name": "x14", "hashrate": 2000, "power": 49, "aparam1": "ccminer.exe", "aparam2": "-a x14" },
{ "name": "x15", "hashrate": 1600, "power": 52, "aparam1": "ccminer.exe", "aparam2": "-a x15" },
{ "name": "nist5", "hashrate": 7300, "power": 54, "aparam1": "ccminer.exe", "aparam2": "-a nist5" },
{ "name": "scrypt", "hashrate": 280, "power": 60, "aparam1": "cmd.exe", "aparam2": "/c cudaminer.exe -a scrypt -i 1 -l T5x24" },
{ "name": "scryptn", "hashrate": 140, "power": 60, "aparam1": "cmd.exe", "aparam2": "/c cudaminer.exe -a scrypt:2048 -i 1 -l T5x24" },
{ "name": "keccak", "hashrate": 16300, "power": 50, "aparam1": "cmd.exe", "aparam2": "-a keccak -i 1 -l T85x5" },
{ "name": "sha256", "hashrate": 0, "power": 50, "aparam1": "cmd.exe", "aparam2": "/c cudaminer.exe -a sha256 -batch" },
{ "name": "neoscrypt", "hashrate": 48, "power": 50, "aparam1": "cmd.exe", "aparam2": "/c cgminer.exe -a neoscrypt -batch" },
{ "name": "quark", "hashrate": 4100, "power": 54, "aparam1": "ccminer.exe", "aparam2": "-a quark" }
],
"algos": [
{ "algo": "x11", "folder": "", "command": "ccminer.exe", "arguments": "-a x11 _SPARAM1_:3533 -u _ACCOUNT_ _SPARAM2_" },
{ "algo": "x13", "folder": "", "command": "ccminer.exe", "arguments": "-a x13 _SPARAM1_:3633 -u _ACCOUNT_ _SPARAM2_" },
{ "algo": "x14", "folder": "", "command": "ccminer.exe", "arguments": "-a x14 _SPARAM1_:3933 -u _ACCOUNT_ _SPARAM2_" },
{ "algo": "x15", "folder": "", "command": "ccminer.exe", "arguments": "-a x15 _SPARAM1_:3733 -u _ACCOUNT_ _SPARAM2_" },
{ "algo": "nist5", "folder": "", "command": "ccminer.exe", "arguments": "-a nist5 _SPARAM1_:3833 -u _ACCOUNT_ _SPARAM2_" },
{ "algo": "neoscrypt", "folder": "C:\\cpuminer\\neoscrypt\\cgminer-3.7.7.bNeoscrypt", "command": "cgminer.exe", "arguments": "--neoscrypt -T -I 14 _SPARAM1_:4233 -u _ACCOUNT_ _SPARAM2_", "usewindow": true },
{ "algo": "quark", "folder": "", "command": "ccminer.exe", "arguments": "-a quark _SPARAM1_:4033 -u _ACCOUNT_ _SPARAM2_" }
]