Pages:
Author

Topic: [ANN] Miner Control 1.6.1 - Auto profit switching miner controller - page 29. (Read 164300 times)

hero member
Activity: 750
Merit: 500
It looks like ffpool and hashpower have changed their price reporting for Actual_last24h in the API from the original YAAMP code. This change ONLY affects pricemode = 2 and while I have a fix that I am testing, I recommend not using that pricemode until I can verify with the pools that the change is intended and not just a temporary bug.

pricemode = 0 or pricemode = 1 are not affected and will still report correct values.
hero member
Activity: 750
Merit: 500
pricemode = 2 give some values that are hundreds times more than those with pricemode = 1 or 0

Working on it, thanks Smiley

hero member
Activity: 698
Merit: 500
pricemode = 2 give some values that are hundreds times more than those with pricemode = 1 or 0
full member
Activity: 138
Merit: 100

Thank you Fuzzbawls, and as always KBomba and StuffOfInterest

+1
full member
Activity: 169
Merit: 100
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

If you are capable of compiling Miner Control yourself, it isn't really too difficult to add your choice of YAAMP clone (with the exception of YIIMP, due to no auto-conversion). I've modified KBomba's fork and have FFPool, Hashpower, and (very) basic YIIMP support.
Would you mind sharing your version? Maybe even make a pull request for StuffOfInterest or KBomba?

Here is a build of KBomba's latest 1.6.4 fork that I added support for Hashpower and FFPool to. As stated, there is also VERY basic support for YIIMP*. I have also included a sample config file (MinerControl.sample.conf). Recommended that you read over my sample and make adjustments to your own config as necessary. Also, there are no miners included in this zip, JUST the MinerControl exe and sample conf. You can drop both files into your existing MinerControl folder after renaming your original exe.

I'll see if I can get a pull request over to KBomba's fork on github later today.

https://www.dropbox.com/s/jskannpp9d9uxqn/MinerControl.zip?dl=0

*Due to the modifications to YIIMP, and the way MinerControl is coded, this "Pool" would require extensive re-coding to fully implement. As YIIMP is designed to be a test bed, I'm not sure it would be worth the time to fully code support for MinerControl.

I haven't made any changes to the donation addresses or settings in my build, but if you would like to donate anything I'll gladly accept any donations at the following BTC address: 1C5X7k7gt9KteVaWrfp1nN8MguivTK2S1X

Thank you Fuzzbawls, and as always KBomba and StuffOfInterest
hero member
Activity: 750
Merit: 500
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

If you are capable of compiling Miner Control yourself, it isn't really too difficult to add your choice of YAAMP clone (with the exception of YIIMP, due to no auto-conversion). I've modified KBomba's fork and have FFPool, Hashpower, and (very) basic YIIMP support.
Would you mind sharing your version? Maybe even make a pull request for StuffOfInterest or KBomba?

Here is a build of KBomba's latest 1.6.4 fork that I added support for Hashpower and FFPool to. As stated, there is also VERY basic support for YIIMP*. I have also included a sample config file (MinerControl.sample.conf). Recommended that you read over my sample and make adjustments to your own config as necessary. Also, there are no miners included in this zip, JUST the MinerControl exe and sample conf. You can drop both files into your existing MinerControl folder after renaming your original exe.

I'll see if I can get a pull request over to KBomba's fork on github later today.

https://www.dropbox.com/s/jskannpp9d9uxqn/MinerControl.zip?dl=0

*Due to the modifications to YIIMP, and the way MinerControl is coded, this "Pool" would require extensive re-coding to fully implement. As YIIMP is designed to be a test bed, I'm not sure it would be worth the time to fully code support for MinerControl.

I haven't made any changes to the donation addresses or settings in my build, but if you would like to donate anything I'll gladly accept any donations at the following BTC address: 1C5X7k7gt9KteVaWrfp1nN8MguivTK2S1X
newbie
Activity: 11
Merit: 0
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

If you are capable of compiling Miner Control yourself, it isn't really too difficult to add your choice of YAAMP clone (with the exception of YIIMP, due to no auto-conversion). I've modified KBomba's fork and have FFPool, Hashpower, and (very) basic YIIMP support.

What did you do for yiimp,  I was debating just adding 1 algorithm to watch for on it,  like setting up 1 service per also.

Added hashpower to mine as well,  next goal is mining pool hub.
full member
Activity: 139
Merit: 100
It seems that Hamsterpool is closing too.

One by one, the pools are going away.  Sad

Can't say I'll miss them. I spent some time writing them feedback about why their pool didn't achieve its goal and advice to improve it, their response was to delete my comment...

On a happier note, YAAMP's death has sprouted 3 clones for now (maybe more are coming?). This could be very good news: several multipools, all with public APIs, competing against each other with low fees and new coins. Interesting times :-)
full member
Activity: 139
Merit: 100
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

If you are capable of compiling Miner Control yourself, it isn't really too difficult to add your choice of YAAMP clone (with the exception of YIIMP, due to no auto-conversion). I've modified KBomba's fork and have FFPool, Hashpower, and (very) basic YIIMP support.
Would you mind sharing your version? Maybe even make a pull request for StuffOfInterest or KBomba?
hero member
Activity: 750
Merit: 500
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

If you are capable of compiling Miner Control yourself, it isn't really too difficult to add your choice of YAAMP clone (with the exception of YIIMP, due to no auto-conversion). I've modified KBomba's fork and have FFPool, Hashpower, and (very) basic YIIMP support.
newbie
Activity: 11
Merit: 0
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.

The way the code is setup,  each clone would have to be entered.   I got ffpool up and running on my own compiled version.
full member
Activity: 138
Merit: 100
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.

KBomba or StuffOfInterest:  Will/Could anyone of you update MinerControl so that it could be used with the different yaamp clones?  That would be awesome!  Smiley

I know it might be a big job to do, especially with families and a day job, etc.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub

Nope. I told them before that ain't gonna cut it. I just need an API that gives me the profit in BTC/MH/Day per algo in one simple overview. Not a huge list with every single coin in it...
I don't have much time anymore tbh, but I won't add them at all if they can't do this Tongue Maybe if StuffOfInterest has some interest *cough* ^^"

I contacted miningpoolhub support to join us here. Hopefully they will...



Oh didn't know that Bombadil wanted that kind of API.
And thank you, jch9678 for contacting.

Made a new API just few minutes ago.
http://miningpoolhub.com/index.php?page=api&action=getautoswitchingandprofitsstatistics

It shows BTC/GH/Day as "profit" field instead of BTC/MH/Day currently.
I'll add new field if you want BTC/MH/Day.

Please add miningpoolhub to Miner Control.
Thanks.
full member
Activity: 169
Merit: 100

Nope. I told them before that ain't gonna cut it. I just need an API that gives me the profit in BTC/MH/Day per algo in one simple overview. Not a huge list with every single coin in it...
I don't have much time anymore tbh, but I won't add them at all if they can't do this Tongue Maybe if StuffOfInterest has some interest *cough* ^^"

I contacted miningpoolhub support to join us here. Hopefully they will...
full member
Activity: 139
Merit: 100
Any plans on adding the YAAMP clones that are popping up?
Should be pretty easy since they expose the same API.
hero member
Activity: 644
Merit: 500

Nope. I told them before that ain't gonna cut it. I just need an API that gives me the profit in BTC/MH/Day per algo in one simple overview. Not a huge list with every single coin in it...
I don't have much time anymore tbh, but I won't add them at all if they can't do this Tongue Maybe if StuffOfInterest has some interest *cough* ^^"
sr. member
Activity: 401
Merit: 250
API for current pricing per algorithm?
full member
Activity: 169
Merit: 100
It seems that Hamsterpool is closing too.

One by one, the pools are going away.  Sad

For MinerControl, there's only Nice/Westhash, LTCRabbit and WePayBTC left.

The mining landscape is not the Klondike goldrush it used to be, and it will soon look like the Sahara Desert!

Just received the notifications from them.  Another one gone.  I haven't been watching too close lately but it doesn't appear any new, big pools are coming online.  NiceHash is going to pretty much own the market going forward from the looks of things.

What about adding https://miningpoolhub.com/

Is it compatible?
sr. member
Activity: 401
Merit: 250
It seems that Hamsterpool is closing too.

One by one, the pools are going away.  Sad

For MinerControl, there's only Nice/Westhash, LTCRabbit and WePayBTC left.

The mining landscape is not the Klondike goldrush it used to be, and it will soon look like the Sahara Desert!

Just received the notifications from them.  Another one gone.  I haven't been watching too close lately but it doesn't appear any new, big pools are coming online.  NiceHash is going to pretty much own the market going forward from the looks of things.
Pages:
Jump to: