Author

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

full member
Activity: 176
Merit: 100
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Mining Pool Hub Notice.


1. Vanillacoin has rebranded its name.
Vanillacoin -> Vcash

https://vcash.miningpoolhub.com is new pool url from now on.
All mining connections are compatible as before, so you don't need to change any settings.



2. Dogecoindark has rebranded its name.
Dogecoindark -> Verge

Currently, blockchain sync is not working.
Pool is stopped, but will open when things get resolved.


Thanks.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub


Well I was going off the information on your website so unless done wrong I don't know why is like that for but my configs are as meant to be.

conf shows
#  Servers:
#    EU-Server:  europe1.ethereum.miningpoolhub.com  (Europe)
#    US-Server:  us-east1.ethereum.miningpoolhub.com  (East)
#    AU-Server:  asia1.ethereum.miningpoolhub.com  (Asia)

Also checked my posts previously and none of them shows  europe1.Athereum.miningpoolhub.com so not sure where this has come from as not edited or changed post.

Wow, I am quite surprised that why I have seen europe1.Athereum.miningpoolhub.com
I rechecked that spelling more than 10 times at that time, and wondered where Athereum did come from.
Not only europe1, all other server host name was showing Athereum.

I think bitcointalk had some url parsing problem at that time and now fixed but I have no proof.

Sorry. Maybe my eye was wrong.  Roll Eyes
legendary
Activity: 1820
Merit: 1001


The part that was failing to connect on was first the port then got that resolved, however after resolving this after rebooting for updates would not connect. Checked ip address and that was correct and checked again with everything and username.workername:password was not working

Weather this is also proxy dependent on what proxy using or so. One am using is for windows https://github.com/Atrides/eth-proxy/releases using config above works fine and not needed username or password as this seems to of auto configured due to using I think on conf ENABLE_WORKER_ID = True and detects what machine is using what name and auto sets password to x

When you mine with eth-proxy, you don't need to insert worker password.
Just below code would work.
ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/username.workername

"username.workername:password" is needed only when you mine with ethminer-genoil with -S stratum option.

It depends on your username, but eth-proxy cuts workername string upto 14 characters, so some unexpected behaviour would happen too.
And as you mentioned, pool creates workername you inserted, with 'x' password automatically when workername does not exist.


I'm curious that why you put host domain a bit different.
It's not europe1.Athereum.miningpoolhub.com, but europe1.ethereum.miningpoolhub.com
Other host names too.

This will all fallback to backup server, and you will not failover correctly when backup server crashes.


Thank you for your feedback.

Well I was going off the information on your website so unless done wrong I don't know why is like that for but my configs are as meant to be.

conf shows
#  Servers:
#    EU-Server:  europe1.ethereum.miningpoolhub.com  (Europe)
#    US-Server:  us-east1.ethereum.miningpoolhub.com  (East)
#    AU-Server:  asia1.ethereum.miningpoolhub.com  (Asia)

Also checked my posts previously and none of them shows  europe1.Athereum.miningpoolhub.com so not sure where this has come from as not edited or changed post.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub


The part that was failing to connect on was first the port then got that resolved, however after resolving this after rebooting for updates would not connect. Checked ip address and that was correct and checked again with everything and username.workername:password was not working

Weather this is also proxy dependent on what proxy using or so. One am using is for windows https://github.com/Atrides/eth-proxy/releases using config above works fine and not needed username or password as this seems to of auto configured due to using I think on conf ENABLE_WORKER_ID = True and detects what machine is using what name and auto sets password to x

When you mine with eth-proxy, you don't need to insert worker password.
Just below code would work.
ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/username.workername

"username.workername:password" is needed only when you mine with ethminer-genoil with -S stratum option.

It depends on your username, but eth-proxy cuts workername string upto 14 characters, so some unexpected behaviour would happen too.
And as you mentioned, pool creates workername you inserted, with 'x' password automatically when workername does not exist.


I'm curious that why you put host domain a bit different.
It's not europe1.Athereum.miningpoolhub.com, but europe1.ethereum.miningpoolhub.com
Other host names too.

This will all fallback to backup server, and you will not failover correctly when backup server crashes.


Thank you for your feedback.
legendary
Activity: 1820
Merit: 1001
Auto config for mining ethereum works best for me using conf in proxy.

edit .conf in notepad paste all the code. Also make changes to where is needed. For where xxxx is add your details in

For where change own ip is use local IP address to get this run CMD type in ipconfig  note down IPv4 Address and add to where have put IPv4 Address add

Change GiveMeDaBlocks to something of your own desire for rig name

Code:
###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
#   ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  europe1.ethereum.miningpoolhub.com  (Europe)
#    US-Server:  us-east1.ethereum.miningpoolhub.com  (East)
#    AU-Server:  asia1.ethereum.miningpoolhub.com  (Asia)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"

# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536

POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536

# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False



For your .bat file running ethminer use the following.


Code:
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks


Be sure to change the local work and global work to your own set for your GPU and also change the GiveMeDaBlocks to your own rig name.

Hope this helps the ones having problems on mining I did follow guides on site but never managed to get a working connection that would work correctly. Using above made by me works flawless.




Thank you for detailed instruction.

Can you tell me what point was causing the problem?
Maybe inputting IP part?

We will improve the instruction page, to minimize mining failure.

The part that was failing to connect on was first the port then got that resolved, however after resolving this after rebooting for updates would not connect. Checked ip address and that was correct and checked again with everything and username.workername:password was not working

Weather this is also proxy dependent on what proxy using or so. One am using is for windows https://github.com/Atrides/eth-proxy/releases using config above works fine and not needed username or password as this seems to of auto configured due to using I think on conf ENABLE_WORKER_ID = True and detects what machine is using what name and auto sets password to x
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Auto config for mining ethereum works best for me using conf in proxy.

edit .conf in notepad paste all the code. Also make changes to where is needed. For where xxxx is add your details in

For where change own ip is use local IP address to get this run CMD type in ipconfig  note down IPv4 Address and add to where have put IPv4 Address add

Change GiveMeDaBlocks to something of your own desire for rig name

Code:
###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
#   ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  europe1.ethereum.miningpoolhub.com  (Europe)
#    US-Server:  us-east1.ethereum.miningpoolhub.com  (East)
#    AU-Server:  asia1.ethereum.miningpoolhub.com  (Asia)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"

# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536

POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536

# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False



For your .bat file running ethminer use the following.


Code:
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks


Be sure to change the local work and global work to your own set for your GPU and also change the GiveMeDaBlocks to your own rig name.

Hope this helps the ones having problems on mining I did follow guides on site but never managed to get a working connection that would work correctly. Using above made by me works flawless.




Thank you for detailed instruction.

Can you tell me what point was causing the problem?
Maybe inputting IP part?

We will improve the instruction page, to minimize mining failure.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
where is share ?



What coin is it?
When difficulty target is low, shares are submitted in floating number as 0.01, 0.03, 0.05

Shares are all calculated, distributed according to contribution. There's no error on coin reward and distribution.
This is just displaying issue. We will fix this issue step by step, but it's priority was quite low.

Please tell me which coin you are mining. We will look deeper if we can fix it quickly.
legendary
Activity: 1820
Merit: 1001
Auto config for mining ethereum works best for me using conf in proxy.

edit .conf in notepad paste all the code. Also make changes to where is needed. For where xxxx is add your details in

For where change own ip is use local IP address to get this run CMD type in ipconfig  note down IPv4 Address and add to where have put IPv4 Address add

Change GiveMeDaBlocks to something of your own desire for rig name

Code:
###
# Examples of command line for miners:
#
#   ethminer.exe --farm-recheck 200 -G -F http://HOST:PORT/GiveMeDaBlocks
#   ethminer.exe --farm-recheck 500 -G -F http://HOST:PORT/GiveMeDaBlocks
#
#   ethminer.exe -G -F http://127.0.0.1:8080/
#   ethminer.exe --farm-recheck 200 -G -F http://192.168.0.24:8080/rig1
#
#  farm-recheck parameter is very individual. Just test different values.
#
#  You can submit shares without workername or
#  You can provide workername:
#   - with url like "/rig1"
#   - or use automatically numbering(integer) based on IP of miner
#
#  Servers:
#    EU-Server:  europe1.ethereum.miningpoolhub.com  (Europe)
#    US-Server:  us-east1.ethereum.miningpoolhub.com  (East)
#    AU-Server:  asia1.ethereum.miningpoolhub.com  (Asia)
#
###

# Select Ethereum ETH or Expanse EXP
COIN = "ETH"

# Host and port for your workers
HOST = "0.0.0.0"
PORT = 8080

# Coin address where money goes
WALLET = "Add your ETH wallet here be sure it is same as on pool for payments."

# To donate please use wallet "0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820"

# It's useful for individually monitoring and statistic
ENABLE_WORKER_ID = True

# On DwarfPool you have option to monitor your workers via email.
# If WORKER_ID is enabled, you can monitor every worker/rig separately.
MONITORING = False
MONITORING_EMAIL = "[email protected]"

# Main pool
POOL_HOST = "europe1.ethereum.miningpoolhub.com"
POOL_PORT = 20536

# Failover pool
POOL_FAILOVER_ENABLE = True

POOL_HOST_FAILOVER1 = "us-east1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER1 = 20536

POOL_HOST_FAILOVER2 = "asia1.ethereum.miningpoolhub.com"
POOL_PORT_FAILOVER2 = 20536

# Logging
LOG_TO_FILE = True

# Enable debug
DEBUG = False



For your .bat file running ethminer use the following.


Code:
ethminer -G --cl-local-work 256 --cl-global-work 8192 --farm-recheck 200 -F http://127.0.0.1:8080/GiveMeDaBlocks


Be sure to change the local work and global work to your own set for your GPU and also change the GiveMeDaBlocks to your own rig name.

Hope this helps the ones having problems on mining I did follow guides on site but never managed to get a working connection that would work correctly. Using above made by me works flawless.


sr. member
Activity: 403
Merit: 250
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Ethereum Mining Pool Hub Notice

We will decrease ethereum mining pool fee from 1% to 0.9% from now on.

Thanks.
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Ethereum Mining Pool Hub Notice


We will increase ethereum mining pool fee from 0% to 1% this weekend.


Thanks.

legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Now ethereum mining pool hub reached 1.0% of total mined block number for past 24 hours

https://etherchain.org/statistics/miners

Miner___________Uncle Rate______Blocks Mined______%__________Est. Hash Rate
miningpoolhub____3.2%__________62______________1.0_________15.2 GH/s


Come and mine together.
https://ethereum.miningpoolhub.com
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Here are available servers for Ethereum.

us-east1.ethereum.miningpoolhub.com
europe1.ethereum.miningpoolhub.com
asia1.ethereum.miningpoolhub.com


Come and learn more about detailed settings.
https://ethereum.miningpoolhub.com/
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
ETH mining was working fine yesterday steady 20MHS on GTX970 but now I get JSON-RPC problem cannot connect with ethminer-0.9.41-genoil-1.0.5
I am using your recommendations eth-stratum-mining-proxy +  ethminer-genoil and followed your instructions on website.

for miner
ethminer --farm-recheck 200 -U -F http://127.0.0.1:8332/my_username.my_worker:password

for proxy
eth-stratum-mining-proxy.exe -o hub.miningpoolhub.com -p 20535

Does anyone have any tips?

Not sure what the problem is.
Maybe try with below command by ethminer's own stratum protocol. (I updated instruction on pool main page)

ethminer -G -S us-east1.ethereum.miningpoolhub.com:20535 -O username.workername:password
ethminer -G -S europe1.ethereum.miningpoolhub.com:20535 -O username.workername:password
ethminer -G -S asia1.ethereum.miningpoolhub.com:20535 -O username.workername:password
member
Activity: 97
Merit: 10
ETH mining was working fine yesterday steady 20MHS on GTX970 but now I get JSON-RPC problem cannot connect with ethminer-0.9.41-genoil-1.0.5
I am using your recommendations eth-stratum-mining-proxy +  ethminer-genoil and followed your instructions on website.

for miner
ethminer --farm-recheck 200 -U -F http://127.0.0.1:8332/my_username.my_worker:password

for proxy
eth-stratum-mining-proxy.exe -o hub.miningpoolhub.com -p 20535

Does anyone have any tips?
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
Amazing, i will bookmark your thread thank you very much

You're welcome.
Thanks!
full member
Activity: 192
Merit: 100
not too much information on your homepage, can you confirm, that qtminer (my rigs are running on ethpool.org yet) can be used on your pool in stratum mode and using vardiff support ?

Yes, qtminer stratum with vardiff is supported.
I will add this comment on intro page also.

Only statistics of block and pool needs fixing currently.
Thanks.

thank you
legendary
Activity: 910
Merit: 1000
Amazing, i will bookmark your thread thank you very much
legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
not too much information on your homepage, can you confirm, that qtminer (my rigs are running on ethpool.org yet) can be used on your pool in stratum mode and using vardiff support ?

Yes, qtminer stratum with vardiff is supported.
I will add this comment on intro page also.

Only statistics of block and pool needs fixing currently.
Thanks.
Jump to: