pytel
Newbie
Offline
Activity: 6
Merit: 0
|
|
June 19, 2013, 10:52:55 AM |
|
Hi, when i try to run cryptoswitcher i get this error: <<< Round 1 >>> time: 2013-06-17 14:57:24 getting data... done comparing profitabilty... ------------------------------------ Bitcoin: 103 (fee: 0, src: cc) FeatherCoin: 134 (fee: 2, src: cc) DigitalCoin: 142 (fee: 2, src: cc) TerraCoin: 119 (fee: 2, src: cc) Devcoin: 0 (fee: 0, src: cc) Litecoin: 117 (fee: 0, src: cc) IXCoin: 0 (fee: 0, src: cc) NameCoin: 2 (fee: 0, src: cc) ------------------------------------ => Best: 140, mining DigitalCoin => Switching to DigitalCoin (running dgcoin.sh) Traceback (most recent call last): File "cryptoSwitcher.py", line 566, in <module> subprocess.Popen(coins[bestcoin].command) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Can someone help me?
|
|
|
|
peonminer
|
|
June 19, 2013, 07:05:49 PM |
|
OP, please add Cryptsy to the auto sell option of CryptoSwitcher!
|
|
|
|
salfter
|
|
June 19, 2013, 08:22:09 PM |
|
OP, please add Cryptsy to the auto sell option of CryptoSwitcher!
I've already done that. My changes were merged into this project's GitHub repo, so cd CryptoSwitcher && git pull should bring you up to date. Check cryptoSwitcher.config.sample for updated options.
|
|
|
|
salfter
|
|
June 19, 2013, 08:23:56 PM |
|
Hi, when i try to run cryptoswitcher i get this error: <<< Round 1 >>> time: 2013-06-17 14:57:24 getting data... done comparing profitabilty... ------------------------------------ Bitcoin: 103 (fee: 0, src: cc) FeatherCoin: 134 (fee: 2, src: cc) DigitalCoin: 142 (fee: 2, src: cc) TerraCoin: 119 (fee: 2, src: cc) Devcoin: 0 (fee: 0, src: cc) Litecoin: 117 (fee: 0, src: cc) IXCoin: 0 (fee: 0, src: cc) NameCoin: 2 (fee: 0, src: cc) ------------------------------------ => Best: 140, mining DigitalCoin => Switching to DigitalCoin (running dgcoin.sh) Traceback (most recent call last): File "cryptoSwitcher.py", line 566, in <module> subprocess.Popen(coins[bestcoin].command) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Can someone help me?
Does dgcoin.sh exist? It doesn't ship with CryptoSwitcher; you'll have to create it yourself. Assuming that it does, you might want to enter it in cryptoSwitcher.config as ./dgcoin.sh, just to be safe.
|
|
|
|
area (OP)
|
|
June 19, 2013, 10:33:47 PM |
|
Man, salfer, you're on the ball, both here and over on GitHub. I've given you commit rights to the main repo.
|
|
|
|
jgm_coin
|
|
June 20, 2013, 05:35:23 AM |
|
Hey thanks for the great collection. I hope to learn more about python scripting by reading this work.
I'm getting an error that my config file is wrong from line 108 of cryptoswitcher.py - I know this cannot be true since I did in fact edit the config file.
I suspect I am using the wrong version of python (which has happened several times in the past). What version of python should be used with cryptoswitcher? I'm using python 3.3
Thanks in advance for any help.
Best wishes, Jgmcoin
|
|
|
|
heartofalion
Newbie
Offline
Activity: 19
Merit: 0
|
|
June 20, 2013, 06:28:21 AM Last edit: June 20, 2013, 11:25:08 AM by heartofalion |
|
Looking through all of this, the only issue I am having ATM is finding where to set the ammount sell triggers for Cryptsy I also am not seeing memecoin, megacoin, fastcoin...etc Is there a way i can add them myself? EDIT::::: Nevermind i figured out how to add other coins
|
|
|
|
pytel
Newbie
Offline
Activity: 6
Merit: 0
|
|
June 20, 2013, 10:39:16 AM |
|
Hi, when i try to run cryptoswitcher i get this error: <<< Round 1 >>> time: 2013-06-17 14:57:24 getting data... done comparing profitabilty... ------------------------------------ Bitcoin: 103 (fee: 0, src: cc) FeatherCoin: 134 (fee: 2, src: cc) DigitalCoin: 142 (fee: 2, src: cc) TerraCoin: 119 (fee: 2, src: cc) Devcoin: 0 (fee: 0, src: cc) Litecoin: 117 (fee: 0, src: cc) IXCoin: 0 (fee: 0, src: cc) NameCoin: 2 (fee: 0, src: cc) ------------------------------------ => Best: 140, mining DigitalCoin => Switching to DigitalCoin (running dgcoin.sh) Traceback (most recent call last): File "cryptoSwitcher.py", line 566, in <module> subprocess.Popen(coins[bestcoin].command) File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Can someone help me?
Does dgcoin.sh exist? It doesn't ship with CryptoSwitcher; you'll have to create it yourself. Assuming that it does, you might want to enter it in cryptoSwitcher.config as ./dgcoin.sh, just to be safe. Yes, it exists and have the right rights and added in cryptoconfig
|
|
|
|
cokeman0
Newbie
Offline
Activity: 51
Merit: 0
|
|
June 20, 2013, 01:52:44 PM |
|
Anyone gotten this working under windows.
I get this error:
Traceback (most recent call last): File "cryptoSwitcher.py", line 13, in <module> from PyCryptsy import PyCryptsy File "./PyCryptsy/PyCryptsy.py", line 25, in <module> import pycurl ImportError: No module named pycurl
I have tried to install pycurl, but I keep getting errors, is there anyone that has a curl (that pycurl works with) that will share ?
|
|
|
|
salfter
|
|
June 20, 2013, 04:00:13 PM Last edit: June 20, 2013, 04:33:18 PM by salfter |
|
Anyone gotten this working under windows.
I get this error:
Traceback (most recent call last): File "cryptoSwitcher.py", line 13, in <module> from PyCryptsy import PyCryptsy File "./PyCryptsy/PyCryptsy.py", line 25, in <module> import pycurl ImportError: No module named pycurl
I have tried to install pycurl, but I keep getting errors, is there anyone that has a curl (that pycurl works with) that will share ?
I usually work with Linux, but am working on getting Python on Windows to the point where it'll run CryptoSwitcher. In the meantime, you might give the PyCurl builds on this page a shot: http://www.lfd.uci.edu/~gohlke/pythonlibs/Edit: Confirmed working with the following configuration on Windows 7 Professional for AMD64: Python 2.7.5 (install with default options) http://www.python.org/download/releases/2.7.5/setuptools https://pypi.python.org/pypi/setuptools/0.7.4#windows open administrator command prompt, then install with pip, PyCurl, NumPy, simplejson http://www.lfd.uci.edu/~gohlke/pythonlibs/ Make sure c:\Python27 and c:\Python27\Scripts are in your PATH, then open an administrator command prompt and install beautifulsoup4: pip install beautifulsoup4 urllib2 appears to be part of the base Python install, so with everything above installed, CryptoSwitcher should fire up.
|
|
|
|
evilscoop
|
|
June 20, 2013, 04:02:09 PM |
|
nice, ill have to try this on the pi
|
|
|
|
jgm_coin
|
|
June 20, 2013, 05:47:03 PM |
|
To the author: these dependencies are not clear from your github - please update when you have time
|
|
|
|
salfter
|
|
June 20, 2013, 07:23:24 PM |
|
Now that I have CryptoSwitcher running on Windows, I have it set up for altcoin mining with my Jalapeños. Altcoin mining with ASICs is a bit more limited as not many of them use the same sha256d proof-of-work as Bitcoin, but I have CryptoSwitcher set up to switch between Bitcoin and Freicoin. Terracoin and PPCoin might also be worth setting up. I had my Jalapeños aimed at Coinotron's FRC pool for an hour or so this morning for testing...kicked their hashrate up by 50% and found a block.
|
|
|
|
heartofalion
Newbie
Offline
Activity: 19
Merit: 0
|
|
June 20, 2013, 08:37:42 PM |
|
Salfter, mine is up and running on windows but the auto sell function doesnt seem to be working. I have PyCrptsy.py in the appropriate folder and have put my api keys in the config file and set the ones i want to sell to true, although it doesnt seem to be selling? Is there a certain amount of coins you need before it will sell? Or am i missing something.
Thanks!
|
|
|
|
Jazkal
|
|
June 20, 2013, 08:47:54 PM |
|
Now that I have CryptoSwitcher running on Windows, I have it set up for altcoin mining with my Jalapeños. Altcoin mining with ASICs is a bit more limited as not many of them use the same sha256d proof-of-work as Bitcoin, but I have CryptoSwitcher set up to switch between Bitcoin and Freicoin. Terracoin and PPCoin might also be worth setting up. I had my Jalapeños aimed at Coinotron's FRC pool for an hour or so this morning for testing...kicked their hashrate up by 50% and found a block. Jumping between coins, I found that you need to find a PPS pool, or mine solo. Just an FYI. For the lower hash diff CrapCoins out there, it isn't as important, but you won't be mining those with the Japs.
|
|
|
|
Jazkal
|
|
June 20, 2013, 08:49:52 PM Last edit: June 21, 2013, 05:17:54 AM by Jazkal |
|
After adding in the pycurl mentioned in an above post I was able to verify that the BTC-e and Cryptsy trading is working.
|
|
|
|
salfter
|
|
June 20, 2013, 09:09:55 PM |
|
Salfter, mine is up and running on windows but the auto sell function doesnt seem to be working. I have PyCrptsy.py in the appropriate folder and have put my api keys in the config file and set the ones i want to sell to true, although it doesnt seem to be selling? Is there a certain amount of coins you need before it will sell? Or am i missing something.
Thanks!
I was able to get the auto switching working with LittleDigger's guide. But I never got the auto selling features to work on Windows. Has anyone else gotten that to work on Windows? I've not had it on altcoins long enough for it to kick in, though it just switched over to Terracoin a bit ago. We'll see what happens over the next several hours or so.
|
|
|
|
Jazkal
|
|
June 21, 2013, 05:16:20 AM |
|
Did this one not have what you need?
|
|
|
|
jgm_coin
|
|
June 21, 2013, 04:22:33 PM |
|
After adding in the pycurl mentioned in an above post I was able to verify that the BTC-e and Cryptsy trading is working.
I did have successful cryptsy trading but the software crashes if it can't access cryptsy when the site is down for any reason. I'm going to try to fix this.
|
|
|
|
Mr.V
|
|
June 22, 2013, 11:43:40 PM |
|
Now that I have CryptoSwitcher running on Windows, I have it set up for altcoin mining with my Jalapeños. Altcoin mining with ASICs is a bit more limited as not many of them use the same sha256d proof-of-work as Bitcoin, but I have CryptoSwitcher set up to switch between Bitcoin and Freicoin. Terracoin and PPCoin might also be worth setting up. I had my Jalapeños aimed at Coinotron's FRC pool for an hour or so this morning for testing...kicked their hashrate up by 50% and found a block. Jumping between coins, I found that you need to find a PPS pool, or mine solo. Just an FYI. For the lower hash diff CrapCoins out there, it isn't as important, but you won't be mining those with the Japs. What happens if your not on a PPS pool when constantly switching between coins? do you not get paid for what you put in?
|
BTC:1NwEE7C2hVLSNGwSrFvsYgTrKddCvfhRwY
|
|
|
|