Search content
Sort by

Showing 20 of 31 results by eyeoh
Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
eyeoh
on 18/02/2013, 23:00:32 UTC
That was it, thank you!
Post
Topic
Board Trading Discussion
Re: Isis ATP [Automated Trading Platform] - Discussion
by
eyeoh
on 18/02/2013, 19:48:41 UTC
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:

Code:
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.(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.(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:
Code:



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
Post
Topic
Board Mining
Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend
by
eyeoh
on 24/08/2011, 21:13:06 UTC
Still having great results with poolj
Post
Topic
Board Mining
Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend
by
eyeoh
on 16/08/2011, 03:37:23 UTC
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.
Post
Topic
Board Mining
Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend
by
eyeoh
on 14/08/2011, 02:16:57 UTC
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.
Post
Topic
Board Mining
Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend
by
eyeoh
on 13/08/2011, 23:50:18 UTC
Just tried 0.2.5 and ran into this:
Code:
:/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?
Post
Topic
Board Mining
Re: [ATTN: POOL OPERATORS] PoolServerJ - scalable java mining pool backend
by
eyeoh
on 13/08/2011, 02:32:03 UTC
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?
Post
Topic
Board Bitcoin Technical Support
Re: Pushpool - Tech Support
by
eyeoh
on 13/08/2011, 01:02:49 UTC
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?
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 12/08/2011, 15:39:38 UTC
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 11/08/2011, 20:43:21 UTC
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 10/08/2011, 23:18:54 UTC
Quote
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 10/08/2011, 00:36:36 UTC
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 05/08/2011, 23:30:15 UTC
I like this idea. Has this worked out for any other pools? Do hoppers think it's a good idea?
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com 0%,Prop,SMS,managed rigs,clustered,iPhone
by
eyeoh
on 31/07/2011, 17:27:20 UTC
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com Prop,SMS/txt,managed rigs,redundant cluster,iPhone
by
eyeoh
on 30/07/2011, 18:23:12 UTC
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.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com Prop,SMS/txt,managed rigs,redundant cluster,iPhone
by
eyeoh
on 29/07/2011, 20:15:20 UTC
SSL enabled on the web site now.
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
eyeoh
on 28/07/2011, 05:08:23 UTC
Fixed
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
eyeoh
on 28/07/2011, 05:01:09 UTC
I can remove that in 3 seconds if you want. JSONs aren't for human eyes anyways.
Post
Topic
Board Pools
Re: [NEW POOL] UnitedMiners.com Prop,SMS/txt,managed rigs,redundant cluster,8dec
by
eyeoh
on 28/07/2011, 04:03:15 UTC
Thanks!
Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
eyeoh
on 28/07/2011, 04:01:45 UTC

Do you have a json api url that would be easier on the servers? With maybe a faster refresh?

http://www.unitedminers.com/?action=api

If 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.