Pages:
Author

Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC - page 89. (Read 217686 times)

sr. member
Activity: 294
Merit: 250
please help gofund.me/bigs21024 Family in need
@zpool can you look at my addy i mined with P8ra7krMFUu6PcaUneqy5SGrWhRXCUxR7Z and shows 35 unpaid tkn   and 15VC5AijNxnmBW3Txnt616pS539GWzQRbq which shows 0.00089993 BTC which neither i have gotten thanks
anything on this i did not get payment
sr. member
Activity: 476
Merit: 501
Any algo requests? besides ETH & Vanilla Smiley



More coins could be added to skein Smiley

What about axiom, scryptjane?

what skein ones? XDC and SKC?

OK Smiley

MYR, DGB.
Could also look at whirlpoolx and nist5 - whatever the yiimp stratum supports!
legendary
Activity: 3486
Merit: 1126
Any algo requests? besides ETH & Vanilla Smiley



More coins could be added to skein Smiley

What about axiom, scryptjane?

what skein ones? XDC and SKC?

OK Smiley
sr. member
Activity: 476
Merit: 501
Any algo requests? besides ETH & Vanilla Smiley



More coins could be added to skein Smiley

What about axiom, scryptjane?
legendary
Activity: 3486
Merit: 1126
Any algo requests? besides ETH & Vanilla Smiley

sr. member
Activity: 476
Merit: 501
@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?

What version are you using? needs to be ccminer (1.7.6+)

ccminer 1.7.5. Where do I find 1.7.6+?

Perhaps answering my own question, but it looks like the code has been submitted to the tpruvot ccminer repository, but no release tag yet.

yeah , looks like he just hasn't tagged a new version in his repo yet. if you pull the latest, it should be good.

Yep, up and running and producing benchmarks. Tend to prefer compiling from a tagged version, but in this case it works ok at the moment.
sr. member
Activity: 476
Merit: 501
Been trying to setup a config without specifying d=nnnn in the password field to let the stratum adjust the difficulty. I've found some major issues:

1. If decred is specified in the password string, e.g decred=602, without the d=nnnn it appears to be setting difficulty to 602 !
2. Decred and blakecoin algos, I've never seen a share submission below 1.000, yet the stratum starts at 0.5. This leads to poor reported hash rate and poor returns.

On a minor note, it seems stratum ups difficulty quite quickly, but doesn't drop difficulty very quickly.

So back to manually setting the difficulty in the password field (which I didn't want to do to try and keep the password string length down).

Anyone else experienced this?

Will check with the dev. the d=/decred= sounds like a bug and should be fixed and can probably adjust the starting diff's.



Well, here is an odd thing. Running blakecoin cpu miner at diff 0.1 works out okay, just never seen a hash lower than 1.0 on gpu miners. Also seems that some diff settings just don't seem to work to well on some cpu miner algos. confusing.
legendary
Activity: 3486
Merit: 1126
@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?

What version are you using? needs to be ccminer (1.7.6+)

ccminer 1.7.5. Where do I find 1.7.6+?

Perhaps answering my own question, but it looks like the code has been submitted to the tpruvot ccminer repository, but no release tag yet.

yeah , looks like he just hasn't tagged a new version in his repo yet. if you pull the latest, it should be good.
sr. member
Activity: 476
Merit: 501
@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?

What version are you using? needs to be ccminer (1.7.6+)

ccminer 1.7.5. Where do I find 1.7.6+?

Perhaps answering my own question, but it looks like the code has been submitted to the tpruvot ccminer repository, but no release tag yet.
sr. member
Activity: 476
Merit: 501
@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?

What version are you using? needs to be ccminer (1.7.6+)

ccminer 1.7.5. Where do I find 1.7.6+?
legendary
Activity: 3486
Merit: 1126
Not sure what you're after but it's not likely a problem on the pool side.

What address did you mine with and what did the stats page say on zpool?

I may have found the solution.

I think the miner app I was using has a password length bug.

I removed a few lower paying coins, and it now only leaves one launched.   I noticed because the algos that were staying connected were at the end of my algo list in the password.

The status page was showing my password field, well, as much as it could, and I thought it was seeing it all;  but i guess the password just gets truncated, so the server never refused connections that it didn't think were coming in from that particular miner.  =)


Now I dont know if its a pool-side thing or a miner-side thing =)   Probably on my end...

ccminer is limited to 128 password field. On linux, I'm testing a change to increase it.

miner.h
Code:
char pass[128];
Code:
char pass[1024];

Seems to work quite nicely, so I've submitted a pull request to tpruvots ccminer branch.

@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?

What version are you using? needs to be ccminer (1.7.6+)
sr. member
Activity: 476
Merit: 501
Not sure what you're after but it's not likely a problem on the pool side.

What address did you mine with and what did the stats page say on zpool?

I may have found the solution.

I think the miner app I was using has a password length bug.

I removed a few lower paying coins, and it now only leaves one launched.   I noticed because the algos that were staying connected were at the end of my algo list in the password.

The status page was showing my password field, well, as much as it could, and I thought it was seeing it all;  but i guess the password just gets truncated, so the server never refused connections that it didn't think were coming in from that particular miner.  =)


Now I dont know if its a pool-side thing or a miner-side thing =)   Probably on my end...

ccminer is limited to 128 password field. On linux, I'm testing a change to increase it.

miner.h
Code:
char pass[128];
Code:
char pass[1024];

Seems to work quite nicely, so I've submitted a pull request to tpruvots ccminer branch.

@crackfoo - How does the stats option work? I've set it but no stats appear in benchs. Is it because of the age of my card (GTX680), or does a firewall port need opening?
legendary
Activity: 3486
Merit: 1126
Quote
dev why I do not receive payment? This is my address :
Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7

@zpool please answer me!

Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2 is paid and ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7 seems invalid?

I have not received any XNG to this address Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
the second is ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7T, my mistake

ahh bleh, the tx is too big to send for them. I'll work on it.

newbie
Activity: 46
Merit: 0
Quote
dev why I do not receive payment? This is my address :
Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7

@zpool please answer me!

Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2 is paid and ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7 seems invalid?

I have not received any XNG to this address Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
the second is ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7T, my mistake
legendary
Activity: 3486
Merit: 1126
Quote
dev why I do not receive payment? This is my address :
Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7

@zpool please answer me!

Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2 is paid and ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7 seems invalid?
legendary
Activity: 3486
Merit: 1126
why no LTC ?

not enough hashrate to mine it yet and I have to get my stratum more stable on scrypt (sha as well). Currently have a dev looking into it and debugging.

sr. member
Activity: 476
Merit: 501
Not sure what you're after but it's not likely a problem on the pool side.

What address did you mine with and what did the stats page say on zpool?

I may have found the solution.

I think the miner app I was using has a password length bug.

I removed a few lower paying coins, and it now only leaves one launched.   I noticed because the algos that were staying connected were at the end of my algo list in the password.

The status page was showing my password field, well, as much as it could, and I thought it was seeing it all;  but i guess the password just gets truncated, so the server never refused connections that it didn't think were coming in from that particular miner.  =)


Now I dont know if its a pool-side thing or a miner-side thing =)   Probably on my end...

ccminer is limited to 128 password field. On linux, I'm testing a change to increase it.

miner.h
Code:
char pass[128];
Code:
char pass[1024];
newbie
Activity: 46
Merit: 0
Quote
dev why I do not receive payment? This is my address :
Eg9g6vmgKozsvUCTzuK8Vdrbf6H46wvVC2
ARTvB28os3vzJfNbqRQtf5EYC9qcA88K7

@zpool please answer me!
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
Not sure what you're after but it's not likely a problem on the pool side.

What address did you mine with and what did the stats page say on zpool?

I may have found the solution.

I think the miner app I was using has a password length bug.

I removed a few lower paying coins, and it now only leaves one launched.   I noticed because the algos that were staying connected were at the end of my algo list in the password.

The status page was showing my password field, well, as much as it could, and I thought it was seeing it all;  but i guess the password just gets truncated, so the server never refused connections that it didn't think were coming in from that particular miner.  =)


Now I dont know if its a pool-side thing or a miner-side thing =)   Probably on my end...
sr. member
Activity: 294
Merit: 250
please help gofund.me/bigs21024 Family in need
Pages:
Jump to: