Show Posts
|
Pages: [1] 2 »
|
PROBLEM: ERROR: Caught unexpected exception, shutting down MtGox trend following trading agent now!. Details are listed below. org.codehaus.commons.compiler.CompileException: Line 1, Column 14: Unexpected token ";" SOLUTION: AskLogic/BidLogic HTML entity format error ------------------------------------------------------------------------------------------------------- Has anyone ran into this yet? JDK7 , latest bin from git: 2013-02-18 12:46:38,665 : Arbitrage Engine cannot find a profitable opportunity on MtGox at this time. 2013-02-18 12:46:38,685 : MtGox High USD :- Last: USD 26.85000 | Bid: USD 26.80270 | Ask: USD 26.85000 | Volume: 38208 | Currency: BTC | TimeStamp: Mon Feb 18 12:18:25 MST 2013 2013-02-18 12:46:38,685 : MtGox Low USD :- Last: USD 26.71000 | Bid: USD 26.78582 | Ask: USD 26.84899 | Volume: 37315 | Currency: BTC | TimeStamp: Mon Feb 18 12:42:28 MST 2013 2013-02-18 12:46:38,685 : MtGox Current USD :- Last: USD 26.81898 | Bid: USD 26.75000 | Ask: USD 26.81897 | Volume: 36900 | Currency: BTC | TimeStamp: Mon Feb 18 12:46:38 MST 2013 2013-02-18 12:46:38,689 : MtGox USD Ticker Size: 45 2013-02-18 12:46:38,690 : MtGox Advance/Decline Spread algorithm has determined that the USD market is trending up. 2013-02-18 12:46:38,699 : MtGox EMA algorithm has determined that the USD market is trending up. 2013-02-18 12:46:38,700 : MtGox SMA algorithm has determined that the USD market is trending down. 2013-02-18 12:46:38,701 : ERROR: Caught unexpected exception, shutting down MtGox trend following trading agent now!. Details are listed below. org.codehaus.commons.compiler.CompileException: Line 1, Column 14: Unexpected token ";" at org.codehaus.janino.ExpressionEvaluator.makeStatements(ExpressionEvaluator.java:288) at org.codehaus.janino.ScriptEvaluator.cook(ScriptEvaluator.java:454) at org.codehaus.janino.ScriptEvaluator.cook(ScriptEvaluator.java:345) at org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:194) at org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80) at org.codehaus.commons.compiler.Cookable.cook(Cookable.java:72) at org.codehaus.janino.ExpressionEvaluator.<init>(ExpressionEvaluator.java:100) at org.aido.atp.TrendTradingAgent.evalLogic(TrendTradingAgent.java:612) at org.aido.atp.TrendTradingAgent.run(TrendTradingAgent.java:343) at java.lang.Thread.run(Thread.java:722) 2013-02-18 12:46:38,709 : ERROR: Caught unexpected exception, shutting down MtGox trend following trading agent now!. Details are listed below. org.codehaus.commons.compiler.CompileException: Line 1, Column 12: Unexpected token ";" at org.codehaus.janino.ExpressionEvaluator.makeStatements(ExpressionEvaluator.java:288) at org.codehaus.janino.ScriptEvaluator.cook(ScriptEvaluator.java:454) at org.codehaus.janino.ScriptEvaluator.cook(ScriptEvaluator.java:345) at org.codehaus.janino.SimpleCompiler.cook(SimpleCompiler.java:194) at org.codehaus.commons.compiler.Cookable.cook(Cookable.java:80) at org.codehaus.commons.compiler.Cookable.cook(Cookable.java:72) at org.codehaus.janino.ExpressionEvaluator.<init>(ExpressionEvaluator.java:100) at org.aido.atp.TrendTradingAgent.evalLogic(TrendTradingAgent.java:612) at org.aido.atp.TrendTradingAgent.run(TrendTradingAgent.java:345) at java.lang.Thread.run(Thread.java:722) 2013-02-18 12:46:38,710 : MtGox Trend following trading agent has decided no USD action will be taken at this time.
Here is the pref's: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd"> <map MAP_XML_VERSION="1.0"> <entry key="AskLogic" value="ADS_Down &amp; (EMA_Up &amp; SMA_Up)"/> <entry key="BidLogic" value="ADS_Up &amp; (EMA_Down &amp; SMA_Down)"/> <entry key="LocalCurrency" value="USD"/> <entry key="LongMACDTickSize" value="26"/> <entry key="MaxBTC" value="2"/> <entry key="MaxLocal" value="60"/> <entry key="MaxLoss" value="0.25"/> <entry key="MaxTickAge" value="90"/> <entry key="MinBTC" value=".01"/> <entry key="MinLocal" value=".01"/> <entry key="MinTickSize" value="25"/> <entry key="MtGoxApiKey" value="*************"/> <entry key="MtGoxSecretKey" value="*******"/> <entry key="PollingInterval" value="60"/> <entry key="RiskAlgorithm" value="1"/> <entry key="ShortMACDTickSize" value="12"/> <entry key="ShortMATickSize" value="26"/> <entry key="SigLineMACDSize" value="9"/> <entry key="TargetProfit" value=".10"/> <entry key="TradingFee" value="0.006"/> <entry key="UseArbitrage" value="1"/> <entry key="UseBTC-e" value="0"/> <entry key="UseBitcoinCentral" value="0"/> <entry key="UseBitstamp" value="0"/> <entry key="UseMtGox" value="1"/> <entry key="UseTrend" value="1"/> </map>
|
|
|
Still having great results with poolj
|
|
|
I've been having exceptional results while testing this. Very low stales compared to pushpoold, like ~0.1% or less average. Very stable compared to pushpoold. Fast restarts and it picks up the shares it had in the air when you do have to restart. And it runs fast and doesn't eat endless memory, the GC process seems work great. Really fantastic so far.
Wanted to clarify - The only reason I've restarted poolj so far was because I wanted to, not had to.
|
|
|
Just want to let you know that worked! Up and running with 0.2.5 and Guiminer, i'm about to start testing Diablo and Phx and all the others and stress test it.
|
|
|
Just tried 0.2.5 and ran into this: :/usr/src/poolserverj-0.2.5# /usr/bin/java -jar bin/poolserverj.jar start config.cfg Args - [2]: start config.cfg PoolServerJ Service Starting Sat Aug 13 16:49:33 MST 2011 java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet at com.shadworld.poolserver.servicelauncher.PoolServerService.start(PoolServerService.java:88) at com.shadworld.poolserver.servicelauncher.PoolServerService.windowsService(PoolServerService.java:48) at com.shadworld.poolserver.servicelauncher.PoolServerService.main(PoolServerService.java:18) Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) ... 3 more Anything I can do?
|
|
|
I'm testing it out now. Maybe I have a setting in the config wrong but I keep getting the good old "Problems communicating with bitcoin RPC" error and I've verified bitcoind is up and happy and all the IP/login/pass/port settings are correct. Hitting it with Firefox gives me "Problem accessing /. Reason HTTP method GET is not supported by this URL" and I'm seeing "33022 [main-con-qtp-22] WARN org.eclipse.jetty.util.log - / java.lang.NullPointerException" in the error log with debugging turned on. Any hints?
|
|
|
I've found about every 24 hours or so pushpoold will "lock up" and stop responding to everything. a killall -HUP doesn't help, I have to kill it and restart it and then everything works fine again. It's getting really bad. Does anyone have any tips?
|
|
|
My rig I see 3337 accepted 98 stales, or about 2.9%. Thats not so bad now. Reset your counters on your miner. The luke-jr pushpoold test was a disaster.
|
|
|
We just switched to luke-jr's version of pushpool this afternoon, hopefully that clears some up. Bitcoind is always an issue also and when it has problems and needs to be reset you see some stales/rejects.
UPDATE - wont be using luke-jr's pushpoold from git. The stale/reject rates where crazy! Switched back to the one I know works well. My test rig still has 0% stales so that's a lot better. The new LB makes life a lot easier to.
|
|
|
Settings configurable per rig like SMTP server, RPC L&P, fan speed %, over heat temp, OC core Mhz, OC memory Mhz
What are you using for OC's and fan speed? Is it not possible to set per GPU? And does anyone know how Diablo compares to phoenix? Right now the userland programs are setup to be able to OC all GPU's with 1 speed or each GPU at a separate speed but the WWW GUI is setup for 1 speed for all. Since there isn't much interest in the managed rigs I don't know if I want to spend the time adding that feature. The userland programs on the linux image are also setup for either Diablo to manage all the GPU's or 1 phoenix miner for each. However the WWW GUI just uses Diablo. I'm still the only user with managed rigs so it's probably going to stay that way right now. Being a pool op of a 0% fee pool and competing with BTCGuild and deepbit is a thankless job.
|
|
|
Whats your user ID number?
EDIT: (was this you?) ... "category" : "send", "amount" : -0.07863839, "fee" : 0.00000000, "confirmations" : 7, "txid" : "7b5db8ccea52b38d1e0e992c7e4bda1881e7839248ea9d67a7318b3fb21d2ea2", "time" : 1312933330
You balance was 0.07863839 with a 0% donation.
|
|
|
I like this idea. Has this worked out for any other pools? Do hoppers think it's a good idea?
|
|
|
After talking to other pool Op's I've decided to move to PPLNs after this round. It will go into effect when the round ends and I've already updated the FAQ. The payout code hasn't been change but the payment estimate code has been when we moved over to 0% fee with donation levels.
If you want to discuss sticking with straight prop lets talk about it, I'm open. The reliable 24x7 miners appreciate PPLNS because it can't be gamed so easy like proportional can be.
|
|
|
Web page designed for an iPhone with big buttons and that "look". Native app would have been nice but then it wouldn't work on anything but iOS. The Managed Rig page in the screen shots should work find on webOS.
|
|
|
SSL enabled on the web site now.
|
|
|
I can remove that in 3 seconds if you want. JSONs aren't for human eyes anyways.
|
|
|
Do you have a json api url that would be easier on the servers? With maybe a faster refresh?
http://www.unitedminers.com/?action=apiIf you need more info then provided let me know. I just added valid shares to that JSON by request and I can add more if need be.
|
|
|
|