Author

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

legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
@miningpoolhub

Can you please checkup on some coins that have been on exchange for ages? I posted about this weeks ago and they are still stuck. Example: Verge-Scrypt   0   0   409.70969140 <------been that way for many weeks. I don't mine them any more(unless of fail-over) so this just clutters up my balance page.


Oh I cleaned some little amounts waiting for auto exchange. I do it regularly but I was lazy lately.
Coins are credited as bitcoin or original currency (verge in this case)

Thanks.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Hi mph,

Would you please consider adding cryptonight in auto switches? Perhaps joined with Ethash, Equihash.

regards

Yeah, I will add it very soon.

Added it.

Thanks.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
There is a strange behaviour using sgminer-gm 5.5.4 with cryptonigt:

If the miner is pointed to stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:17024, it receives no work.

If pointed to stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580, it works normally.

Could you investigate it on the poolside?

As login username.minername is used in both cases.

Strangely with claymores monero miner it does work with 17024.

I checked and found little stratum protocol bug that caused sgminer to not work on auto switching.
Claymore miner runs smoothly without this modification, so I didn't notice this issue.

I fixed it and applied changes to us-east and europe server currently.
I will roll out to other servers one by one.

Thank you for your report.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Sorry for my bad english, maybe you did not understand my problem.
My problem is immediately closing sgminer when Neoscrypt algo is processing.
Bitcoin is my autoexchange coin, sure.
Only Neoscrypt problem, any of other coin/algo works.
And with multipoolMiner the same trouble: when Neoscrypt algo starts, sgminer window closes immediately and process stopped.
For different version of sgminer -the same result. For any port (single/multi) etc.
So just it is only my problem? Anyone haven't this bug?


What sgminer are you using?
Does it have neoscrypt.cl file in kernel folder?

I tried this binary and it's working well.
https://github.com/miningpoolhub/all-in-one-miner/releases
sr. member
Activity: 476
Merit: 250
Sorry for my bad english, maybe you did not understand my problem.
My problem is immediately closing sgminer when Neoscrypt algo is processing.
Bitcoin is my autoexchange coin, sure.
Only Neoscrypt problem, any of other coin/algo works.
And with multipoolMiner the same trouble: when Neoscrypt algo starts, sgminer window closes immediately and process stopped.
For different version of sgminer -the same result. For any port (single/multi) etc.
So just it is only my problem? Anyone haven't this bug?

I wouldn't worry if all the other algorithms are working.
If you want to, report issues with sgminer here: https://github.com/sgminer-dev/sgminer/issues
sr. member
Activity: 476
Merit: 250
I'm using the multiple Miner but I don't know how to set the intensity for sgminer before the benchmark test the default is 8 and that's too low how do I set my own intensity setting and add claymore gpu montero miner? Thanks for the pools admins hard work and to the the gentleman who made the multiple pool miner ps I also tipped you

Edit the 'sgminer.ps1' file in notepad.


Appreciate the response but I am not familiar with powershell the only way I'm familiar is with a config or batch so I don't know what I'm doing could you add the code so I can see it in the reply below thanks


$Algorithms | Get-Member -MemberType NoteProperty | Select -ExpandProperty Name | ForEach {
    [PSCustomObject]@{
        Type = 'AMD'
        Path = $Path
        Arguments = -Join ('--api-listen -k ', $Algorithms.$_, ' -o $($Pools.Equihash.Protocol)://$($Pools.', $_, '.Host):$($Pools.', $_, '.Port) -u $($Pools.', $_, '.User) -p x')
        HashRates = [PSCustomObject]@{$_ = -Join ('$($Stats.', $Name, '_', $_, '_HashRate.Day)')}
        API = 'Xgminer

You can add the command line options here:
Arguments = -Join ('--api-listen -k ', $Algorithms.$_, ' -o $($Pools.Equihash.Protocol)://$($Pools.', $_, '.Host):$($Pools.', $_, '.Port) -u $($Pools.', $_, '.User) -p x[TYPE HERE]')
hero member
Activity: 635
Merit: 500
Please tell me if it works Neoscrypt algo on pool now?
Sgminer crashes after few seconds.
MiningPoolHub manager give me a string: --no-retry -k neoscrypt -o stratum+tcp://hub.miningpoolhub.com:17012 -u username.worker -p x
But the same result.
Any other algo working.
Win 10x64, 5x Rx 470s 8gb
Any ideas?


Set the 'Auto Exchange' coin on MiningPoolHub to your desired coin then use MultiPoolMiner to mine the very best algorithm for your system:
https://github.com/aaronsace/MultiPoolMiner/releases

Sorry for my bad english, maybe you did not understand my problem.
My problem is immediately closing sgminer when Neoscrypt algo is processing.
Bitcoin is my autoexchange coin, sure.
Only Neoscrypt problem, any of other coin/algo works.
And with multipoolMiner the same trouble: when Neoscrypt algo starts, sgminer window closes immediately and process stopped.
For different version of sgminer -the same result. For any port (single/multi) etc.
So just it is only my problem? Anyone haven't this bug?
The sgminer neoscrypt doesn't work for me either, but it is not important to me since the neoscrypt algo doesn't have a coin worth mining(profit wise). Right now FTC would be the most profitable but is terrible when compared to other algo coin. For my rigs neoscrypt would make roughly 5 times less than ETH/Equihash/Skein
member
Activity: 86
Merit: 10
Please tell me if it works Neoscrypt algo on pool now?
Sgminer crashes after few seconds.
MiningPoolHub manager give me a string: --no-retry -k neoscrypt -o stratum+tcp://hub.miningpoolhub.com:17012 -u username.worker -p x
But the same result.
Any other algo working.
Win 10x64, 5x Rx 470s 8gb
Any ideas?


Set the 'Auto Exchange' coin on MiningPoolHub to your desired coin then use MultiPoolMiner to mine the very best algorithm for your system:
https://github.com/aaronsace/MultiPoolMiner/releases

Sorry for my bad english, maybe you did not understand my problem.
My problem is immediately closing sgminer when Neoscrypt algo is processing.
Bitcoin is my autoexchange coin, sure.
Only Neoscrypt problem, any of other coin/algo works.
And with multipoolMiner the same trouble: when Neoscrypt algo starts, sgminer window closes immediately and process stopped.
For different version of sgminer -the same result. For any port (single/multi) etc.
So just it is only my problem? Anyone haven't this bug?
newbie
Activity: 35
Merit: 0
I'm using the multiple Miner but I don't know how to set the intensity for sgminer before the benchmark test the default is 8 and that's too low how do I set my own intensity setting and add claymore gpu montero miner? Thanks for the pools admins hard work and to the the gentleman who made the multiple pool miner ps I also tipped you

Edit the 'sgminer.ps1' file in notepad.


Appreciate the response but I am not familiar with powershell the only way I'm familiar is with a config or batch so I don't know what I'm doing could you add the code so I can see it in the reply below thanks


$Algorithms | Get-Member -MemberType NoteProperty | Select -ExpandProperty Name | ForEach {
    [PSCustomObject]@{
        Type = 'AMD'
        Path = $Path
        Arguments = -Join ('--api-listen -k ', $Algorithms.$_, ' -o $($Pools.Equihash.Protocol)://$($Pools.', $_, '.Host):$($Pools.', $_, '.Port) -u $($Pools.', $_, '.User) -p x')
        HashRates = [PSCustomObject]@{$_ = -Join ('$($Stats.', $Name, '_', $_, '_HashRate.Day)')}
        API = 'Xgminer
newbie
Activity: 64
Merit: 0
also this sgminer the same: opens and close immediatly

and the link to sgminer chat - i posted there already some days ago but nobody answered - its like only me do have this problem - not to understand and i do not find anywhere in www some answer, really strange

(in one company i make with this win vers. (enterprise) a complete domain network, no problems anywhere)
newbie
Activity: 64
Merit: 0
thanks,

i will look there and give me some more tries.

thats the impossible : one older install of ms win working, all new installs, everything fine - only sgminer wil not run, really crazy
sr. member
Activity: 476
Merit: 250
Hallo aaronsace,

maybe you can help me.

Since two weeks ( of course only if have time) i try to use sgminer. that was also the reason why your script did not work for me two weeks ago.

i have one rig where i stopped updates about half year ago, there sgminer works.

all other rigs, like yesterday tried a completly new install win 10 64 bit all updates, no chance to start sgminer, - start and close immedatly- but all other miners work.

also mph cannot manage the sgminer. claymore, gpu, cpu, nheqminer, all works.

and the problem for sgminer i cannot find a kind of log file to see what happens.

then i tried ccminer: strange: start, close , say one win .dll missing - but this dll comes with cc, also ms has a command line which auto repairs these dlls--all ok!

get crazy! surly made min. 5 fresh installs with complete different hardware, mobo,ram,ssd, cpu, gpu!!  Huh Huh Huh

you have any ideas?

I WANT TU USE YOUR SCRIPT! Cry Cry Cry

So does sgminer not work at all on your system?

I'm currently using this fork of Nicehash sgminer: https://github.com/genesismining/sgminer-gm/releases

Try posting here for help with sgminer issues: https://bitcointalksearch.org/topic/ann-sgminer-v5-optimized-x11x13neoscryptlyra2reetc-kernel-switch-miner-632503

I bet it's something simple.
newbie
Activity: 64
Merit: 0
Hallo aaronsace,

maybe you can help me.

Since two weeks ( of course only if have time) i try to use sgminer. that was also the reason why your script did not work for me two weeks ago.

i have one rig where i stopped updates about half year ago, there sgminer works.

all other rigs, like yesterday tried a completly new install win 10 64 bit all updates, no chance to start sgminer, - start and close immedatly- but all other miners work.

also mph cannot manage the sgminer. claymore, gpu, cpu, nheqminer, all works.

and the problem for sgminer i cannot find a kind of log file to see what happens.

then i tried ccminer: strange: start, close , say one win .dll missing - but this dll comes with cc, also ms has a command line which auto repairs these dlls--all ok!

get crazy! surly made min. 5 fresh installs with complete different hardware, mobo,ram,ssd, cpu, gpu!!  Huh Huh Huh

you have any ideas?

I WANT TU USE YOUR SCRIPT! Cry Cry Cry
sr. member
Activity: 476
Merit: 250
@miningpoolhub

Can you please checkup on some coins that have been on exchange for ages? I posted about this weeks ago and they are still stuck. Example: Verge-Scrypt   0   0   409.70969140 <------been that way for many weeks. I don't mine them any more(unless of fail-over) so this just clutters up my balance page.

@aaronsace  I finally got the script working and honestly don't have a clue what the problem was, nor what fixed it. Same thing was happening on two machines but after doing and redoing 3-5 times on each machine it finally works. I can only conclude there was a problem with my connection to the pool, since all other factors were tested/removed. Firewall/AV changes etc. had no effect. So quite frankly I'm stumped as to what happened.

Well, at least you got it working. I'm baffled as to how that was even possible as well; all I can think is that, for what ever reason, it just could not kill the processes.
hero member
Activity: 635
Merit: 500
@miningpoolhub

Can you please checkup on some coins that have been on exchange for ages? I posted about this weeks ago and they are still stuck. Example: Verge-Scrypt   0   0   409.70969140 <------been that way for many weeks. I don't mine them any more(unless of fail-over) so this just clutters up my balance page.

@aaronsace  I finally got the script working and honestly don't have a clue what the problem was, nor what fixed it. Same thing was happening on two machines but after doing and redoing 3-5 times on each machine it finally works. I can only conclude there was a problem with my connection to the pool, since all other factors were tested/removed. Firewall/AV changes etc. had no effect. So quite frankly I'm stumped as to what happened.
newbie
Activity: 2
Merit: 0
There is a strange behaviour using sgminer-gm 5.5.4 with cryptonigt:

If the miner is pointed to stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:17024, it receives no work.

If pointed to stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:20580, it works normally.

Could you investigate it on the poolside?

As login username.minername is used in both cases.

Strangely with claymores monero miner it does work with 17024.
sr. member
Activity: 476
Merit: 250
Please tell me if it works Neoscrypt algo on pool now?
Sgminer crashes after few seconds.
MiningPoolHub manager give me a string: --no-retry -k neoscrypt -o stratum+tcp://hub.miningpoolhub.com:17012 -u username.worker -p x
But the same result.
Any other algo working.
Win 10x64, 5x Rx 470s 8gb
Any ideas?


Set the 'Auto Exchange' coin on MiningPoolHub to your desired coin then use MultiPoolMiner to mine the very best algorithm for your system:
https://github.com/aaronsace/MultiPoolMiner/releases
sr. member
Activity: 476
Merit: 250
I'm using the multiple Miner but I don't know how to set the intensity for sgminer before the benchmark test the default is 8 and that's too low how do I set my own intensity setting and add claymore gpu montero miner? Thanks for the pools admins hard work and to the the gentleman who made the multiple pool miner ps I also tipped you

Edit the 'sgminer.ps1' file in notepad.
newbie
Activity: 35
Merit: 0
I'm using the multiple Miner but I don't know how to set the intensity for sgminer before the benchmark test the default is 8 and that's too low how do I set my own intensity setting and add claymore gpu montero miner? Thanks for the pools admins hard work and to the the gentleman who made the multiple pool miner ps I also tipped you
member
Activity: 86
Merit: 10
Please tell me if it works Neoscrypt algo on pool now?
Sgminer crashes after few seconds.
MiningPoolHub manager give me a string: --no-retry -k neoscrypt -o stratum+tcp://hub.miningpoolhub.com:17012 -u username.worker -p x
But the same result.
Any other algo working.
Win 10x64, 5x Rx 470s 8gb
Any ideas?
Jump to: