Bitcoin Forum
June 21, 2024, 06:53:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 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 ... 384 »
  Print  
Author Topic: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.  (Read 487511 times)
chem96
Full Member
***
Offline Offline

Activity: 1330
Merit: 217


https://lifinity.io/


View Profile
November 01, 2017, 03:31:36 PM
 #4201

Hello
newbee question here....
I'm using Ethos with nvidia GPU.
I want to try the "multi-algo switching" proposed.

How and where should I create/put the batch file?

batch file:
Code:
:start
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u username.workername -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u username.workername -p x
ccminer -r 0 -a x11 -o stratum+tcp://hub.miningpoolhub.com:12007 -u username.workername -p x
ccminer -r 0 -a x13 -o stratum+tcp://hub.miningpoolhub.com:12008 -u username.workername -p x
ccminer -r 0 -a x15 -o stratum+tcp://hub.miningpoolhub.com:12009 -u username.workername -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u username.workername -p x
ccminer -r 0 -a qubit -o stratum+tcp://hub.miningpoolhub.com:12014 -u username.workername -p x
ccminer -r 0 -a quark -o stratum+tcp://hub.miningpoolhub.com:12015 -u username.workername -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u username.workername -p x
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u username.workername -p x
ccminer -r 0 -a vanilla -o stratum+tcp://hub.miningpoolhub.com:12019 -u username.workername -p x
timeout 1
goto start

thx

cmbconcretefire
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 01, 2017, 03:36:32 PM
 #4202

Yo Fonyo,

  Multiminer problem guy here from 2 pages ago. Alright, I copied the entire folder over to my 1060 rig. (I had already updated the powershell thing on that rig) After I pasted it into the 1060 rig, I went into the "Miner" folder and deleted everything regarding excavator.

I started it using the start bat. All I can say is that it is doing something. And it appears to be doing it without any errors or red text or warnings about DNS stuff. So, I suppose that's good. Yeah?

Now I have some more very specific questions regarding this multiminer. For instance, I have come to understand that if I'm using MPH or MPCH, I do not need to put a bitcoin address in the bat file. So, I have removed the bitcoin address portion of the bat file. But then this is where my confusion comes in. I DO have to use a username.workername ..... correct? WHERE DO I PUT THIS on the MPH page? Do I create a worker under the "Hub" ....... or what?

Also you said "You will also find this and more relevant information in the FAQ section of the README. I wrote it for a reason!" ---- I'm sorry but what FAQ of the README? Where is that? Because I honestly believe I did read everything regarding the multiminer. < And By doing so, I downloaded the excavator miner because the instructions told me to. Now I'm being told it sucks anyway, and to delete it. Lol.

As far as my start.bat I have the following algo's (copied straight from the bat file as it is right now)

cryptonight,decred,ethash,ethash2gb,equihash,groestl,lbry,lyra2z,neoscrypt,pascal,sia,siaclaymore,sib,lyra2re2,lyra2,lyra2rev2,lyra2v2

I have no idea if this is right, wrong, or otherwise.

It is called multipoolminer Wink aka MPM
Here’s the README https://github.com/aaronsace/MultiPoolMiner/blob/master/README.txt

The username is what you use on MPH to login with.
You don't need to add a worker on MPH, those are automatically added albeit with a delay but that does not cause any issues.

No, you don't need to include a BTC address if you are only using MPH, HOWEVER, not all of the algorithms you listed above are available on MPH (such as sib,sia,pascal,lbry,decred). Also, for the sake of quicker benchmarking and less switching, try to include less algorithms. Depending on what cards you have (1060 rig in this case), it is better to pick algorithms that are on top of the list on MPH and whattomine.com

Add this after the -algorithm command
Code:
cryptonight,ethash,ethash2gb,equihash,groestl,lyra2z,neoscrypt,siaclaymore,lyra2re2,lyra2,lyra2rev2,lyra2v2

You will probably be mining equihash and lyra2rev2 with this as these are the most profitable algos lately.
You can always add more algorithms later.


Fonyo, thanks brother. About > https://github.com/aaronsace/MultiPoolMiner/blob/master/README.txt < I promise, I read it more than once. Smiley The first time you posted it. But, I'm going to go through and read it again.

I understand now about the username.password. Thanks. It also makes sense what you said about MPH and leaving out algo's they don't have. (duh, facepalm) I feel like with your help, I am REALLY CLOSE to having ALL OF THIS wrapped around my head. I just need a few more questions answered.

In my bat file, when you get to the pools part, I have > miningpoolhub, miningpoolcoinhub. First, what is the difference between miningpoolhub and miningpoolcoinhub? I removed zpool and nicehash. I removed those 2 for 2 reasons. As I mentioned before, when I removed zpool, I removed the need for a BTC address in the bat file and that made it a little easier on me at first just to get it up and running. I removed nicehash because I already have nicehash as a completely separate miner.

Question: I have since added a btc address back to the bat file. 1) Should I add zpool back to the list? And I went to zpool's website and it looks like their config (bat) file is structured differently. So, if I do add zpool back, do I need to do anything to the bat file OTHER THAN just adding algo's they have that MPH doesn't?  And should I add nicehash back too?

I am including a screenshot because I have 2 questions about that too: https://imgur.com/a/KhAsR

Notice the "FireiceNvidia 1,2,4, & 5? Where is 0 and 3? I also have the same problem on my 1070 rig. But it's only missing 1 card.
Why did that not benchmark all 6 of my cards and is there a way I can correct that without having to start from scratch in benchmarking?

And the last question regarding that picture: I think I understand what's going on under the "Launched Command." And below that the "Miner" part I think I understand. But to the right of "Miner", I know what BTC means and USD but as far as the %'s and those numbers.....no idea what I'm looking at. > But I am going to read the FAQ again.
fonyo
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
November 01, 2017, 05:59:47 PM
 #4203

Yo Fonyo,

  Multiminer problem guy here from 2 pages ago. Alright, I copied the entire folder over to my 1060 rig. (I had already updated the powershell thing on that rig) After I pasted it into the 1060 rig, I went into the "Miner" folder and deleted everything regarding excavator.

I started it using the start bat. All I can say is that it is doing something. And it appears to be doing it without any errors or red text or warnings about DNS stuff. So, I suppose that's good. Yeah?

Now I have some more very specific questions regarding this multiminer. For instance, I have come to understand that if I'm using MPH or MPCH, I do not need to put a bitcoin address in the bat file. So, I have removed the bitcoin address portion of the bat file. But then this is where my confusion comes in. I DO have to use a username.workername ..... correct? WHERE DO I PUT THIS on the MPH page? Do I create a worker under the "Hub" ....... or what?

Also you said "You will also find this and more relevant information in the FAQ section of the README. I wrote it for a reason!" ---- I'm sorry but what FAQ of the README? Where is that? Because I honestly believe I did read everything regarding the multiminer. < And By doing so, I downloaded the excavator miner because the instructions told me to. Now I'm being told it sucks anyway, and to delete it. Lol.

As far as my start.bat I have the following algo's (copied straight from the bat file as it is right now)

cryptonight,decred,ethash,ethash2gb,equihash,groestl,lbry,lyra2z,neoscrypt,pascal,sia,siaclaymore,sib,lyra2re2,lyra2,lyra2rev2,lyra2v2

I have no idea if this is right, wrong, or otherwise.

It is called multipoolminer Wink aka MPM
Here’s the README https://github.com/aaronsace/MultiPoolMiner/blob/master/README.txt

The username is what you use on MPH to login with.
You don't need to add a worker on MPH, those are automatically added albeit with a delay but that does not cause any issues.

No, you don't need to include a BTC address if you are only using MPH, HOWEVER, not all of the algorithms you listed above are available on MPH (such as sib,sia,pascal,lbry,decred). Also, for the sake of quicker benchmarking and less switching, try to include less algorithms. Depending on what cards you have (1060 rig in this case), it is better to pick algorithms that are on top of the list on MPH and whattomine.com

Add this after the -algorithm command
Code:
cryptonight,ethash,ethash2gb,equihash,groestl,lyra2z,neoscrypt,siaclaymore,lyra2re2,lyra2,lyra2rev2,lyra2v2

You will probably be mining equihash and lyra2rev2 with this as these are the most profitable algos lately.
You can always add more algorithms later.


Fonyo, thanks brother. About > https://github.com/aaronsace/MultiPoolMiner/blob/master/README.txt < I promise, I read it more than once. Smiley The first time you posted it. But, I'm going to go through and read it again.

I understand now about the username.password. Thanks. It also makes sense what you said about MPH and leaving out algo's they don't have. (duh, facepalm) I feel like with your help, I am REALLY CLOSE to having ALL OF THIS wrapped around my head. I just need a few more questions answered.

In my bat file, when you get to the pools part, I have > miningpoolhub, miningpoolcoinhub. First, what is the difference between miningpoolhub and miningpoolcoinhub? I removed zpool and nicehash. I removed those 2 for 2 reasons. As I mentioned before, when I removed zpool, I removed the need for a BTC address in the bat file and that made it a little easier on me at first just to get it up and running. I removed nicehash because I already have nicehash as a completely separate miner.

Question: I have since added a btc address back to the bat file. 1) Should I add zpool back to the list? And I went to zpool's website and it looks like their config (bat) file is structured differently. So, if I do add zpool back, do I need to do anything to the bat file OTHER THAN just adding algo's they have that MPH doesn't?  And should I add nicehash back too?

I am including a screenshot because I have 2 questions about that too: https://imgur.com/a/KhAsR

Notice the "FireiceNvidia 1,2,4, & 5? Where is 0 and 3? I also have the same problem on my 1070 rig. But it's only missing 1 card.
Why did that not benchmark all 6 of my cards and is there a way I can correct that without having to start from scratch in benchmarking?

And the last question regarding that picture: I think I understand what's going on under the "Launched Command." And below that the "Miner" part I think I understand. But to the right of "Miner", I know what BTC means and USD but as far as the %'s and those numbers.....no idea what I'm looking at. > But I am going to read the FAQ again.

Right, we need to take this conversation to Github (Issues section) as we are cluttering MPH's ANN page and being rudely off-topic at this point. So it would be great if you could repost this there. There are many people who will jump in and help.
cmbconcretefire
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
November 01, 2017, 08:59:27 PM
 #4204

Well I certainly meant no disrespect to MPH. I thought my issues with the miner might help others on his pool as well. Anyway, I will go to github as requested.

And MPH, as I stated right from the start, I love your pool. As others have stated, I vote for ZEN and HUSH to be added. Smiley
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
November 02, 2017, 10:44:30 AM
 #4205

Is there any issue with zcoin transactions?
I've already mailed the support , but still no answer...
Blisk
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


View Profile
November 02, 2017, 12:00:58 PM
 #4206

I still have problems with this error. And firewall is opened, worker was created automatically but can't mine.

I tried today mining on hub.miningpoolhub.com with Sgminer 5.5
But all I get is
most likely you put wrong URL, forgot to add port, or have not setup a worker.

dgrilli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 02, 2017, 01:39:28 PM
 #4207

Is there any issue with zcoin transactions?
I've already mailed the support , but still no answer...

Same problem for my transaction 0cbd77c8ebe220eee111e7c558e3a9660fe948f8b05c1e6f0519568d86a4d9fa.
curr3ncytr4d3r
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
November 02, 2017, 07:57:23 PM
 #4208

On the FAQ page you have a list of commands, one for each algorithm. However when I have ethminer in that list it never gets passed that:

  ℹ  20:48:47|ethminer  Connecting to stratum server europe.equihash-hub.miningpoolhub.com:12023
  ℹ  20:48:47|stratum   Connected to stratum server europe.equihash-hub.miningpoolhub.com : 12023
  ℹ  20:48:47|stratum   Starting farm
 cl  20:48:47|cl-0      No work. Pause for 3 s.
 cl  20:48:47|cl-1      No work. Pause for 3 s.
  ℹ  20:48:47|stratum   Subscribed to stratum server
  ℹ  20:48:47|stratum   Worker not authorized: myuser.first
  ℹ  20:48:47|stratum   Disconnecting
  ℹ  20:48:47|stratum   Stopping farm
 cl  20:48:50|cl-0      No work. Pause for 3 s.
 cl  20:48:50|cl-1      No work. Pause for 3 s.
 cl  20:48:53|cl-0      No work. Pause for 3 s.
 cl  20:48:53|cl-1      No work. Pause for 3 s.
 cl  20:48:56|cl-0      No work. Pause for 3 s.
 cl  20:48:56|cl-1      No work. Pause for 3 s.

how to make sure ethminer exists? I have:
~/ethminer -FF exit --farm-retries 0 -G -S europe.equihash-hub.miningpoolhub.com:12023 -O ${USERNAME}.${WORKERNAME}:x -FS exit

thank you
ying_style
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
November 03, 2017, 04:33:16 PM
 #4209

Hi guys I am sorry but I am new to the Mining pool hub, where can we request some additional coins to be added in the pool for example ZenCash or Ubique. Or is there a list of upcoming coins that will be added to this pool.

Thanks!!!
Call_Me_Bambi
Sr. Member
****
Offline Offline

Activity: 574
Merit: 261


View Profile
November 04, 2017, 12:51:21 AM
 #4210

Hi guys I am sorry but I am new to the Mining pool hub, where can we request some additional coins to be added in the pool for example ZenCash or Ubique. Or is there a list of upcoming coins that will be added to this pool.

Thanks!!!

Just post your request in this thread. If you look at past post you will see lots of requests for various coins to be added (many have been) and the MPH dev does take notice, but he has his work cut out and it could be some time before your requested coin is added to the pool.
minerx117
Sr. Member
****
Offline Offline

Activity: 728
Merit: 256

NemosMiner-v3.8.1.3


View Profile
November 04, 2017, 12:57:52 AM
 #4211

added MiningPoolHub support

Create Account https://miningpoolhub.com / add worker

edit: startminingpoolhub.bat

1.change Username and WorkerName to yours

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Donate 5 to 0

5.run startminingpoolhub.bat

https://bitcointalk.org/index.php?topic=1777336.0

Best Regards
Nemo

NemosMiner-v3.8.1.3
fonyo
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
November 04, 2017, 05:59:14 AM
 #4212

Hey Mr MPH,
Do you have any estimated time for launching Zencash and Hush? Thanks.
Blisk
Sr. Member
****
Offline Offline

Activity: 412
Merit: 250


View Profile
November 04, 2017, 08:17:17 AM
 #4213

added MiningPoolHub support

Create Account https://miningpoolhub.com / add worker

edit: startminingpoolhub.bat

1.change Username and WorkerName to yours

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Donate 5 to 0

5.run startminingpoolhub.bat

https://bitcointalk.org/index.php?topic=1777336.0

Best Regards
Nemo

I did that but still can not mine, I get error about not existing worker or wrong password.

dgrilli
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 04, 2017, 12:38:36 PM
 #4214

Just a question on the Zcoin pool stats.
I'm reading 76844.94 MH/s as Pool Hashrate and 63.78 GH as Net Hashrate!
How is it possible?
Is everything ok with the pool?

Thanks.
lankyman
Sr. Member
****
Offline Offline

Activity: 382
Merit: 250


View Profile
November 04, 2017, 06:33:46 PM
 #4215

Any possibilities of  making Ethereum mine with Lbry as it seems to be a good profit at times.
Similar to Eth and Sai i guess, at times.
fonyo
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
November 05, 2017, 09:27:00 AM
 #4216

Any possibilities of  making Ethereum mine with Lbry as it seems to be a good profit at times.
Similar to Eth and Sai i guess, at times.

It is on MPH's to-do list but don't expect it any time soon.
carlo_0000
Legendary
*
Offline Offline

Activity: 1281
Merit: 1003


View Profile
November 06, 2017, 02:51:10 AM
 #4217

hi i m auto exchanging to dgb , but why are they so much small transaction ?
a lot of transaction at the same time then nothing for long time
why is then not just 1 big transaction?


34748224    2017-11-06 00:21:47 (UTC)    Credit    Confirmed    (Shrunk accumulated Credit transactions)       n/a    1,242.77551526
34746970    2017-11-06 00:12:53 (UTC)    Credit    Confirmed    (Shrunk accumulated Credit transactions)       n/a    1,242.77551526
34746963    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475570       n/a    10.25520817
34746952    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475403       n/a    27.93191682
34746946    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13286438       n/a    7.66180003
34746942    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13283324       n/a    9.36794880
34746940    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475276       n/a    45.89336426
34746937    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13281417       n/a    31.60036784
34746934    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...16182602       n/a    0.20610206
34746930    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...10549531       n/a    23.66835516
34746927    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13278633       n/a    22.71433507
34746923    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13276182       n/a    14.15262923
34746917    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13273891       n/a    13.85874422
34746914    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13265385       n/a    18.82230748
34746911    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...16182005       n/a    0.86533509
34746904    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13255281       n/a    26.19851796

is it not a better idea to stop autoexchange, then transfer coins to autoexchange and  run it for a couple of hour ?
miningpoolhub (OP)
Legendary
*
Offline Offline

Activity: 1456
Merit: 1006

Mining Pool Hub


View Profile WWW
November 06, 2017, 06:52:53 AM
 #4218

I have been running the Claymore AMD GPU Mining program on my computer for about 3 days now.  Mind you I am only getting 40 or H/s on ZEC but It says I found a few thousand shares and none were rejected.  However, I am not showing any balances on the website nor any credited/uncredited amount in my Zec wallet on the website.  Is it that my hashrate is too small for me to actually receive any Zec or is something else going on? 


1. Maybe you are using auto exchange?
Check Balances page to see if you have coins mined but exchanged to something else.

2. Check your Zcash Transactions page and check what things are written.

3. Low hashrate is not that ideal usually. Pool would exclude your shares by PPLNS method if your shares are inserted too rarely.
(Pool thinks you are hopping pools)



Good afternoon! Why is the zcoin coin paid on your pool with such a delay? Can you find out why this is so? I apologize for my English.


Zcoin network is not that stable these days.
Dev worked on fixing latest bugs and pool updated to latest few hours ago. I believe it's resolved now.




No money to be made on this site compared to just mining holding and send it to bitrex. I mined 4 hours with 6 x 1070 FE (2890 sols/s) and made zero dollars. no blocks found. low hash i guess. not worth losing your share rate at another site.


ZEC block finding is fluctuating sometimes.
You will get appropriate earning if you mine longer like 1 day.

Anyway are you sure you have zero balance? Maybe you enabled auto exchange feature?





Hello
newbee question here....
I'm using Ethos with nvidia GPU.
I want to try the "multi-algo switching" proposed.

How and where should I create/put the batch file?

batch file:
Code:
:start
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u username.workername -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u username.workername -p x
ccminer -r 0 -a x11 -o stratum+tcp://hub.miningpoolhub.com:12007 -u username.workername -p x
ccminer -r 0 -a x13 -o stratum+tcp://hub.miningpoolhub.com:12008 -u username.workername -p x
ccminer -r 0 -a x15 -o stratum+tcp://hub.miningpoolhub.com:12009 -u username.workername -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u username.workername -p x
ccminer -r 0 -a qubit -o stratum+tcp://hub.miningpoolhub.com:12014 -u username.workername -p x
ccminer -r 0 -a quark -o stratum+tcp://hub.miningpoolhub.com:12015 -u username.workername -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u username.workername -p x
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u username.workername -p x
ccminer -r 0 -a vanilla -o stratum+tcp://hub.miningpoolhub.com:12019 -u username.workername -p x
timeout 1
goto start

thx


You should try mining with simple batch file first. I recommend ZEC mining for NVIDIA cards.
Multi algo switching is not that profitable if it's wrongly configured.

As I don't have ethOS, I can't help much about where put batch files.




Well I certainly meant no disrespect to MPH. I thought my issues with the miner might help others on his pool as well. Anyway, I will go to github as requested.

And MPH, as I stated right from the start, I love your pool. As others have stated, I vote for ZEN and HUSH to be added. Smiley


Thanks. I'm currently working on ZEN. I really feel sorry for late.





Is there any issue with zcoin transactions?
I've already mailed the support , but still no answer...


Zcoin network had some unstable situation. Dev released fixed wallet and now it seems good.
All transactions were propagated and written correctly.





I still have problems with this error. And firewall is opened, worker was created automatically but can't mine.

I tried today mining on hub.miningpoolhub.com with Sgminer 5.5
But all I get is
most likely you put wrong URL, forgot to add port, or have not setup a worker.


Please write your commandline so that we can see how you configured and tried.




Is there any issue with zcoin transactions?
I've already mailed the support , but still no answer...

Same problem for my transaction 0cbd77c8ebe220eee111e7c558e3a9660fe948f8b05c1e6f0519568d86a4d9fa.


https://chainz.cryptoid.info/xzc/tx.dws?0cbd77c8ebe220eee111e7c558e3a9660fe948f8b05c1e6f0519568d86a4d9fa.htm






On the FAQ page you have a list of commands, one for each algorithm. However when I have ethminer in that list it never gets passed that:

  ℹ  20:48:47|ethminer  Connecting to stratum server europe.equihash-hub.miningpoolhub.com:12023
  ℹ  20:48:47|stratum   Connected to stratum server europe.equihash-hub.miningpoolhub.com : 12023
  ℹ  20:48:47|stratum   Starting farm
 cl  20:48:47|cl-0      No work. Pause for 3 s.
 cl  20:48:47|cl-1      No work. Pause for 3 s.
  ℹ  20:48:47|stratum   Subscribed to stratum server
  ℹ  20:48:47|stratum   Worker not authorized: myuser.first
  ℹ  20:48:47|stratum   Disconnecting
  ℹ  20:48:47|stratum   Stopping farm
 cl  20:48:50|cl-0      No work. Pause for 3 s.
 cl  20:48:50|cl-1      No work. Pause for 3 s.
 cl  20:48:53|cl-0      No work. Pause for 3 s.
 cl  20:48:53|cl-1      No work. Pause for 3 s.
 cl  20:48:56|cl-0      No work. Pause for 3 s.
 cl  20:48:56|cl-1      No work. Pause for 3 s.

how to make sure ethminer exists? I have:
~/ethminer -FF exit --farm-retries 0 -G -S europe.equihash-hub.miningpoolhub.com:12023 -O ${USERNAME}.${WORKERNAME}:x -FS exit

thank you


Maybe setting "--farm-retried 0" would do it. I haven't tested it, but read the source code.

I recommend claymore miner than ethminer. Use "-retrydelay -1" option with claymore.




Hi guys I am sorry but I am new to the Mining pool hub, where can we request some additional coins to be added in the pool for example ZenCash or Ubique. Or is there a list of upcoming coins that will be added to this pool.

Thanks!!!


You can just write coin name here.
Zencash, Decred, Komodo will be added.



added MiningPoolHub support

Create Account https://miningpoolhub.com / add worker

edit: startminingpoolhub.bat

1.change Username and WorkerName to yours

2.select how many gpu's you have eg: (1gpu ewbf 0 cc 0) (default 2 gpu ewbf 0 1 cc 0,1) (6gpu ewbf 0 1 2 3 4 5 cc 0,1,2,3,4,5)

3.remove any algos you do not want to mine (default all supported algos enabled)

4.there is a default 5minute per day fee, that can be disabled by changing -Donate 5 to 0

5.run startminingpoolhub.bat

https://bitcointalk.org/index.php?topic=1777336.0

Best Regards
Nemo


Good.


Hey Mr MPH,
Do you have any estimated time for launching Zencash and Hush? Thanks.


I feel really sorry for it. I'm still working on Zencash. I believe I can finish it this week.



Just a question on the Zcoin pool stats.
I'm reading 76844.94 MH/s as Pool Hashrate and 63.78 GH as Net Hashrate!
How is it possible?
Is everything ok with the pool?

Thanks.


Net hash is just estimated value calculated from net difficulty. It can be lower than pool hashrate.
Most things are not accurate in mining world.


Any possibilities of  making Ethereum mine with Lbry as it seems to be a good profit at times.
Similar to Eth and Sai i guess, at times.

LBRY will be added too. The problem is that I'm busy. (lazy maybe)



hi i m auto exchanging to dgb , but why are they so much small transaction ?
a lot of transaction at the same time then nothing for long time
why is then not just 1 big transaction?


34748224    2017-11-06 00:21:47 (UTC)    Credit    Confirmed    (Shrunk accumulated Credit transactions)       n/a    1,242.77551526
34746970    2017-11-06 00:12:53 (UTC)    Credit    Confirmed    (Shrunk accumulated Credit transactions)       n/a    1,242.77551526
34746963    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475570       n/a    10.25520817
34746952    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475403       n/a    27.93191682
34746946    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13286438       n/a    7.66180003
34746942    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13283324       n/a    9.36794880
34746940    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc... 7475276       n/a    45.89336426
34746937    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13281417       n/a    31.60036784
34746934    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...16182602       n/a    0.20610206
34746930    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...10549531       n/a    23.66835516
34746927    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13278633       n/a    22.71433507
34746923    2017-11-06 00:12:52 (UTC)    Credit    Confirmed    Auto Exc...13276182       n/a    14.15262923
34746917    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13273891       n/a    13.85874422
34746914    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13265385       n/a    18.82230748
34746911    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...16182005       n/a    0.86533509
34746904    2017-11-06 00:12:51 (UTC)    Credit    Confirmed    Auto Exc...13255281       n/a    26.19851796

is it not a better idea to stop autoexchange, then transfer coins to autoexchange and  run it for a couple of hour ?


Each transaction item is matching with each Debit_AE transactions of exchanged coin. This is why each debit transaction id is written in the comment.
Coins are sent to exchange site and exchanged immediately as soon as confirmed. This is to lower the price change risks.

Mining Pool Hub - https://miningpoolhub.com
fonyo
Full Member
***
Offline Offline

Activity: 304
Merit: 100



View Profile
November 06, 2017, 07:34:36 AM
 #4219

I may have been reading the Block Shares graph on the Blocks page incorrectly.

So if the Actual (orange line) and Average (green line) are below the Expected (blue line), does it mean:
1. it took us less time (less shares) to find blocks OR
2. we found less blocks

In the last hour we had a 108% luck (unlucky), yet if the first case above was true, it would mean we have found blocks quicker than expected, right? However, the Block Overview below shows the opposite and makes me think the second case is true.

Can anyone confirm or even elaborate further?
ivan1109
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 06, 2017, 01:29:18 PM
 #4220

Hi. What about pirl coin?  Will it be added on miningpoolhub?
Pages: « 1 ... 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 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 ... 384 »
  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!