Pages:
Author

Topic: [ANN] CryptoSwitcher - Automatically mine the best coin. - page 11. (Read 95412 times)

sr. member
Activity: 369
Merit: 250
This is so awesome!!  Grin

Really can't wait for my rig to arrive now.
sr. member
Activity: 658
Merit: 250
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? Grin

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?
full member
Activity: 177
Merit: 100
Again, thanks to a CoinChoose update, MinCoin has now joined the party.
newbie
Activity: 37
Merit: 0
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.
full member
Activity: 177
Merit: 100
Feathercoin now supported for those using CoinChoose.
full member
Activity: 177
Merit: 100
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
    import numpy as np
  File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\numpy\__init__.py", line
 127, in
    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?
newbie
Activity: 17
Merit: 0
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
    import numpy as np
  File "C:\Users\Daniel\Documents\GitHub\CryptoSwitcher\numpy\__init__.py", line
 127, in
    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!
full member
Activity: 177
Merit: 100
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?
newbie
Activity: 17
Merit: 0
Could anyone help me with setting it up?
I can't find the dependencies and where to put them
full member
Activity: 177
Merit: 100
Anyone interested in making a Cryptonit API wrapper for Python? Smiley
hero member
Activity: 490
Merit: 500
Yes - there is one at cryponit.  See my site (in my signature).
legendary
Activity: 2156
Merit: 1018
Buzz App - Spin wheel, farm rewards
Sweet app, nice work... !

Btw, are there any Freicoin exchanges though? I haven't come across this coin much. .. 
hero member
Activity: 490
Merit: 500
full member
Activity: 177
Merit: 100
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... Smiley
hero member
Activity: 490
Merit: 500
Bounty for anyone that gets this to work with Vircurex to automatically convert back to BTC...
hero member
Activity: 490
Merit: 500

I'd think so, as long as you install python (which might already be installed in BAMT).
newbie
Activity: 23
Merit: 0
Looks neat, will try whenever I get home.
full member
Activity: 177
Merit: 100
It would be nice if you included a pool failover for each coin.

For example if the profitability was showing litecoin and my rigs switched to that, then if a pool is dead / failing, the rig will switch pools.

Agreed, I've been thinking about this too and looking into the CGminer API. For now, I can only recommend you have backup pools in your CGminer configuration files, but I realise that for the more exotic coins that's probably easier said than done.

It can be done. I have seen pool switching scripts - Allow your users to update a single config file:

Litecoin Pools:
pool1 - notroll.in -u -p
pool2 - etc etc

Bitcoin Pools:

etc etc...

Following simple logic, allow a user to update his config with all pools he wants - then set triggers

example:

failconnect () //if failure to connect after 60 seconds, switch pool
highstale () //if high stale rate then drop pool

Thoughts?

I would prefer to keep that sort of configuration in the CGminer config files that people probably already have. In addition, you have to restart CGminer to switch from an Scrypt coin to a SHA256 coin, unless I'm missing something drastic in the API, so this is unable to be done purely with a single CGminer instance and the API. I think I know how I want to approach this.
newbie
Activity: 53
Merit: 0
It would be nice if you included a pool failover for each coin.

For example if the profitability was showing litecoin and my rigs switched to that, then if a pool is dead / failing, the rig will switch pools.

Agreed, I've been thinking about this too and looking into the CGminer API. For now, I can only recommend you have backup pools in your CGminer configuration files, but I realise that for the more exotic coins that's probably easier said than done.

It can be done. I have seen pool switching scripts - Allow your users to update a single config file:

Litecoin Pools:
pool1 - notroll.in -u -p
pool2 - etc etc

Bitcoin Pools:

etc etc...

Following simple logic, allow a user to update his config with all pools he wants - then set triggers

example:

failconnect () //if failure to connect after 60 seconds, switch pool
highstale () //if high stale rate then drop pool

Thoughts?
Pages:
Jump to: