Search content
Sort by

Showing 19 of 19 results by Flashpunk
Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
Flashpunk
on 07/02/2015, 18:49:15 UTC
Without having looked, this appears to be a 404 type error, Cryptsy may have changed their api
Post
Topic
Board Trading Discussion
Re: Gekko - a javascript trading bot and backtesting platform
by
Flashpunk
on 30/01/2015, 01:19:51 UTC
Should be, i was able to find the bug and helped askmike fix it on github: https://github.com/askmike/gekko/issues/262
Post
Topic
Board Service Announcements
Re: [ANN] Coin Ticker - new cryptocurrency and bitcoin stock ticker [Free iOS App]
by
Flashpunk
on 19/03/2014, 13:22:56 UTC
Coin Ticker v2.2 is now available on App Store. new coins added: AUR, MINT, TIPS, LEAF, DRK. And there are lots of new features.

Hey, thanks for the update, i've been really enjoying the app the last few weeks!

However, the update seems to have broken my app! I can't access the portfolio tab, it crashes my app.

Didn't want to leave negative feedback on the itunes store, becuase i think it's a useful app, but not cool that it's broken Sad

Please delete and reinstall the app, that will fix the crash.
Sorry for the inconvenience.

Thanks. I've done that, but am still seeing some crashes.
Post
Topic
Board Service Announcements
Re: [ANN] Coin Ticker - new cryptocurrency and bitcoin stock ticker [Free iOS App]
by
Flashpunk
on 18/03/2014, 20:51:38 UTC
Coin Ticker v2.2 is now available on App Store. new coins added: AUR, MINT, TIPS, LEAF, DRK. And there are lots of new features.

Hey, thanks for the update, i've been really enjoying the app the last few weeks!

However, the update seems to have broken my app! I can't access the portfolio tab, it crashes my app.

Didn't want to leave negative feedback on the itunes store, becuase i think it's a useful app, but not cool that it's broken Sad
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 11/03/2014, 13:26:40 UTC
yep, graphs on webpage are gone.
everything else working flawlessly here.

Looks like the Jquery plugin "Sparkline" isn't loading.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 11/03/2014, 12:06:19 UTC
Hey guys, i've noticed (and I could be wrong, but i'm pretty sure) that my "last 24 hour profits" haven't increased since switching to the USA East server last night, about 12Hours ago. Is anyone else seeing this issue, or am I just crazy?

Rejects are way down on the East server as well!
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 04/03/2014, 04:40:24 UTC
Ok, i'm getting closer, now i'm getting a HTTP Error 503: Service Unavailable

Looks like Azure maintenance. Just got in late from a concert but I'll dig in deeper if it's not resolved soon.
Resolved and running! Thanks!
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 04/03/2014, 04:08:52 UTC
Looks as if it's getting a 404.

Code:
[2014-03-02 21:38:50]  Getting Data from CGMiner RPC API using port:4028
2014-03-02 21:38:50,887 WARNING Generic Exception: Traceback (most recent call last):
  File "/opt/CGMinerMobileAdapter/CGMinerMobileAdapter.py", line 104, in
    for item in data['DEVS']:
TypeError: string indices must be integers, not str

Looks to me like it cannot get a response back from the CGMiner RPC API. You need to configure your miner to enable API access and to allow API access from the IP where the Python script will run.

Try telneting into the IP & port of the CGMiner instance in BAMT. If you are unable to connect then the script is not going to work. See this thread for more info:

https://bitcointalk.org/index.php?topic=248173.msg5112607#msg5112607

And this one as well for tools you can use for testing:

https://bitcointalk.org/index.php?topic=248173.msg5230592#msg5230592


Thanks, i'll give that a try tonight.

Ok, i'm getting closer, now i'm getting a HTTP Error 503: Service Unavailable

Code:
[2014-03-03 20:07:06]  Getting Data from CGMiner RPC API using port:4028
2014-03-03 20:07:07,433 WARNING HTTPError = 503
[2014-03-03 20:07:07]  Sending to MobileMiner API from Galaxy
2014-03-03 20:07:09,029 WARNING GetCommands Generic Exception: Traceback (most recent call last):
  File "/opt/CGMinerMobileAdapter/CGMinerMobileAdapter.py", line 179, in
    getCommandsResponse = urllib2.urlopen(getCommandsReq, None, 30)
  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 503: Service Unavailable
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 03/03/2014, 14:26:37 UTC
Looks as if it's getting a 404.

Code:
[2014-03-02 21:38:50]  Getting Data from CGMiner RPC API using port:4028
2014-03-02 21:38:50,887 WARNING Generic Exception: Traceback (most recent call last):
  File "/opt/CGMinerMobileAdapter/CGMinerMobileAdapter.py", line 104, in
    for item in data['DEVS']:
TypeError: string indices must be integers, not str

Looks to me like it cannot get a response back from the CGMiner RPC API. You need to configure your miner to enable API access and to allow API access from the IP where the Python script will run.

Try telneting into the IP & port of the CGMiner instance in BAMT. If you are unable to connect then the script is not going to work. See this thread for more info:

https://bitcointalk.org/index.php?topic=248173.msg5112607#msg5112607

And this one as well for tools you can use for testing:

https://bitcointalk.org/index.php?topic=248173.msg5230592#msg5230592


Thanks, i'll give that a try tonight.
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 03/03/2014, 02:43:49 UTC
Hi there, i'm trying to get the CGMinerMobileAdapter script running on my BAMT machines (all running BAMT 1.3). I've successfully installed them, have restarted them, and can see that there is a screen running for the app. However, I am not receiving data to either the iPhone app or http://web.mobileminerapp.com/. Can anyone help me troubleshoot this?

Is there any output from CGMinerMobileAdapter? From scanning the source code it seems to print and log both success and error texts:

https://github.com/Axadiw/CGMinerMobileAdapter/blob/master/CGMinerMobileAdapter.py

Looks as if it's getting a 404.

Code:

  File "/usr/lib/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.6/urllib2.py", line 397, in open
    response = meth(req, response)
  File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.6/urllib2.py", line 435, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 400: Bad Request

2014-03-02 21:38:50,886 ERROR [Errno 111] Connection refused
2014-03-02 21:38:50,887 ERROR [Errno 32] Broken pipe
[2014-03-02 21:38:50]  Getting Data from CGMiner RPC API using port:4028
2014-03-02 21:38:50,887 WARNING Generic Exception: Traceback (most recent call last):
  File "/opt/CGMinerMobileAdapter/CGMinerMobileAdapter.py", line 104, in
    for item in data['DEVS']:
TypeError: string indices must be integers, not str

I don't know python, but I don't see what could be causing this in CGMinerMobileAdapter.py, the line is very simple, and it doesn't look like there are any vars being passed. I'm wondering if putting my application key in with hypens (XXXX-XXXX-XXXX) may be causing the issue?
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 03/03/2014, 02:37:15 UTC
any chance to support sgminer for scrypt mining on gpus ?

Doubtful, unless someone has the time to code the support in MultiMiner (I do not). I've asked the SGMiner folks to contribute their changes back up to BFGMiner but they are not interested in that.

In the meantime, many of the useful features found in SGMiner are already ready for BFGMiner 4.0 (and some of them made their way back to SGMiner, if you check their commits). BFGMiner 4.0 has support for shader-based intensity, multiple gpu-thread settings, higher intensities, as well as early support for ASIC Scrypt miners. I'd personally rather spend my time focusing on improving BFGMiner.

MultiMiner is Open Source though and again I'd welcome anyone to contribute source that allows it to use multiple mining backends in a clean way, as long as they are willing to maintain that code.

Wait i'm confused. CGMinerMobileAdapter works with BAMT (it specifies Sgminer). Shouldn't you be able to apply some level of support.
Post
Topic
Board Mining (Altcoins)
Re: MultiMiner Remoting & MobileMiner: Your rigs. Your coins. Your pools. Your way.
by
Flashpunk
on 03/03/2014, 02:04:22 UTC
Hi there, i'm trying to get the CGMinerMobileAdapter script running on my BAMT machines (all running BAMT 1.3). I've successfully installed them, have restarted them, and can see that there is a screen running for the app. However, I am not receiving data to either the iPhone app or http://web.mobileminerapp.com/. Can anyone help me troubleshoot this?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 02/03/2014, 03:07:33 UTC
did we have an brief outage? my fail over kicked in

Same here, switching pools makes one of my machines crash.. anyone else have that problem?
Post
Topic
Board Mining software (miners)
Re: ANUBIS - a CGMINER Web Frontend
by
Flashpunk
on 01/03/2014, 02:41:33 UTC
Hey there, I would love to get this working, but i'm getting this error:

Warning: socket_read() [function.socket-read]: unable to read from socket [104]: Connection reset by peer in .....

My port seems to be open, I seem to be able to ping it with http://ping.eu/port-chk/, and I can see the network activity on my router, but for some reason the script isn't able to access my network from my server (hosted on MediaTemple on a Grid Server).

Any help would be much appreciated!
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 28/02/2014, 00:56:32 UTC
I'm getting: [00:55:03] Pool 0 stratum+tcp://us.clevermining.com:3333 not responding!
Anyone else?
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 25/02/2014, 14:32:11 UTC
Get teamviewer. Search it in google, you can remotely connect do your desktop off your iPad, iPhone, or any computer. I use it

Yeah, i've got it all set up, my machine says it's online on teamviewer, but won't connect. Ive also tried connecting via a vnc on my local network (through team viewer), and the screen just comes up blank. I think windows has crashed, but hasn't shut down the machine.

This doesn't answer my question.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 25/02/2014, 14:21:22 UTC
Is it possible for a high reject rate to cause a machine to crash? My 4.25mh/s windows machine crashed this morning, i'm at work right now and can't access it until the end of the day unfortunately.. just curious if this is possible. I have 2 other 4.5mh/s machines (running BAMT) that are fine.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 20/02/2014, 19:03:52 UTC
any chance for API ?

I was actually just going to post this as well. I've been considering building a small web(app) that could be easily viewable on a mobile device.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com
by
Flashpunk
on 20/02/2014, 01:30:51 UTC
And it's deployed. I hope it will improve performance (and reduce rejected ratio).
Is the rejected amount above the 24average amount on our 'user' page also a 24hr average, or is that updated hourly?