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.
java -jar stratum-proxy.jar -h stratum.nicehash.com:3333 -u nicehashUsername -p nicehashPassword
java -jar stratum-proxy.jar --help
java -jar stratum-proxy.jar -h stratum.nicehash.com:3333 eu.wafflepool.com:3333 -u nicehashUsername wafflepoolUsername -p nicehashPassword wafflepoolPassword --set-extranonce-subscribe true false
{
"logDirectory" : "",
"logLevel" : "INFO",
"stratumListenPort" : 3333,
"stratumListenAddress" : "0.0.0.0",
"getworkListenPort" : 8332,
"getworkListenAddress" : "0.0.0.0",
"apiListenPort" : 8888,
"apiListenAddress" : "0.0.0.0",
"poolConnectionRetryDelay" : 5,
"poolReconnectStabilityPeriod" : 5,
"poolNoNotifyTimeout" : 120,
"rejectReconnectOnDifferentHost" : false,
"poolHashrateSamplingPeriod" : 600,
"userHashrateSamplingPeriod" : 600,
"connectionHashrateSamplingPeriod" : 600,
"isScrypt" : false,
"databaseDirectory": "",
"hashrateDatabaseSamplingPeriod": 1,
"hashrateDatabaseHistoryDepth": 7,
"noMidstate": false,
"pools" : [ {
"name" : "Survivor X11",
"host" : "pool.xhash.net:3384",
"user" : "xxx.h",
"password" : "h",
"enableExtranonceSubscribe" : false,
"appendWorkerNames" : false,
"workerNameSeparator" : ".",
"useWorkerPassword" : true
}, {
"name" : "TMB X11",
"host" : "am01.eu.trademybit.com:4440",
"user" : "xxx.750",
"password" : "750",
"enableExtranonceSubscribe" : false,
"appendWorkerNames" : false,
"workerNameSeparator" : ".",
"useWorkerPassword" : true
}, {
"name" : "TMB X11",
"host" : "east01.us.trademybit.com:4440",
"user" : "xxx.750",
"password" : "750",
"enableExtranonceSubscribe" : false,
"appendWorkerNames" : false,
"workerNameSeparator" : ".",
"useWorkerPassword" : true
}
]
}
][2014-06-23 21:03:41] ...retry after 30 seconds
JSON-RPC call failed: [
20,
"No pool available on this proxy.",
null
I have an issue running the proxy.
As I have explained above, the proxy is running on a machine collecting work from miner rigs. The proxy is conencted to a rental site where my proxy machine is visible as a "big rig".
When I start the proxy and the rigs everything runs just fine. The "big rig" is visible at the rental site and hashing flawlessly.
For some hours atleast, then the proxy starts to give such errors:
[quote]2014-06-22 08:50:04,112 INFO [Grizzly-worker(5)]: [GetworkWorkerConnection] REJECTED share (diff: 0.005) from workername@Getwork-/000.000.000.000 on eu-01.miningrigrentals.com:3333. Booo !!!!. Error: JsonRpcError [code=24, message=unauthorized worker, traceback=null][/quote]
(the workername and ip address was masked by me)
The only way to get it work properly again is to terminate the proxy and start running it again.
The very strange thing is that when i start the proxy is runs just fine for 3-4-6 then starts to fail.
Any ideas?