sal002
|
|
April 17, 2013, 01:36:18 AM |
|
Bounty for anyone that gets this to work with Vircurex to automatically convert back to BTC...
|
|
|
|
area (OP)
|
|
April 17, 2013, 10:18:52 AM |
|
Bounty for anyone that gets this to work with Vircurex to automatically convert back to BTC...
A blind bounty, you say. Well, whatever you think the changes I've just pushed are worth...
|
|
|
|
sal002
|
|
April 18, 2013, 03:10:06 PM |
|
Nice!
|
|
|
|
glendall
Legendary
Offline
Activity: 2198
Merit: 1018
Buzz App - Spin wheel, farm rewards
|
|
April 18, 2013, 03:31:13 PM |
|
Sweet app, nice work... !
Btw, are there any Freicoin exchanges though? I haven't come across this coin much. ..
|
|
|
|
sal002
|
|
April 18, 2013, 03:45:28 PM |
|
Yes - there is one at cryponit. See my site (in my signature).
|
|
|
|
area (OP)
|
|
April 20, 2013, 07:33:29 AM |
|
Anyone interested in making a Cryptonit API wrapper for Python?
|
|
|
|
Dali99
Newbie
Offline
Activity: 17
Merit: 0
|
|
April 20, 2013, 06:26:38 PM |
|
Could anyone help me with setting it up? I can't find the dependencies and where to put them
|
|
|
|
area (OP)
|
|
April 20, 2013, 07:17:53 PM |
|
Could anyone help me with setting it up? I can't find the dependencies and where to put them
Which OS, and what have you tried so far? What errors do you get?
|
|
|
|
Dali99
Newbie
Offline
Activity: 17
Merit: 0
|
|
April 20, 2013, 09:18:30 PM |
|
Could anyone help me with setting it up? I can't find the dependencies and where to put them
Which OS, and what have you tried so far? What errors do you get? Windows 7 home Premium C:\Users\Daniel\Documents\GitHub\CryptoSwitcher>cryptoSwitcher.py Traceback (most recent call last): File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\cryptoSwitcher.py", line 5, in <module> import numpy as np File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\numpy\__init__.py", line 127, in <module> raise ImportError(msg) ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python intepreter from there. thanks!
|
|
|
|
area (OP)
|
|
April 21, 2013, 12:03:12 AM |
|
Could anyone help me with setting it up? I can't find the dependencies and where to put them
Which OS, and what have you tried so far? What errors do you get? Windows 7 home Premium C:\Users\Daniel\Documents\GitHub\CryptoSwitcher>cryptoSwitcher.py Traceback (most recent call last): File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\cryptoSwitcher.py", line 5, in <module> import numpy as np File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\numpy\__init__.py", line 127, in <module> raise ImportError(msg) ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python intepreter from there. thanks! I'm afraid I'm not a Windows person (for mining, anyway). Is there an equivalent of pip for Windows, does someone else know?
|
|
|
|
area (OP)
|
|
April 28, 2013, 05:38:05 PM |
|
Feathercoin now supported for those using CoinChoose.
|
|
|
|
davidkassa
Newbie
Offline
Activity: 37
Merit: 0
|
|
April 30, 2013, 04:49:19 PM |
|
This is pretty cool. I was just thinking of doing the exact same thing. I'll have to dig in (and possibly contribute) once I get time.
|
|
|
|
area (OP)
|
|
May 02, 2013, 07:31:30 AM |
|
Again, thanks to a CoinChoose update, MinCoin has now joined the party.
|
|
|
|
juhakall
|
|
May 04, 2013, 02:12:36 AM Last edit: May 04, 2013, 02:28:15 AM by juhakall |
|
This might be really useful, I'm tired of checking the charts every day to decide myself. I already have my own scripts to switch configs and restart all rigs, so it sounds like a simple plug-n-play job! That auto-selling feature sounds especially interesting. I guess auto-withdrawal is not supported yet? EDIT: There are config options gkeypersec for vanity mining speed and ghashpersec for BTC mining speed, but no option for LTC mining speed. Is the default 1MH/s -> 1kH/s ratio assumed?
|
|
|
|
Caesar V
|
|
May 04, 2013, 02:29:39 AM |
|
This is so awesome!! Really can't wait for my rig to arrive now.
|
|
|
|
area (OP)
|
|
May 04, 2013, 05:08:04 AM |
|
This might be really useful, I'm tired of checking the charts every day to decide myself. I already have my own scripts to switch configs and restart all rigs, so it sounds like a simple plug-n-play job! That auto-selling feature sounds especially interesting. I guess auto-withdrawal is not supported yet? EDIT: There are config options gkeypersec for vanity mining speed and ghashpersec for BTC mining speed, but no option for LTC mining speed. Is the default 1MH/s -> 1kH/s ratio assumed? Neither exchange supports auto-withdrawal via the API, so I don't see that feature being implemented soon, I'm afraid. The default 1MH/s -> 1kH/s ratio is assumed (by virtue of this assumption being made by dustcoin and CoinChoose), but if that is drastically wrong for you, you can include additional fees to penalise Scrypt coins the appropriate amount. So if you get 700MH/s with SHA256, but only 600MH/s with Scrypt coins, you would include an additional fee of 1-(600/700) = 0.14 on Scrypt coins.
|
|
|
|
area (OP)
|
|
May 06, 2013, 08:34:46 AM |
|
With thanks to open5443 on GitHub, the latest round of updates supports using Dustcoin and Coinchoose at the same time, and CHNCoin has also joined the party.
|
|
|
|
Jazkal
|
|
May 08, 2013, 12:25:12 AM |
|
Anyone got this working on Win7 yet?
|
|
|
|
area (OP)
|
|
May 08, 2013, 07:55:13 AM |
|
Anyone got this working on Win7 yet?
I would like to know this too, and if there is anything that could be done to make it easier to run on Windows, I'd look into it.
|
|
|
|
|
|