Author

Topic: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin. - page 242. (Read 487803 times)

sr. member
Activity: 465
Merit: 252
Using the data from the Mining Pool Hub API, how do I calculate my daily estimated profitability for a specific algo.  I can get my current hashrate, and I can get the profitability data, but I just cant figure out the math.  

So, for example, my profitability for Ethereum-Classic might be 65972.226 (or 65.97 MH/s).  Here is the API response for that algo.  

Code:
{
"coin_name": "ethereum-classic",
"host": "us-east.ethash-hub.miningpoolhub.com",
"host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"port": 20555,
"direct_mining_host": "us-east.ethash-hub.miningpoolhub.com",
"direct_mining_host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"direct_mining_algo_port": 17020,
"algo": "Ethash",
"normalized_profit": 1.73463536,
"profit": 0.06938541,
"pool_hash": "304.93G",
"net_hash": "1.97T",
"difficulty": 27502848833319,
"reward": 5,
"time_since_last_block": 90,
"time_since_last_block_in_words": "1m ago",
"bittrex_buy_price": 0.0045397093413139,
"cryptsy_buy_price": 0,
"yobit_buy_price": 0,
"poloniex_buy_price": 0.004430807656585,
"highest_buy_price": 0.0045397093413139
},


Multiply 0.06938541 by your hashrate in gh/s

I recommend MultiPoolMiner for profit monitoring.

Thanks!  So if I multiply the profitability by (the current hashrate / 1,000,000) for each coin, and sum them all up, that should give me an estimated daily income in BTC, right?

I actually am using MultiPoolMiner.  I just want something to monitor the machine externally in the event that either the software or the computer goes down.  I also want something that's accessible from my phone.  I'm just writing a quick python script to do the monitoring.  

To access my miner from my Android phone I use Google Remote Desktop, first download the app from the app store then install on your miner...super easy and works great.
newbie
Activity: 4
Merit: 0
Using the data from the Mining Pool Hub API, how do I calculate my daily estimated profitability for a specific algo.  I can get my current hashrate, and I can get the profitability data, but I just cant figure out the math.  

So, for example, my profitability for Ethereum-Classic might be 65972.226 (or 65.97 MH/s).  Here is the API response for that algo.  

Code:
{
"coin_name": "ethereum-classic",
"host": "us-east.ethash-hub.miningpoolhub.com",
"host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"port": 20555,
"direct_mining_host": "us-east.ethash-hub.miningpoolhub.com",
"direct_mining_host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"direct_mining_algo_port": 17020,
"algo": "Ethash",
"normalized_profit": 1.73463536,
"profit": 0.06938541,
"pool_hash": "304.93G",
"net_hash": "1.97T",
"difficulty": 27502848833319,
"reward": 5,
"time_since_last_block": 90,
"time_since_last_block_in_words": "1m ago",
"bittrex_buy_price": 0.0045397093413139,
"cryptsy_buy_price": 0,
"yobit_buy_price": 0,
"poloniex_buy_price": 0.004430807656585,
"highest_buy_price": 0.0045397093413139
},


Multiply 0.06938541 by your hashrate in gh/s

I recommend MultiPoolMiner for profit monitoring.

Thanks!  So if I multiply the profitability by (the current hashrate / 1,000,000) for each coin, and sum them all up, that should give me an estimated daily income in BTC, right?

I actually am using MultiPoolMiner.  I just want something to monitor the machine externally in the event that either the software or the computer goes down.  I also want something that's accessible from my phone.  I'm just writing a quick python script to do the monitoring.  
sr. member
Activity: 476
Merit: 250
Using the data from the Mining Pool Hub API, how do I calculate my daily estimated profitability for a specific algo.  I can get my current hashrate, and I can get the profitability data, but I just cant figure out the math. 

So, for example, my profitability for Ethereum-Classic might be 65972.226 (or 65.97 MH/s).  Here is the API response for that algo. 

Code:
	{
"coin_name": "ethereum-classic",
"host": "us-east.ethash-hub.miningpoolhub.com",
"host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"port": 20555,
"direct_mining_host": "us-east.ethash-hub.miningpoolhub.com",
"direct_mining_host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"direct_mining_algo_port": 17020,
"algo": "Ethash",
"normalized_profit": 1.73463536,
"profit": 0.06938541,
"pool_hash": "304.93G",
"net_hash": "1.97T",
"difficulty": 27502848833319,
"reward": 5,
"time_since_last_block": 90,
"time_since_last_block_in_words": "1m ago",
"bittrex_buy_price": 0.0045397093413139,
"cryptsy_buy_price": 0,
"yobit_buy_price": 0,
"poloniex_buy_price": 0.004430807656585,
"highest_buy_price": 0.0045397093413139
},


Multiply 0.06938541 by your hashrate in gh/s

I recommend MultiPoolMiner for profit monitoring.
newbie
Activity: 4
Merit: 0
Using the data from the Mining Pool Hub API, how do I calculate my daily estimated profitability for a specific algo.  I can get my current hashrate, and I can get the profitability data, but I just cant figure out the math. 

So, for example, my profitability for Ethereum-Classic might be 65972.226 (or 65.97 MH/s).  Here is the API response for that algo. 

Code:
	{
"coin_name": "ethereum-classic",
"host": "us-east.ethash-hub.miningpoolhub.com",
"host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"port": 20555,
"direct_mining_host": "us-east.ethash-hub.miningpoolhub.com",
"direct_mining_host_list": "us-east.ethash-hub.miningpoolhub.com;asia.ethash-hub.miningpoolhub.com;europe.ethash-hub.miningpoolhub.com",
"direct_mining_algo_port": 17020,
"algo": "Ethash",
"normalized_profit": 1.73463536,
"profit": 0.06938541,
"pool_hash": "304.93G",
"net_hash": "1.97T",
"difficulty": 27502848833319,
"reward": 5,
"time_since_last_block": 90,
"time_since_last_block_in_words": "1m ago",
"bittrex_buy_price": 0.0045397093413139,
"cryptsy_buy_price": 0,
"yobit_buy_price": 0,
"poloniex_buy_price": 0.004430807656585,
"highest_buy_price": 0.0045397093413139
},
sr. member
Activity: 476
Merit: 250
When using multiPoolMiner, does anyone know if it's possible to throttle mining?  Either by running all of the the GPU's at 50% GPU capacity or by only running 3/6 GPU's.  My house gets a little hot in the warm months and I want to temporarily throttle the rig.  Thanks!

There isn't an option for that at the moment. You could edit the commands in the files in the folder called 'miners'.

I think the easiest option in your case though would be to just disable them in device manager.
newbie
Activity: 4
Merit: 0
When using multiPoolMiner, does anyone know if it's possible to throttle mining?  Either by running all of the the GPU's at 50% GPU capacity or by only running 3/6 GPU's.  My house gets a little hot in the warm months and I want to temporarily throttle the rig.  Thanks!
sr. member
Activity: 703
Merit: 272
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

Great! All that drama Nicehash creates, eh? Couldn't you just prompt the users to download it? You wouldn't make them to do anything, they type yes or so and agree to legal stuff and bang.

That would make sense with a normal company but NiceHash would most likely complain still and threaten legal action.

i just deleted the nicehash miners completely from the miner folders.. they weren't faster than the other miners and they created more problems than they were worth.
sr. member
Activity: 703
Merit: 272
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

I've already got all the Micorsoft downloads mentioned above installed, but to be safe I'll delete & re-install them.
I'll give MultiPoolMiner V2.5.2 a go and see what happens; it may be a couple of days before I can do this - my Windows 10 PC just blew up as I was writing this so it will need fixing.

Thanks,
CMB.

Oh dear, I hope it's not too serious. If you get it up and running again feel free to post any issues on GitHub.

but he was able to finish writing...  Cheesy Cheesy Cheesy
sr. member
Activity: 476
Merit: 250
Is it possible to set a specific coin to ignore autoexchange? I'd like to keep mining eth but autoexchange all other coins to btc.

No sorry but features like this have been discussed in the forum and MiningPoolHub may implement something to achieve this in the future.
member
Activity: 413
Merit: 17
Is it possible to set a specific coin to ignore autoexchange? I'd like to keep mining eth but autoexchange all other coins to btc.
sr. member
Activity: 476
Merit: 250
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

I've already got all the Micorsoft downloads mentioned above installed, but to be safe I'll delete & re-install them.
I'll give MultiPoolMiner V2.5.2 a go and see what happens; it may be a couple of days before I can do this - my Windows 10 PC just blew up as I was writing this so it will need fixing.

Thanks,
CMB.

Oh dear, I hope it's not too serious. If you get it up and running again feel free to post any issues on GitHub.
sr. member
Activity: 574
Merit: 261
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

I've already got all the Micorsoft downloads mentioned above installed, but to be safe I'll delete & re-install them.
I'll give MultiPoolMiner V2.5.2 a go and see what happens; it may be a couple of days before I can do this - my Windows 10 PC just blew up as I was writing this so it will need fixing.

Thanks,
CMB.
sr. member
Activity: 476
Merit: 250
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

Great! All that drama Nicehash creates, eh? Couldn't you just prompt the users to download it? You wouldn't make them to do anything, they type yes or so and agree to legal stuff and bang.

That would make sense with a normal company but NiceHash would most likely complain still and threaten legal action.

They do the same thing with the Nicehash miner.

I may revisit it at some point; just move on for now but I will be integrating it's API more.
full member
Activity: 304
Merit: 100
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

Great! All that drama Nicehash creates, eh? Couldn't you just prompt the users to download it? You wouldn't make them to do anything, they type yes or so and agree to legal stuff and bang.

That would make sense with a normal company but NiceHash would most likely complain still and threaten legal action.

They do the same thing with the Nicehash miner.
sr. member
Activity: 476
Merit: 250
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

Great! All that drama Nicehash creates, eh? Couldn't you just prompt the users to download it? You wouldn't make them to do anything, they type yes or so and agree to legal stuff and bang.

That would make sense with a normal company but NiceHash would most likely complain still and threaten legal action.
full member
Activity: 304
Merit: 100
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues

Great! All that drama Nicehash creates, eh? Couldn't you just prompt the users to download it? You wouldn't make them to do anything, they type yes or so and agree to legal stuff and bang.
sr. member
Activity: 476
Merit: 250
I have published a new release and removed the link to the excavator miner binaries: https://github.com/aaronsace/MultiPoolMiner/releases
NiceHash permit you to download excavator yourself should you wish to use it with MultiPoolMiner.

Please also note:-
If you have Windows 7, please update PowerShell:
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You may need the C++ redistributables if you don't already have ithem
https://www.microsoft.com/en-gb/download/details.aspx?id=40784
https://www.microsoft.com/en-us/download/details.aspx?id=48145

Please submit bugs and feature requests in the 'issues' section: https://github.com/aaronsace/MultiPoolMiner/issues
legendary
Activity: 1510
Merit: 1003
2 miningpoolhub

Any way or chance that you will add ability to set fixed diff on skein and other algos?

Why do you need fixed diff? Is there any special reason for it?
It maybe inefficient for client and pool both and vulnerable to low diff attacks.
you can set minimum allowed diff against low diff attacks.
I'm mining skein with my 4xgtx1070 rig and vardiff is doing very bad - it always change diff, often setting to impossible high values.
Also the start is the pain and with low diff at start I sometimes have low-diff shares errors.

Can you suggest me your best working diff value?
I'll change initial diff to that.
Your pool starts with 0.032 as far as I remember
For my rig 8 is the best, but for slower rigs it may be to high
I think 1 is good and it should never go more then 16, I think
sr. member
Activity: 703
Merit: 272
Hi all,

blah blah blah


    + FullyQualifiedErrorId : RuntimeException




Delete excavator from the folder called 'miners'.

excavator is the culprit?

If you downloaded a fresh copy; then yes.

apparently Bittrex just listed Sia coin on their exchange... it's all calmed down again.
sr. member
Activity: 703
Merit: 272
I really hope miningpoolhub.com will add Decred/Lbry/Pascal soon.

Yes, eager to get dual mining profit switching up.
Think he is working as fast has he can.

Doesn't help with the DDOS attacks that are attempting to disrupt the pool.
When something gets good they get targeted, shame.

is there something wrong with the pool or multipoolminer... when i got home just now, all my miners are saying sia coin is double digit profits.. i know that isn't correct.. it's either the pool or the software... it's telling me that 3.2 gh/s earns 64 btc per day with sia

I've disabled dual-mining on my rigs.

It's becasue Bittrex opened Siacoin exchange.

Price was high at first and currently 2x higher than Poloniex.
https://bittrex.com/Market/Index?MarketName=BTC-SC



that was insane... yeah... computers have all adjusted to something more believable.
Jump to: