Bitcoin Forum
August 20, 2025, 05:47:18 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 [240] 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 383 »
  Print  
Author Topic: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.  (Read 488177 times)
airwave8
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 09, 2017, 05:47:42 PM
 #4781

Hello, Is everything is fine with pool? My asics is working but on pool my hashrate is 0.. My workers is down

P.S. After 15 - 20 min working again..
razorseal
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
December 09, 2017, 05:52:43 PM
 #4782

OK, thanks guys...

I'm trying to use multipoolminer. It requires a wallet address... What address do I give it?

I have it setup like this... Do I give a wallet address that the auto exchange would convert into? Let's say LTC in my case for the small transaction fees...
Code:
powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\multipoolminer.ps1 -wallet -username razorseal -workername gaming_desktop -region US -currency usd -type nvidia,cpu -poolname miningpoolhub,miningpoolhubcoins -algorithm cryptonight,ethash,ethash2gb,equihash,lyra2z -donate 10 -watchdog"

This is more confusing than I thought...

Do I do anything on the miningpoolhub's website besides registering, or does the multiminingpool take care of everything?
SuperDerpBro
Full Member
***
Offline Offline

Activity: 141
Merit: 100


View Profile
December 09, 2017, 05:58:06 PM
 #4783

So, free advice that you maybe did not want:  take it easy, relax, mine one coin at one time, and set target payout low (and frequent).  

"A 0.0003 BTC TX fee will apply" (4.29 US) That shit will add up quick if you set it low n' frequent.
iscorama
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 09, 2017, 06:00:50 PM
 #4784

According to whattomine, with my rig I should getting 4.7418 VTC a day but the best I did is 2.84989422.
I have 375.91 MH, but on miningpoolhub dashboard best i get is 226MH.
there's some problem obvious, i guess I will be forced to switch to suprnova
mithiral67
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 09, 2017, 06:01:20 PM
 #4785

Hey all.  Very new to mining, first search popped up nicehash and stopped searching as it was idiot proof.  One month later and lost my first $150 and have been learning a lot about pool farming.  Forgive my ignorance and joining MPH.  I am having trouble with my bat file.  See below.  When the top coin is a lyra2v2, no problem, farms away. When its an equihash formula, it cant find the stratum server (forgot to grab the last error).   I have scrips to run all the coins directly, but would love to get the autoscript down so I dont to check in every fews hours.  Lets be honest, i will check in, but nice not having to manually switch.  Thanks for the help!!!

:start
EthDcrMiner64.exe -epool us-east.ethash-hub.miningpoolhub.com:12020 -ewal mithiral67.switch1 -eworker mithiral67.switch1 -esm 3 -epsw x -allcoins 1 -retrydelay -1
#ethminer --farm-retries 0 -G -S us-east.ethash-hub.miningpoolhub.com:12020 -O 6788774.switch1:x -FS exit
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u 6788774.switch1 -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u 6788774.switch1 -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u 6788774.switch1 -p x
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u 6788774.switch1 -p x
ccminer -r 0 -a equihash -o stratum+tcp://us-east.equihash-hub.miningpoolhub.com:12023 -u 6788774.switch1 -p x
ccminer -r 0 -a cryptonight -o stratum+tcp://us-east.cryptonight-hub.miningpoolhub.com:12024 -u 6788774.switch1 -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u 6788774.switch1 -p x
timeout 1
goto start
SeriousJohn
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 09, 2017, 06:46:49 PM
Last edit: December 09, 2017, 06:58:30 PM by SeriousJohn
 #4786

MultipoolMiner is such a great program, aaronsace i appreciate your work, keep it up! Althought I have some issues, I set the algorithms: cryptonight,ethash,equihash,groestl,lyra2v2,neoscrypt,myriadcoingroestl,skein but the last three do not appear when I run the bat file. I think they benchmarked at first but I cannot see any sign of them during normal running. (I scrolled up too). Also I run the program as admin like you suggested, returned an error and never actually run. The bat file contains this configuration and I configured on the workers hub the same Nvidia algos (gtx 1070 on my rig) , am I doing anything wrong?

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

powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\multipoolminer.ps1 -username SeriousJohn -workername Paparas -region europe -currency btc,usd,eur -type nvidia,cpu -poolname miningpoolhub -algorithm cryptonight,ethash,equihash,groestl,lyra2v2,neoscrypt,myriadcoingroestl,skein -donate 24 -watchdog"



Temporel
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 09, 2017, 06:48:08 PM
 #4787

So, free advice that you maybe did not want:  take it easy, relax, mine one coin at one time, and set target payout low (and frequent).  

"A 0.0003 BTC TX fee will apply" (4.29 US) That shit will add up quick if you set it low n' frequent.

same fee for manual and automatic payout ?
Temporel
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
December 09, 2017, 06:49:39 PM
 #4788

According to whattomine, with my rig I should getting 4.7418 VTC a day but the best I did is 2.84989422.
I have 375.91 MH, but on miningpoolhub dashboard best i get is 226MH.
there's some problem obvious, i guess I will be forced to switch to suprnova

VTC is one of the shittiest coin to mine. Difficulty  variations and the p2pool system suck big time.
iscorama
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 09, 2017, 06:54:43 PM
 #4789

According to whattomine, with my rig I should getting 4.7418 VTC a day but the best I did is 2.84989422.
I have 375.91 MH, but on miningpoolhub dashboard best i get is 226MH.
there's some problem obvious, i guess I will be forced to switch to suprnova

VTC is one of the shittiest coin to mine. Difficulty  variations and the p2pool system suck big time.

the same story with monacoin on mph
slminer777
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 09, 2017, 07:03:40 PM
 #4790

Hi everybody. Need your advice.
I have a question. Just started mining BTG.
How long i need til credit will be confirmed. and then, how long til them will be auto-exchanged to monero?
p0lzl
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
December 09, 2017, 07:04:21 PM
 #4791

Hi
This is miningpoolhub operator


1. Sorry for late reply.
I am receiving hundreds of emails, skype chats these days. Also bitcointalk, reddit posts are growing rapidly.
I've replied to all email questions.
Pardon me, I can't answer all questions posted in community too.
I've found that I can't move pool forward if I reply all community posts. There's many requests like coin addition, feature improvements to do.
I hope expert members to help new members each other.

Please contact me via contact@miningpoolhub.com email if you need my private advice or immediate service faults like account problem, or pool errors.
I can't handle all general mining questions and settings, pool usage questions.



2. Here's my task list I'm focusing.
- one page miner dashboard will come soon.
- ETN or new profitable coin addition
- improve FAQ page and texts all over the pool to guide new miners. I would like to add small explanation popup text all over the website.




3. Thank you for your trust, and patience during the previous 80 minutes of website crash.
I've been running pool for almost 4 years but such long emergency crash didn't happen.
I had really tough day too.

I understand you worry about your coins regarding the hack.
I recommend you to withdraw coins periodically. I don't mean that pool will be hacked, but pool is not intended for wallet service.
Some coin pools can be closed if mining is meaningless too.
Keep your precious coin in your pocket.



I will love to see Decred added to the pools, actually I'm dual mining decred on other pool, but would instaswitch to miningpool if it gets added. Mining ethash since months on miningpool and everything works awesome. Keep up with the good work!
kryztoval
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 09, 2017, 07:04:49 PM
 #4792

a way to see what miners are up, what hash rate they have, and what is its current coin from the workers page would be nice. because going to each pool in an "algorithm" mining (for asics or GPUs) is really hard to know what pool it is mining too.
OdinYggd
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
December 09, 2017, 07:08:37 PM
 #4793

So, free advice that you maybe did not want:  take it easy, relax, mine one coin at one time, and set target payout low (and frequent).  

"A 0.0003 BTC TX fee will apply" (4.29 US) That shit will add up quick if you set it low n' frequent.

Define 'frequent'.

I've had good results for a very long time now with the auto withdraw set to values that make it pay out roughly once a day- and I don't have it withdrawing btc, I am paying out to other coins that have much lower transaction fees.

What you want to avoid is having the miner run for weeks on end without removing the profits from the pool, because those profits end up at risk of being lost if the pool is ever attacked or experiences data corruption.

Figure withdraw every 1-2 days at least to minimize risk of a major loss while simultaneously being conservative about it to reduce how much profit is lost to transaction fees.

According to whattomine, with my rig I should getting 4.7418 VTC a day but the best I did is 2.84989422.
I have 375.91 MH, but on miningpoolhub dashboard best i get is 226MH.
there's some problem obvious, i guess I will be forced to switch to suprnova

I think there were some problems during the night that caused the pool to go down: Source.  Give it another day or two and see what happens. My 24 hour profitability when I looked this morning was barely half of what it had been Friday morning, making me think there was downtime or something and lost profits.

razorseal
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
December 09, 2017, 07:14:29 PM
 #4794

Here is the problem I'm having with the multipoolminer. It's launching ccminer_cuda9 and I'm not sure if it's working with my gpu...

https://s17.postimg.org/o51up9hm7/cuda9.png
MHB
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 09, 2017, 07:17:10 PM
 #4795

Hi, I recently switched from NH and had some questions about Zcoin pool mining using my GTX 1070 with the miner listed by MPH (cc-djm):

1. Which server address should be used and why are there differences? Lyra2z.miningpoolhub... or zcoin.miningpoolh...

2. On the Zcoin Dashboard, I can see the Recent Credits for the past few days.
On 2017-12-08 it was noticeably lower, at about 1020AM UTC, I stopped receiving shares. At about 1220PM I received the email "no shares from worker in 10min". I logged in via TV and it was running as expected. But the shares only resumed at about 0930PM UTC.

How can I debug this? My Monero miner was still going strong, so it cannot be the network connection.
abbv21b
Member
**
Offline Offline

Activity: 161
Merit: 10


View Profile
December 09, 2017, 07:26:38 PM
 #4796

According to whattomine, with my rig I should getting 4.7418 VTC a day but the best I did is 2.84989422.
I have 375.91 MH, but on miningpoolhub dashboard best i get is 226MH.
there's some problem obvious, i guess I will be forced to switch to suprnova

VTC is one of the shittiest coin to mine. Difficulty  variations and the p2pool system suck big time.

Can you elaborate on that? I mean everyone has to deal with those.
Gongolo
Full Member
***
Offline Offline

Activity: 374
Merit: 101


View Profile
December 09, 2017, 07:36:43 PM
 #4797

Hello.
I am trying to use profit switching.
I selected the following profile in "Hub workers":
NVIDIA - Cryptonight, Equihash, Groestl, Lyra2RE2, Myriad-Groestl, NeoScrypt, Skein
Even if Vertcoin looks the more profitable, under "auto switches" it mines BTG, so the profit switching helper starts the equihash miner.
I am missing something, but I can't find it.
aaronsace
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
December 09, 2017, 07:40:14 PM
 #4798

Here is the problem I'm having with the multipoolminer. It's launching ccminer_cuda9 and I'm not sure if it's working with my gpu...

https://s17.postimg.org/o51up9hm7/cuda9.png

Delete it from the folder called 'miners' and/or add an alternative.

Trouble is that it doesn't fail gracefully and just spews out a hash rate reading. People need to get on to the developer so that it fails properly or fix the issue.

Hello? Are you able to read this? Guess what... the best miner ever created has arrived! https://github.com/aaronsace/MultiPoolMiner/releases
razorseal
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
December 09, 2017, 07:42:23 PM
Last edit: December 09, 2017, 08:06:49 PM by razorseal
 #4799

Here is the problem I'm having with the multipoolminer. It's launching ccminer_cuda9 and I'm not sure if it's working with my gpu...

https://s17.postimg.org/o51up9hm7/cuda9.png

Delete it from the folder called 'miners' and/or add an alternative.

Trouble is that it doesn't fail gracefully and just spews out a hash rate reading. People need to get on to the developer so that it fails properly or fix the issue.

I tried, it keeps redownloading it... took it off from miners and bin folders.
OdinYggd
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
December 09, 2017, 07:51:07 PM
 #4800

2. On the Zcoin Dashboard, I can see the Recent Credits for the past few days.
On 2017-12-08 it was noticeably lower, at about 1020AM UTC, I stopped receiving shares. At about 1220PM I received the email "no shares from worker in 10min". I logged in via TV and it was running as expected. But the shares only resumed at about 0930PM UTC.

How can I debug this? My Monero miner was still going strong, so it cannot be the network connection.

I think this was a pool issue last night, since my 24h profitability is about half of what I was expecting. There were some website issues last night, and a database issue as well that resulted in shares not being credited.

Lets see if it continues happening, or if the pool operator finds and fixes an issue.

Hello.
I am trying to use profit switching.
I selected the following profile in "Hub workers":
NVIDIA - Cryptonight, Equihash, Groestl, Lyra2RE2, Myriad-Groestl, NeoScrypt, Skein
Even if Vertcoin looks the more profitable, under "auto switches" it mines BTG, so the profit switching helper starts the equihash miner.
I am missing something, but I can't find it.

I'm getting the impression that the auto switches are not just controlled by profitability, since my miner is also mining equihash (BTG) right now instead of Lyra2RE2(Vertcoin). Its likely that since there are multiple switches, only some of them are switched in situations where two algos have a very similar profitability. Switching everything at once would have such a large difficulty impact on the target networks that they would very quickly become less profitable, and end up switching endlessly back and forth between them.
Pages: « 1 ... 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 [240] 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 ... 383 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!