Pages:
Author

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

newbie
Activity: 10
Merit: 0
I find it interesting that I was not able to transfer my ZCL in time from MPH to my wallet. I sent a manual payment 1 hour before noon but did not receive it till 12:12pm est.

How convenient that MPH will get the benefits of MY ZCL now that I missed the Bitcoin Private snapshot.  Thanks guys, I'll be looking for another pool. Plus the payout has been a lot less then satisfactory.

-PeZ
newbie
Activity: 19
Merit: 0
Seen a few asking similar on the reddit, but figure i ask here in a little more general aspect.

Equihash algo....  anyone else having problems?  using AM profit and some equihash seems ok, but I'm starting to think ZCL is down and when it tries to switch to it
it cant and crashes whatever miner i'm am using (DSTM, EWBF, excavator) and others are saying they cant transfer to/from ZCL via exchange or payout for it

This due to the upcoming form for ZCL???

If it is and will keep happening until after the fork completes, I will just take equihash out of my profit switching for now. It will be easier then babysitting my miners all day.



newbie
Activity: 126
Merit: 0
today i was trying to login to my account at miningpoolhub.com
but i got this error: "Unable to login. Please check your email and password.

(Account may be locked if you try login several times with wrong password. Please check your email for instructions to unlock if you think it's locked
.
)"

I tried a few times, but I got nothing in my email. I also checked my email spam folder. I didn't find anything. Same if I use the "Forgot password" feature, although I know my password.
How can I recover the account? I am mining  and https://miningpoolhubstats.com shows the correct data.
newbie
Activity: 28
Merit: 0
Hi guys.

Somebody knows how to see (where can i see), the manual payments on Mining Pool Hub ?
Because i did set a manual payment but it is not arrived to my address after 4 hours.

Thanks
newbie
Activity: 28
Merit: 0
Claymore said https://bitcointalksearch.org/topic/m.31195085 that you have ssl encryption on pool.

But it doesnt work for me

I know that ssl works for CryptoNote coins, such as Electroneum, but I've never had it work with Ethash coins, but I gave the latest Claymore a go on Ethereum and it would not use ssl unless the "-checkcert 0" parameter was used. Don't know if this switches off ssl when it has been specified in the comand line but it worked.

Here is the comand used that worked:
Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool ssl://us-east.ethash-hub.miningpoolhub.com:20555 -ewal User.Worker -eworker User.Worker -esm 2 -epsw x -allpools 1 -allcoins 1 -checkcert 0

..and this is the output (note the SSL/TLS encryption is enabled)
Code:

╔════════════════════════════════════════════════════════════════╗
║                Claymore's Dual GPU Miner - v11.1               ║
║              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             ║
╚════════════════════════════════════════════════════════════════╝

ETH: 1 pool is specified
Main Ethereum pool is us-east.ethash-hub.miningpoolhub.com:20555
DCR: 0 pool is specified
At least 16 GB of Virtual Memory is required for multi-GPU systems
Make sure you defined GPU_MAX_ALLOC_PERCENT 100
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to
select current pool
OpenCL initializing...

AMD Cards available: 1
GPU #0: Pitcairn (AMD Radeon R9 200 Series), 4096 MB available, 20 compute units (pci bus 0:0:1)
GPU #0 recognized as Radeon 270/270X
POOL/SOLO version
GPU #0: algorithm ASM
No NVIDIA CUDA GPUs detected.
Total cards: 1
ETH: Stratum - connecting to 'us-east.ethash-hub.miningpoolhub.com' <45.56.113.50> port 20555 (SSL/T
LS)
No pool specified for Decred! Ethereum-only mining mode is enabled
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: miner-proxy stratum mode
"-allpools" option is set, default pools can be used for devfee, check "Readme" file for details.
"-allcoins" option is set, default pools will be used for devfee, check "Readme" file for details.
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

SSL/TLS encryption is enabled
Pool certificate validation disabled
ETH: Stratum - Connected (us-east.ethash-hub.miningpoolhub.com:20555) (SSL/TLS)
Setting DAG epoch #182...
ETH: Authorized
Setting DAG epoch #182 for GPU0
Create GPU buffer for GPU0
ETH: 02/28/18-10:13:38 - New job from us-east.ethash-hub.miningpoolhub.com:20555

and this for ethermine (no "-checkcert" in config):
Code:
02:02:18:409	664	SSL: Imported 37 certificates from local storage
02:02:18:440 48c ETH: Stratum - connecting to 'eu1.ethermine.org' <91.121.167.111> port 5555 (SSL/TLS)
newbie
Activity: 3
Merit: 0
First off, I'm loving MPH. I appreciate everything that goes into running and maintaining such a service, so thank-you. Now, my question:

I'm mining EXP. My auto-withdrawls are going to a Poloniex wallet. It works out to one withdrawal per day. The past two days I have not been receiving my EXP on the Poloniex end (I've had no issues in the past). The MPH interface says that the transactions occurred and are confirmed. I am inclined to believe this is a Poloniex issue, but is there a chance it has anything to do with something on the backend of MPH? Thank-you for your time.

- GooglyPoop
I probably have a similar situation.
I have been using MPH for several months. Usually everything worked well. I am mining Equihash + AutoExchange to ZCL. I have two accounts on MPH. I have had the same situation in both accounts over the past two days. MPH claims that Debit_AP in the amount of 0.455 ... left MPH. (Transaction ID = 263650897) But he did not make it to my Wallet. He's not in BlockChain either. After this incident, other Debit_APs reach. In the second account, this amount is 0.0414 .... (Transaction ID = 263650899), which also did not arrive, and earlier and later reached.

@miningpoolhub

I do not know what to think about it? Should I look for a new Poole, because coins are lost on MPH?

Of course, I sent an email to the support at the address: [email protected]
sr. member
Activity: 574
Merit: 261
Claymore said https://bitcointalksearch.org/topic/m.31195085 that you have ssl encryption on pool.

But it doesnt work for me

I know that ssl works for CryptoNote coins, such as Electroneum, but I've never had it work with Ethash coins, but I gave the latest Claymore a go on Ethereum and it would not use ssl unless the "-checkcert 0" parameter was used. Don't know if this switches off ssl when it has been specified in the comand line but it worked.

Here is the comand used that worked:
Code:
setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool ssl://us-east.ethash-hub.miningpoolhub.com:20555 -ewal User.Worker -eworker User.Worker -esm 2 -epsw x -allpools 1 -allcoins 1 -checkcert 0

..and this is the output (note the SSL/TLS encryption is enabled)
Code:

╔════════════════════════════════════════════════════════════════╗
║                Claymore's Dual GPU Miner - v11.1               ║
║              ETH + DCR/SIA/LBC/PASC/BLAKE2S/KECCAK             ║
╚════════════════════════════════════════════════════════════════╝

ETH: 1 pool is specified
Main Ethereum pool is us-east.ethash-hub.miningpoolhub.com:20555
DCR: 0 pool is specified
At least 16 GB of Virtual Memory is required for multi-GPU systems
Make sure you defined GPU_MAX_ALLOC_PERCENT 100
Be careful with overclocking, use default clocks for first tests
Press "s" for current statistics, "0".."9" to turn on/off cards, "r" to reload pools, "e" or "d" to
select current pool
OpenCL initializing...

AMD Cards available: 1
GPU #0: Pitcairn (AMD Radeon R9 200 Series), 4096 MB available, 20 compute units (pci bus 0:0:1)
GPU #0 recognized as Radeon 270/270X
POOL/SOLO version
GPU #0: algorithm ASM
No NVIDIA CUDA GPUs detected.
Total cards: 1
ETH: Stratum - connecting to 'us-east.ethash-hub.miningpoolhub.com' <45.56.113.50> port 20555 (SSL/T
LS)
No pool specified for Decred! Ethereum-only mining mode is enabled
ETHEREUM-ONLY MINING MODE ENABLED (-mode 1)
ETH: miner-proxy stratum mode
"-allpools" option is set, default pools can be used for devfee, check "Readme" file for details.
"-allcoins" option is set, default pools will be used for devfee, check "Readme" file for details.
Watchdog enabled
Remote management (READ-ONLY MODE) is enabled on port 3333

SSL/TLS encryption is enabled
Pool certificate validation disabled
ETH: Stratum - Connected (us-east.ethash-hub.miningpoolhub.com:20555) (SSL/TLS)
Setting DAG epoch #182...
ETH: Authorized
Setting DAG epoch #182 for GPU0
Create GPU buffer for GPU0
ETH: 02/28/18-10:13:38 - New job from us-east.ethash-hub.miningpoolhub.com:20555
newbie
Activity: 32
Merit: 0
hi guys, I have a problem with zcl cashout on MPH.  I sent a cash out command an hour ago and the coins are still on the pool. If i try to sent the cash out command again it says: You already have one active manual payout request.
I have to send my coins to my wallet before 5:00pm UTC because of the fork. Is there any support email which I can reach them?
thanks
sr. member
Activity: 372
Merit: 250
The road of excess leads to the palace of wisdom
Guys, its been month im getting this issue, no one helping me,
i want to request humbly please help me on this,
im getting issue with skein and neoscript, im using awesome miner with auto Managed profit Miner setup by adding miningpoolhub workername. i tried to disable firewall/defender, but nothing worked for me, i also tried to update worker job from my miningpoolhub account too.. please help me. pic is also attached https://postimg.org/image/udcf1kf8r/

Hi there.  It seems like your Windows Defender is not allowing AM to download your miner.  You can Google some tips on how to  configure AM with Windows 10.
i tried to disable defender,
also tried nemosminer and multipool miner same issue..

Hi Mandeep!  Yes, it's not the miners. 

Please try this if it would work.  I remember having to deal with this before.
- Use Windows Edge as default browser instead of Chrome
- Add the AM to the exemptions list in Defender
- Manually download the CCMiner to your desktop
- Point the profile in AM to the downloaded CCMiner version you placed on your desktop then "OK" everything in AM to conctude on the changes
- Turn off Modem, Router and PC for 10mins
- Restart Modem, Router and PC


Let us know if that worked. Smiley
hi, first of thanks alot, you gave me your costly time, it doesnt matter your solution worked or not, i appreciate for giving time in busy world.
anyways,
i tried all steps, still same issu
software alone is working but not with auto swtich like awesomeminer ,nemosminer,etc
i tried to mine Vivo with same software it worked, but used same for awesome miner, getting same issue "retry after 30 seconds"
the step i use to replace software in awesomeminer is, i selected nvidia profile and selected ccminer, then specified the folder with Local host selected(is it right step?) then selected folder.
may be any problem with "local host" ? this word looking weird..
sorry for mistakes..

Hey there - did you get awesome miner to work with MPH? Did @GPUaddict advice help? I am interested because I have been looking around to try to work out what is the best auto-algo switching software and what are the best pools to use. My 2 mining rigs are Windows 8.1 but I was considering upgrading to Win10 on at least oner of them to see if it's any better or worse (with a backup image to return to if necessary of course).
full member
Activity: 235
Merit: 100
Anyone else having issues with coins sticking around in the autoexchange pool but never going anywhere?  It's been four days now and I've tried moving them back to my wallet and re exchanging them, as well as changing the coin I want to autoexchange for.  Pool Operator can you look into this?   
newbie
Activity: 28
Merit: 0
Claymore said https://bitcointalksearch.org/topic/m.31195085 that you have ssl encryption on pool.

But it doesnt work for me
newbie
Activity: 31
Merit: 0
Will mph have a bitcoin private pool? Soon?


any news on that?
member
Activity: 95
Merit: 10
My cellphone with 2FA is down right now, but I have the secret key for OTP - but I do not see any where that I input the secret key to disable OTP - can anyone help?

Thanks.

On the "Edit account" page, you can disable OTP.

I see that but the only way to do that is to enter the 6 digit OTP/2FA code - it doesn't have an option to enter the secret key?

Now I understand.

You can use the secret key on any other device that you may have to add the OTP sync for MPH manually.

So for example, your phone is broken. You can use another device and input the secret key manually in authenticator. That will give you the same OTP you have on your phone that's broken.

Awesome, yes that worked!  I entered it manually at first and it wasn't working, then copied and pasted it and it sync'd - always copy and paste! lol
newbie
Activity: 27
Merit: 0
My cellphone with 2FA is down right now, but I have the secret key for OTP - but I do not see any where that I input the secret key to disable OTP - can anyone help?

Thanks.

On the "Edit account" page, you can disable OTP.

I see that but the only way to do that is to enter the 6 digit OTP/2FA code - it doesn't have an option to enter the secret key?

Now I understand.

You can use the secret key on any other device that you may have to add the OTP sync for MPH manually.

So for example, your phone is broken. You can use another device and input the secret key manually in authenticator. That will give you the same OTP you have on your phone that's broken.
member
Activity: 95
Merit: 10
My cellphone with 2FA is down right now, but I have the secret key for OTP - but I do not see any where that I input the secret key to disable OTP - can anyone help?

Thanks.

On the "Edit account" page, you can disable OTP.

I see that but the only way to do that is to enter the 6 digit OTP/2FA code - it doesn't have an option to enter the secret key?
newbie
Activity: 27
Merit: 0
My cellphone with 2FA is down right now, but I have the secret key for OTP - but I do not see any where that I input the secret key to disable OTP - can anyone help?

Thanks.

On the "Edit account" page, you can disable OTP.
member
Activity: 95
Merit: 10
My cellphone with 2FA is down right now, but I have the secret key for OTP - but I do not see any where that I input the secret key to disable OTP - can anyone help?

Thanks.
newbie
Activity: 6
Merit: 0
@Biggen1 Another day (I tested whole last week and always mining only zcash was more or equally profitable than MPH. A month ago MPH was better 10-20% than any single mining):

1. ZCASH nanopool: 0,04246335 ZEC
2. MPH + nplus 1.3.1: 0,03636484 ZEC


Now its 15% worse result. Still I am running test on 2 other rigs for 7 days but Im pretty sure the results will be the same. You can check by yourself if you dont believe me (that would be even better - bigger sample).

Test from another few days:

Test #3:


ZEC nanopool: 0,13193468

MPH: 0,12646714

For over week MPH is always worse than mining only zcash.
newbie
Activity: 27
Merit: 0
Guys, its been month im getting this issue, no one helping me,
i want to request humbly please help me on this,
im getting issue with skein and neoscript, im using awesome miner with auto Managed profit Miner setup by adding miningpoolhub workername. i tried to disable firewall/defender, but nothing worked for me, i also tried to update worker job from my miningpoolhub account too.. please help me. pic is also attached https://postimg.org/image/udcf1kf8r/

Hi there.  It seems like your Windows Defender is not allowing AM to download your miner.  You can Google some tips on how to  configure AM with Windows 10.
i tried to disable defender,
also tried nemosminer and multipool miner same issue..

Hi Mandeep!  Yes, it's not the miners. 

Please try this if it would work.  I remember having to deal with this before.
- Use Windows Edge as default browser instead of Chrome
- Add the AM to the exemptions list in Defender
- Manually download the CCMiner to your desktop
- Point the profile in AM to the downloaded CCMiner version you placed on your desktop then "OK" everything in AM to conclude on the changes
- Turn off Modem, Router and PC for 10mins
- Restart Modem, Router and PC


Let us know if that worked. Smiley
hi, first of thanks alot, you gave me your costly time, it doesnt matter your solution worked or not, i appreciate for giving time in busy world.
anyways,
i tried all steps, still same issue.
software alone is working but not with auto swtich like awesomeminer ,nemosminer,etc
i tried to mine Vivo with same software it worked, but used same for awesome miner, getting same issue "retry after 30 seconds"
the step i use to replace software in awesomeminer is, i selected nvidia profile and selected ccminer, then specified the folder with Local host selected(is it right step?) then selected folder.
may be any problem with "local host" ? this word looking weird..
sorry for mistakes..

You are always welcome!  Smiley  My pleasure.  I know how that feels having to invest in something then it takes a while to get working.

It's good that stand alone it works.  That means something is just stopping AM from working with it. 

This link may help you on how to do the Defender in W10 to get in exclusions: https://www.awesomeminer.com/help/defender.aspx

Once that is done, make sure you have the ff too:
- Visual C++ 2013
- Visual C++ 2015
- That indeed you are running x64 version wares if you are on W10 x64
- Make sure you have correct details for Hub worker name and password, also the job in hub workers section of MPH
- Reset PC
* These are some of the stuff I remember doing (whether related or not to issue as it also solves other concerns later on)

If you have the profile switching pool set to custom and used a "stratum+tcp" before the server URL, try removing that first to see if that works out. 

If it doesn't work, you may need to do your miner / pool setup from start. 

Are you doing all algo profit switching or just 1 algo with coin switching or doing just a simple coin mine?



newbie
Activity: 47
Merit: 0
Guys, its been month im getting this issue, no one helping me,
i want to request humbly please help me on this,
im getting issue with skein and neoscript, im using awesome miner with auto Managed profit Miner setup by adding miningpoolhub workername. i tried to disable firewall/defender, but nothing worked for me, i also tried to update worker job from my miningpoolhub account too.. please help me. pic is also attached https://postimg.org/image/udcf1kf8r/

Hi there.  It seems like your Windows Defender is not allowing AM to download your miner.  You can Google some tips on how to  configure AM with Windows 10.
i tried to disable defender,
also tried nemosminer and multipool miner same issue..

Hi Mandeep!  Yes, it's not the miners. 

Please try this if it would work.  I remember having to deal with this before.
- Use Windows Edge as default browser instead of Chrome
- Add the AM to the exemptions list in Defender
- Manually download the CCMiner to your desktop
- Point the profile in AM to the downloaded CCMiner version you placed on your desktop then "OK" everything in AM to conclude on the changes
- Turn off Modem, Router and PC for 10mins
- Restart Modem, Router and PC


Let us know if that worked. Smiley
hi, first of thanks alot, you gave me your costly time, it doesnt matter your solution worked or not, i appreciate for giving time in busy world.
anyways,
i tried all steps, still same issue.
software alone is working but not with auto swtich like awesomeminer ,nemosminer,etc
i tried to mine Vivo with same software it worked, but used same for awesome miner, getting same issue "retry after 30 seconds"
the step i use to replace software in awesomeminer is, i selected nvidia profile and selected ccminer, then specified the folder with Local host selected(is it right step?) then selected folder.
may be any problem with "local host" ? this word looking weird..
sorry for mistakes..
Pages:
Jump to: