Author

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

legendary
Activity: 3164
Merit: 1003
Anyone know how I can override the gray scale to white on the pool page?  Thx

Is it any better now?
Yes crackfoo....great.. Cheesy..  thank you. Smiley
legendary
Activity: 3486
Merit: 1126
Anyone know how I can override the gray scale to white on the pool page?  Thx

Is it any better now?
legendary
Activity: 3164
Merit: 1003
Anyone know how I can override the gray scale to white on the pool page?  Thx
newbie
Activity: 5
Merit: 0
crackfoo, please help me
I have problem with my balance 1KNidrNWmyqi7KvQaRPxQfKMFvG9JsTEVj
I mined 1090 Feathercoin, March 4 approximately from 00:00 to 1:00 (GMT)
They were on the balance sheet, and after fork, loses
Please sort things, thank you in advance
legendary
Activity: 3164
Merit: 1003
I'm not sure if you have the last bit right:

-d 0,1,2,3,4,5

Not sure what this is for? Difficulty is set with d=

edit:

n/m it's for your miner settings....

Yes it should work just the same. Except, you might earn more BTC Wink
Thank you
Yes the -d argument or command is the device or card number you want to mine with in ccminer.
Giving it a try.  Wink
legendary
Activity: 3486
Merit: 1126
I'm not sure if you have the last bit right:

-d 0,1,2,3,4,5

Not sure what this is for? Difficulty is set with d=

edit:

n/m it's for your miner settings....

Yes it should work just the same. Except, you might earn more BTC Wink
legendary
Activity: 3164
Merit: 1003
crackfoo... anyone please...I use this bat file on hashpower.....will it work as is on your pool? I know I need to change the stratum, but what else do I need to change if anything  .... for BTC and ccminer windows 8.1.

Thx

:loop

ccminer.exe -r 0 -a quark -C --cpu-priority 1  -o stratum+tcp://hashpower.co:4033 -u BITCOIN wallet address   -p

x11=19.2,quark=41,lyra2v2=30,qubit=29,neoscrypt=1.1 -d 0,1,2,3,4,5
timeout /t 3

ccminer.exe -r 0 -a lyra2v2  -C --cpu-priority 1 -o stratum+tcp://hashpower.co:5433 -u BITCOIN wallet address  -p

x11=19.2,quark=41,lyra2v2=30,qubit=29,neoscrypt=1.1 -d 0,1,2,3,4,5
timeout /t 3

ccminer.exe -r 0 -a qubit  -C --cpu-priority 1 -o stratum+tcp://hashpower.co:4733 -u BITCOIN wallet address  -p

x11=19.2,quark=41,lyra2v2=30,qubit=29,neoscrypt=1.1 -d 0,1,2,3,4,5
timeout /t 3

ccminer.exe -r 0 -a x11  -C --cpu-priority 1 -o stratum+tcp://hashpower.co:3533 -u BITCOIN wallet address  -p

x11=19.2,quark=41,lyra2v2=30,qubit=29,neoscrypt=1.1 -d 0,1,2,3,4,5
timeout /t 3

ccminer.exe -r 0 -a neoscrypt  -C --cpu-priority 1 -o stratum+tcp://hashpower.co:4233 -u BITCOIN wallet address  -p

x11=19.2,quark=41,lyra2v2=30,qubit=29,neoscrypt=1.1 -d 0,1,2,3,4,5
timeout /t 3

goto loop
hero member
Activity: 528
Merit: 500
is it possible to use different difficulty settings for different algos when using multi algo mining ?

Yes. Example ccminer batch file below. I've previously posted AMD and cpuminer examples.



Set the difficulty to provide around 5-15 submits a second. The auto diff adjustments takes too long when algo switching.

thanks I need to see how to do it with sgminer
cheers

Edit I think I got it now ,,, but how do I calculate me "submits/sec" or do I just set my diff to what auto diff stops at ?


I usually set up a script for each algo, do a performance run over 10 mins and calculate the average submits per second. Depending on the algo, you can adjust it to be a bit on the faster side or slower side depending on how fast the coins are in that algo. Although what the auto diff settles at will probably suffice.

Example sgminer conf file entry:

Code:
    "pools" : [
         {
              "name" : "X11",
              "url" : "stratum+tcp://mine.zpool.ca:3533",
              "user" : "",
              "pass" : "d=0.004,c=BTC,x11=10.4,x13=5.7,x15=5.1,lyra2v2=8.7,qubit=16.1,quark=6.6",
              "algorithm" : "X11",
              "intensity" : "20",
              "thread-concurrency" : "8000"
         },

Note: you are best setting up your own normalisation factors as these vary greatly between GPU capabilities. Some multiple of hash rate output will suffice.


ok so you are making a different password for each algo's profile yeah

I have done something slightly different but it seem's to be working  do you know any reason why this might cause any problems :-
every profile has the same password like this

           "pass" : "c=BTC,d=0.072,x11=30,d=0.072,x13=22,d=0.096,x15=18,d=15.00,qubit=25",

Edit what are "submits/sec"
sr. member
Activity: 476
Merit: 501
is it possible to use different difficulty settings for different algos when using multi algo mining ?

Yes. Example ccminer batch file below. I've previously posted AMD and cpuminer examples.



Set the difficulty to provide around 5-15 submits a second. The auto diff adjustments takes too long when algo switching.

thanks I need to see how to do it with sgminer
cheers

Edit I think I got it now ,,, but how do I calculate me "submits/sec" or do I just set my diff to what auto diff stops at ?


I usually set up a script for each algo, do a performance run over 10 mins and calculate the average submits per second. Depending on the algo, you can adjust it to be a bit on the faster side or slower side depending on how fast the coins are in that algo. Although what the auto diff settles at will probably suffice.

Example sgminer conf file entry:

Code:
    "pools" : [
         {
              "name" : "X11",
              "url" : "stratum+tcp://mine.zpool.ca:3533",
              "user" : "",
              "pass" : "d=0.004,c=BTC,x11=10.4,x13=5.7,x15=5.1,lyra2v2=8.7,qubit=16.1,quark=6.6",
              "algorithm" : "X11",
              "intensity" : "20",
              "thread-concurrency" : "8000"
         },

Note: you are best setting up your own normalisation factors as these vary greatly between GPU capabilities. Some multiple of hash rate output will suffice.

hero member
Activity: 528
Merit: 500
is it possible to use different difficulty settings for different algos when using multi algo mining ?

Yes. Example ccminer batch file below. I've previously posted AMD and cpuminer examples.



Set the difficulty to provide around 5-15 submits a second. The auto diff adjustments takes too long when algo switching.

thanks I need to see how to do it with sgminer
cheers

Edit I think I got it now ,,, but how do I calculate me "submits/sec" or do I just set my diff to what auto diff stops at ?
sr. member
Activity: 476
Merit: 501
is it possible to use different difficulty settings for different algos when using multi algo mining ?

Yes. Example ccminer batch file below. I've previously posted AMD and cpuminer examples.

Code:
@ECHO OFF
TITLE BTC Mining at zpool (GTX680)
SETLOCAL
SET username=btc-address
REM SET password=c=BTC,x11=8.7,x13=6.7,x15=6.1,c11=8.7,qubit=15.0,quark=12.3,lyra2v2=3.8,groestl=23.9,blake=624.5,blakecoin=978.7,myr-gr=42.2,scrypt=1
REM SET password=c=BTC,x11=87,x13=67,x15=61,c11=87,qubit=150,quark=123,lyra2v2=38,myr-gr=422,groestl=239,blake=6245,blakecoin=9787
SET password=c=BTC,x11=87,x13=67,x15=61,qubit=150,quark=123,lyra2v2=38,scrypt=10
REM         8.10........20........30........40........50........60........70........80........90........100.......110.......120....X
CD ..\..
CD ccminer-rel1.7.0-vc2013-x86
:START
ccminer-21-30-50-52.exe -r 0 -a x11 -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:3533 -u %username% -p d=0.008,%password%
ccminer-21-30-50-52.exe -r 0 -a x13 -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:3633 -u %username% -p d=0.004,%password%
ccminer-21-30-50-52.exe -r 0 -a x15 -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:3733 -u %username% -p d=0.004,%password%
REM ccminer-21-30-50-52.exe -r 0 -a c11 -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:3573 -u %username% -p d=0.008,%password%
REM Neoscrypt not supported on SM3.0 devices
REM ccminer-21-30-50-52.exe -r 0 -a neoscrypt -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:4233 -u %username% -p %password%
ccminer-21-30-50-52.exe -r 0 -a qubit -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:4733 -u %username% -p d=0.01,%password%
ccminer-21-30-50-52.exe -r 0 -a quark -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:4033 -u %username% -p d=0.01,%password%
ccminer-21-30-50-52.exe -r 0 -a lyra2v2 -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:4533 -u %username% -p d=1,%password%
REM ccminer-21-30-50-52.exe -r 0 -a myr-gr -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:5433 -u %username% -p d=0.02,%password%
REM ccminer-21-30-50-52.exe -r 0 -a groestl -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:5333 -u %username% -p d=2,%password%
REM ccminer-21-30-50-52.exe -r 0 -a blake -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:5733 -u %username% -p d=0.05,%password%
REM ccminer-21-30-50-52.exe -r 0 -a blakecoin -d gtx680 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:5743 -u %username% -p d=0.05,%password%
ccminer-21-30-50-52.exe -r 0 -a scrypt -d gtx680 -l K8x28 --interactive 1 --show-diff -o stratum+tcp://mine.zpool.ca:3433 -u %username% -p d=32,%password%
GOTO START
CD ..
CD zpool\BTC
ENDLOCAL
EXIT /B 0

Set the difficulty to provide around 5-15 submits a second. The auto diff adjustments takes too long when algo switching.
hero member
Activity: 528
Merit: 500
is it possible to use different difficulty settings for different algos when using multi algo mining ?
sr. member
Activity: 476
Merit: 501
Also I am the only miner but my share rate tops out at 80%.
Welp, guess that answers my question about the share rate bug. Anyone else agree that fixing this should be a major priority for the pool, or are most people okay with a 20+% fee?

No, not happy with any non-transparent fee. However, in the last few weeks BTC income has significantly improved, so I still mine here from time to time as well as doing some solo mining.

I did a quick audit of my quark mining and it looks ok. My reported share rate is correct and i get the reported share of
a block.

C11 has since been disabled so I will give the admin the benefit of the doubt but this issue needs to be investigated because
even the appearance of fraud can ruin a reputation forever.

The 80% share issue effects all algos, it is just only obvious on those algos that you can solo mine which have largely been removed now. The user share rate passes through an odd formula which I have raised with the maintainer of the reference code branch, but he appears not to want to put his brain to it.
At the moment though, profitability has significantly improved on this site so I am going to put it down to a display issue that needs fixing.
As for the c11 algo's, last time this was enabled my miners that supported it were almost always stuck on it. These are bottom of the pile junk coins, and the trading functions are primitive order book rippers, so I suspect that I wasn't get the expected income due to a thin orderbook and it was effecting profits.
legendary
Activity: 1470
Merit: 1114
how to do automaticly change pool based on price?? i'm don't  know how to do thats

my comment was specific to nicehash, and my antminers:
search online about how to configure your nicehash connection so that it only reports "up" if profitability is above a chosen amount.  The profitability amount is configured through the password you use.   I don't have the instructions, and I am on the other side of the worked from my miners and home;  I did a google search and found it easily when I first configured it.  I have nicehash as my primary which is always down unless the profitability is high enough;  and zpool as my secondary which is up 99% of the time.  my 3rd pool is nicehash without the special password configuration so that it will failover to it if zpool has a stratum disconnect.

Since zpool has been under ~0.0050mBTC/Gh in the past few weeks;  That's the threshold I set for myself. 

http://www.zpool.ca/site/multialgo
newbie
Activity: 22
Merit: 0
Are there problems with the stratum server?
I mine (scrypt) since the beginning of zpool and check my log files every few days.
Now I can not connect to stratum server. I have not changed my hardware or software.

[2016-02-25 11:10:20] Starting Stratum on stratum+tcp://mine.zpool.ca:3433
[2016-02-25 11:10:50] Stratum connection failed: Connection timed out after 30001 milliseconds
[2016-02-25 11:10:50] ...retry after 5 seconds

What about my problem? I want to mine at your pool or it is not more possible for me?

I use Minera at the latest version with cpuminer. It worked well...

Please help me! THX.


It works now again! Happy mining :-)
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
how to do automaticly change pool based on price?? i'm don't  know how to do thats

my comment was specific to nicehash, and my antminers:
search online about how to configure your nicehash connection so that it only reports "up" if profitability is above a chosen amount.  The profitability amount is configured through the password you use.   I don't have the instructions, and I am on the other side of the worked from my miners and home;  I did a google search and found it easily when I first configured it.  I have nicehash as my primary which is always down unless the profitability is high enough;  and zpool as my secondary which is up 99% of the time.  my 3rd pool is nicehash without the special password configuration so that it will failover to it if zpool has a stratum disconnect.

Since zpool has been under ~0.0050mBTC/Gh in the past few weeks;  That's the threshold I set for myself. 
legendary
Activity: 1470
Merit: 1114
Also I am the only miner but my share rate tops out at 80%.
Welp, guess that answers my question about the share rate bug. Anyone else agree that fixing this should be a major priority for the pool, or are most people okay with a 20+% fee?

No, not happy with any non-transparent fee. However, in the last few weeks BTC income has significantly improved, so I still mine here from time to time as well as doing some solo mining.

I did a quick audit of my quark mining and it looks ok. My reported share rate is correct and i get the reported share of
a block.

C11 has since been disabled so I will give the admin the benefit of the doubt but this issue needs to be investigated because
even the appearance of fraud can ruin a reputation forever.
sr. member
Activity: 476
Merit: 501
Also I am the only miner but my share rate tops out at 80%.
Welp, guess that answers my question about the share rate bug. Anyone else agree that fixing this should be a major priority for the pool, or are most people okay with a 20+% fee?

No, not happy with any non-transparent fee. However, in the last few weeks BTC income has significantly improved, so I still mine here from time to time as well as doing some solo mining.
member
Activity: 97
Merit: 10
Also I am the only miner but my share rate tops out at 80%.
Welp, guess that answers my question about the share rate bug. Anyone else agree that fixing this should be a major priority for the pool, or are most people okay with a 20+% fee?
newbie
Activity: 26
Merit: 0
Still waiting for my last payout on LTC.  ~3.677 left unpaid for three weeks now.

Wallet address there is LU2b4ZVEaciNskdD2MpfimtjgFzhiy7jsi
Jump to: