salfter
|
|
July 29, 2013, 05:42:51 AM |
|
Few days not work CryptoSwitcher with Cryptsy API, its problem with CryptoSwitcher or Cryptsy? (get coin rates)
It's been working for me. Cryptsy had some DDoS problems a few days ago that could crash CryptoSwitcher, but I committed some changes to PyCryptsy to make it more resilient. You might want to make sure you're using the latest code.
|
|
|
|
Gorets
Newbie
Offline
Activity: 57
Merit: 0
|
|
July 29, 2013, 02:52:14 PM |
|
I have last version, if i use source cryptoswitcher/cryptsy i have: <<< Round 1 >>> time: 2013-07-29 17:51:28 getting data... done comparing profitabilty... ------------------------------------ PPCoin: 0 (fee: 0, src: --) Doubloons: 0 (fee: 0, src: --) Bitbar: 0 (fee: 0, src: --) Bytecoin: 0 (fee: 0, src: --) Bitcoin: 100 (fee: 0, src: --) Argentum: 0 (fee: 0, src: --) Phenixcoin: 0 (fee: 0, src: --) Mincoin: 0 (fee: 0, src: --) Freicoin: 0 (fee: 0, src: --) BBQCoin: 0 (fee: 0, src: --) Franko: 0 (fee: 0, src: --) Elacoin: 0 (fee: 0, src: --) RoyalCoin: 0 (fee: 0, src: --) Feathercoin: 0 (fee: 0, src: --) CHNCoin: 0 (fee: 0, src: --) Luckycoin: 0 (fee: 0, src: --) Nibble: 0 (fee: 0, src: --) YaCoin: 0 (fee: 0, src: --) DigitalCoin: 0 (fee: 0, src: --) Megacoin: 0 (fee: 0, src: --) Memecoin: 0 (fee: 0, src: --) AmericanCoin: 0 (fee: 0, src: --) Worldcoin: 0 (fee: 0, src: --) NovaCoin: 0 (fee: 0, src: --) Powercoin: 0 (fee: 0, src: --) Junkcoin: 0 (fee: 0, src: --) Hypercoin: 0 (fee: 0, src: --) Bottlecap: 0 (fee: 0, src: --) GLDCoin: 0 (fee: 0, src: --) Devcoin: 0 (fee: 0, src: --) Litecoin: 0 (fee: 0, src: --) Fastcoin: 0 (fee: 0, src: --) IXCoin: 0 (fee: 0, src: --) NameCoin: 0 (fee: 0, src: --) ------------------------------------ => Best: 100, mining Bitcoin
few days ago worked normal.
|
|
|
|
sal002
|
|
July 29, 2013, 04:15:48 PM |
|
Cryptsy changes the URL for their API. I wonder if that needs to change.
|
|
|
|
salfter
|
|
July 31, 2013, 05:29:26 AM |
|
I have last version, if i use source cryptoswitcher/cryptsy i have:
I see...I've been using coinchoose as the data source. Cryptsy changed its public API URL, and it's also necessary to filter out *->LTC pairings from the returned data. I've made the appropriate changes and put them up on GitHub.
|
|
|
|
digeros
|
|
August 06, 2013, 03:23:25 AM |
|
I have last version, if i use source cryptoswitcher/cryptsy i have: <<< Round 1 >>> time: 2013-07-29 17:51:28 getting data... done comparing profitabilty... ------------------------------------ PPCoin: 0 (fee: 0, src: --) Doubloons: 0 (fee: 0, src: --) Bitbar: 0 (fee: 0, src: --) Bytecoin: 0 (fee: 0, src: --) Bitcoin: 100 (fee: 0, src: --) Argentum: 0 (fee: 0, src: --) Phenixcoin: 0 (fee: 0, src: --) Mincoin: 0 (fee: 0, src: --) Freicoin: 0 (fee: 0, src: --) BBQCoin: 0 (fee: 0, src: --) Franko: 0 (fee: 0, src: --) Elacoin: 0 (fee: 0, src: --) RoyalCoin: 0 (fee: 0, src: --) Feathercoin: 0 (fee: 0, src: --) CHNCoin: 0 (fee: 0, src: --) Luckycoin: 0 (fee: 0, src: --) Nibble: 0 (fee: 0, src: --) YaCoin: 0 (fee: 0, src: --) DigitalCoin: 0 (fee: 0, src: --) Megacoin: 0 (fee: 0, src: --) Memecoin: 0 (fee: 0, src: --) AmericanCoin: 0 (fee: 0, src: --) Worldcoin: 0 (fee: 0, src: --) NovaCoin: 0 (fee: 0, src: --) Powercoin: 0 (fee: 0, src: --) Junkcoin: 0 (fee: 0, src: --) Hypercoin: 0 (fee: 0, src: --) Bottlecap: 0 (fee: 0, src: --) GLDCoin: 0 (fee: 0, src: --) Devcoin: 0 (fee: 0, src: --) Litecoin: 0 (fee: 0, src: --) Fastcoin: 0 (fee: 0, src: --) IXCoin: 0 (fee: 0, src: --) NameCoin: 0 (fee: 0, src: --) ------------------------------------ => Best: 100, mining Bitcoin
few days ago worked normal.
THis looks like a great tool but can I configure it to only mine the Coins I am interested in (ie. Bitcoin vs. Bitbar vs. NameCoin vs AnonCoin vs PhilosopherStones (once on an exchange))
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
August 26, 2013, 09:09:20 PM |
|
Is there a precompiled version so i dont have to crawl through all this linux things? Or maybe a tutorial how to build? With dependencies alone i wont get a result.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
salfter
|
|
August 27, 2013, 12:33:56 AM |
|
Is there a precompiled version so i dont have to crawl through all this linux things? Or maybe a tutorial how to build? With dependencies alone i wont get a result.
CryptoSwitcher itself is written in Python; there's nothing to compile. A short while back, I had it running on Windows and (IIRC) didn't have to compile anything to get its dependencies set up either. Just make sure you're using Python 2.7, not 3.x.
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
August 27, 2013, 12:03:58 PM |
|
Is there a precompiled version so i dont have to crawl through all this linux things? Or maybe a tutorial how to build? With dependencies alone i wont get a result.
CryptoSwitcher itself is written in Python; there's nothing to compile. A short while back, I had it running on Windows and (IIRC) didn't have to compile anything to get its dependencies set up either. Just make sure you're using Python 2.7, not 3.x. Thanks. Is cryptoswitcher still rewarding for ASIC-User? I see a big list of scrypt coins but only one coint better than bitcoin and this coin lost half of its advantage the last day. So would it be worth the effort for me yet? I now mine at bitparking.com and get 2% more in total because of merged mining.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
area (OP)
|
|
August 27, 2013, 12:53:05 PM |
|
To be honest, most users will see the same return with a much lower effort to set up by using middlecoin.com.
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
August 27, 2013, 02:17:37 PM |
|
To be honest, most users will see the same return with a much lower effort to set up by using middlecoin.com.
Is middlecoin for ASIC-User too? I have read that multipool and middlecoin thought about it but when i read on their websites i only see scrypt mining.
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
cyclops
Legendary
Offline
Activity: 1162
Merit: 1001
|
|
August 27, 2013, 02:28:58 PM |
|
Ill test it out, seems interesting.
|
|
|
|
juve4v
|
|
August 27, 2013, 02:31:36 PM |
|
Scrypt mining only for middlecoin, but I bet we will see a lot of new sha256 coins in the next months
|
|
|
|
sal002
|
|
August 27, 2013, 02:39:47 PM |
|
To be honest, most users will see the same return with a much lower effort to set up by using middlecoin.com.
I think Middlecoin (and Multipool) have their place, but the nice thing about CrytpoSwitcher is you can alter the code to mine the second / third most profitable and not be subject to the market / depth risk associated with mining the top coin.
|
|
|
|
juve4v
|
|
August 27, 2013, 03:06:08 PM |
|
To be honest, most users will see the same return with a much lower effort to set up by using middlecoin.com.
I think Middlecoin (and Multipool) have their place, but the nice thing about CrytpoSwitcher is you can alter the code to mine the second / third most profitable and not be subject to the market / depth risk associated with mining the top coin. Have you tried cgwatcher ?
|
|
|
|
sal002
|
|
August 27, 2013, 03:13:32 PM |
|
To be honest, most users will see the same return with a much lower effort to set up by using middlecoin.com.
I think Middlecoin (and Multipool) have their place, but the nice thing about CrytpoSwitcher is you can alter the code to mine the second / third most profitable and not be subject to the market / depth risk associated with mining the top coin. Have you tried cgwatcher ? Isn't that for Windows?
|
|
|
|
juve4v
|
|
August 27, 2013, 03:15:27 PM |
|
Does it matter the color of money to you ?
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
August 27, 2013, 05:31:33 PM |
|
So there is no pool for sha256 yet? Only possibility would be using cryptoswitcher. But is it rewarding at all for sha256?
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
salfter
|
|
August 28, 2013, 03:19:26 PM |
|
So there is no pool for sha256 yet? Only possibility would be using cryptoswitcher. But is it rewarding at all for sha256?
Freicoin and Zetacoin have blipped above Bitcoin recently, sometimes by a considerable margin. I have a couple of Jalapeños mining through CryptoSwitcher.
|
|
|
|
SebastianJu
Legendary
Offline
Activity: 2674
Merit: 1083
Legendary Escrow Service - Tip Jar in Profile
|
|
August 28, 2013, 06:45:45 PM |
|
So there is no pool for sha256 yet? Only possibility would be using cryptoswitcher. But is it rewarding at all for sha256?
Freicoin and Zetacoin have blipped above Bitcoin recently, sometimes by a considerable margin. I have a couple of Jalapeños mining through CryptoSwitcher. I watched zetacoin too... but i saw it lost its better position in hours up to the level of bitcoin mining. Thats why im wondering if its worth the effort...
|
Please ALWAYS contact me through bitcointalk pm before sending someone coins.
|
|
|
salfter
|
|
August 29, 2013, 04:32:36 AM |
|
Is cryptoswitcher still rewarding for ASIC-User? I see a big list of scrypt coins but only one coint better than bitcoin and this coin lost half of its advantage the last day. So would it be worth the effort for me yet? I now mine at bitparking.com and get 2% more in total because of merged mining.
I've only had my Jalapeños on it since this morning, but it's already reporting a median ~150% return for the Zetacoin mining it's done.
|
|
|
|
|