Author

Topic: ▂▃▅▆▇⫷[ 🆉🅿🅾🅾🅻.🅲🅰 ]⫸⫷[!KAWPOW!]⫸⫷[ the miners multipool ]⫸ ▇▆▅▃▂ - page 102. (Read 279601 times)

full member
Activity: 168
Merit: 100
https://imgur.com/DI4B4xD

Why in the world is that saying zero?

I don't have the biggest miners, but damn I just don't understand that. Using nemosminer auto switched to that coin and then to see that payout is just discouraging.
full member
Activity: 157
Merit: 150
Cryptoinfo.net Community Crypto
Hi all!

Whats up with max coin??? No payout in over a day.
sr. member
Activity: 338
Merit: 250
Thanks!

Are you going to have a thread dedicated to your script?  Been using it for a few days and love it for the pool switching.  Any plans on adding cryptonight?

Yes just add it to your startsniffin.bat and increase the interval a bit (from 90)... only picks up Monroe

Thanks again.  Worked like a treat.  Any plans on creating a thread in bitcointalk for your Sniffindog script?

Perhaps if I get some help answering questions...

In the meantime you can find me under the issues tab at GitHub Smiley
hero member
Activity: 677
Merit: 500
Thanks!

Are you going to have a thread dedicated to your script?  Been using it for a few days and love it for the pool switching.  Any plans on adding cryptonight?

Yes just add it to your startsniffin.bat and increase the interval a bit (from 90)... only picks up Monroe

Thanks again.  Worked like a treat.  Any plans on creating a thread in bitcointalk for your Sniffindog script?
sr. member
Activity: 338
Merit: 250
No need to remove keccak.

Go to the Pools folder and edit the zpool.ps1 (and zpool24hr.ps1) file(s).

This works for NemosMiner and Sniffdogminer (and others based off the same script).

Find the line "switch($Zpool_Algorithm)" and add the line " "keccak"{$Divisor *= 1000} ".

See example:

Code:
switch($Zpool_Algorithm)
    {
        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
        "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
        "keccak"{$Divisor *= 1000}
    }

No I took it off because that's not the algo's I have been watching lately Wink

Also the stratum diff is out as well...but I'll keep on adding them to zpool's


        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
       "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
       "x11"{$Divisor *= 100}
        "keccak"{$Divisor *= 1000}

Thanks!

Are you going to have a thread dedicated to your script?  Been using it for a few days and love it for the pool switching.  Any plans on adding cryptonight?

Yes just add it to your startsniffin.bat and increase the interval a bit (from 90)... only picks up Monroe
newbie
Activity: 32
Merit: 0
Hello, I am interested in switching to zpool from miningpoolhub because zpool supports more coins.

It says in setup to set profitability factors in .bat file. How do I figure out the profitability factor for the rig I am using? I will be using a 1070, 1080, and 2 rx 480s for now.

Or is it fine to not set any factors in -p and leave it default?

Thanks for the help!

This post:

https://bitcointalksearch.org/topic/m.17921405

and this thread should be able to get you going:

https://bitcointalksearch.org/topic/m.17729122



How do I figure out the profitability factor for my Baikal ASIC? (X11,X13,X14,X15,Quark,Qubit)
https://ibb.co/dBu9VF
hero member
Activity: 677
Merit: 500
No need to remove keccak.

Go to the Pools folder and edit the zpool.ps1 (and zpool24hr.ps1) file(s).

This works for NemosMiner and Sniffdogminer (and others based off the same script).

Find the line "switch($Zpool_Algorithm)" and add the line " "keccak"{$Divisor *= 1000} ".

See example:

Code:
switch($Zpool_Algorithm)
    {
        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
        "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
        "keccak"{$Divisor *= 1000}
    }

No I took it off because that's not the algo's I have been watching lately Wink

Also the stratum diff is out as well...but I'll keep on adding them to zpool's


        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
       "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
       "x11"{$Divisor *= 100}
        "keccak"{$Divisor *= 1000}

Thanks!

Are you going to have a thread dedicated to your script?  Been using it for a few days and love it for the pool switching.  Any plans on adding cryptonight?
newbie
Activity: 29
Merit: 0
Whoa Zpool.....woke up this morning to see keccak at 3,000usd and my rigs were pumping at your site but with no diff adjusts happening...

I verified... when I moved all keccak mining from Sniffdog to another pool (with the diff's working) and noticed even the numbers are different on profit! ie: It's still reading your api but mining elsewhere and profit is much lower

please fix soon!

Fromage - great application you have there - thanks! my statements come from use of your application on my test rig, and pointing my larger rigs there using linux/ccminer concurs with your results (stated above)


Thank you and Happy Holidays! I'm still waiting on EWBF 0.3.4c to enter the ring. Hopefully soon!

Removed Keccak from my test rig as well Smiley

Wishing you all the best gruntbull!



Thank you and Merry Christmas to you as well! Have a great week!
sr. member
Activity: 338
Merit: 250
No need to remove keccak.

Go to the Pools folder and edit the zpool.ps1 (and zpool24hr.ps1) file(s).

This works for NemosMiner and Sniffdogminer (and others based off the same script).

Find the line "switch($Zpool_Algorithm)" and add the line " "keccak"{$Divisor *= 1000} ".

See example:

Code:
switch($Zpool_Algorithm)
    {
        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
        "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
        "keccak"{$Divisor *= 1000}
    }

No I took it off because that's not the algo's I have been watching lately Wink

Also the stratum diff is out as well...but I'll keep on adding them to zpool's


        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
       "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
       "x11"{$Divisor *= 100}
        "keccak"{$Divisor *= 1000}
hero member
Activity: 677
Merit: 500
No need to remove keccak.

Go to the Pools folder and edit the zpool.ps1 (and zpool24hr.ps1) file(s).

This works for NemosMiner and Sniffdogminer (and others based off the same script).

Find the line "switch($Zpool_Algorithm)" and add the line " "keccak"{$Divisor *= 1000} ".

See example:

Code:
switch($Zpool_Algorithm)
    {
        "equihash"{$Divisor /= 1000}
        "blake2s"{$Divisor *= 1000}
        "blakecoin"{$Divisor *= 1000}
        "decred"{$Divisor *= 1000}
        "keccak"{$Divisor *= 1000}
    }
sr. member
Activity: 338
Merit: 250
Whoa Zpool.....woke up this morning to see keccak at 3,000usd and my rigs were pumping at your site but with no diff adjusts happening...

I verified... when I moved all keccak mining from Sniffdog to another pool (with the diff's working) and noticed even the numbers are different on profit! ie: It's still reading your api but mining elsewhere and profit is much lower

please fix soon!

Fromage - great application you have there - thanks! my statements come from use of your application on my test rig, and pointing my larger rigs there using linux/ccminer concurs with your results (stated above)


Thank you and Happy Holidays! I'm still waiting on EWBF 0.3.4c to enter the ring. Hopefully soon!

Removed Keccak from my test rig as well Smiley

Wishing you all the best gruntbull!

newbie
Activity: 29
Merit: 0
Whoa Zpool.....woke up this morning to see keccak at 3,000usd and my rigs were pumping at your site but with no diff adjusts happening...

I verified... when I moved all keccak mining from Sniffdog to another pool (with the diff's working) and noticed even the numbers are different on profit! ie: It's still reading your api but mining elsewhere and profit is much lower

please fix soon!

Fromage - great application you have there - thanks! my statements come from use of your application on my test rig, and pointing my larger rigs there using linux/ccminer concurs with your results (stated above)
newbie
Activity: 44
Merit: 0
what wrong with hasrate in qubit algo. I have more than 2000mhs. but your system show only 900mhs ?
sr. member
Activity: 338
Merit: 250
Whoa Zpool.....woke up this morning to see keccak at 3,000usd and my rigs were pumping at your site but with no diff adjusts happening...

I verified... when I moved all keccak mining from Sniffdog to another pool (with the diff's working) and noticed even the numbers are different on profit! ie: It's still reading your api but mining elsewhere and profit is much lower

please fix soon!
hero member
Activity: 677
Merit: 500
Couple questions:

1.  What is a good difficulty setting (d=xxx) for equihash at 300 sols/s?  I'm currently finding a share every 5 to 8 minutes and the pool is not auto-adjusting to a lower difficulty.

2. When you disable m7m, can you disable it in a way where miners would automatically switch to a different algo?  Mine are still trying to connect to the m7m stratum even though I have them configured to auto-switch xevan and yescrypt.  I thought before it wasn't possible, but other yiimp pools works fine (currently moved my CPU miners to hashrefinery temporarily until zpool can implement this feature).  When they removed m7m, my miners actually moved to another algo!
newbie
Activity: 31
Merit: 0
Hello Zpool lovers...,     

I contacted Mining Rig Rentals, to see if they could fix the continuesly swapping of Zpool.ca to otherpools.

Zpool still(?) sometimes times out, or takes longer than normal to establish connection to the servers of MRR, which results in the backup-pools kicking in. When switching it back, it jumps to backup pool again, with an interval of 1 to 4 hours, but we cant be sure it keeps mining at Zpool.

Directly connecting my miners (S9's, D3 and L3) gives some better results, for 1 to 2 hours...then all miners are gone from the overview.
Rebooting miners, fixes it for say 1 hour.

Testing it (MRR) with Zpool, from newly created servers where i sent my shares to doesnt solv it. (eu-de01, eu-de02, eu-01, and even USA)

Just like last night, i set all miners to Zpool, to come back 45 mins later, so find them mining at mining-dutch.nl . Since that site, and some others do not have this behaviour . I checked our systems last night, and did not find any strange behaviour.

So what more i can try to improve the connections towards Zpool.ca? Been mining there long time, but since those nicehash refugee's came, everything just works not so nice anymore :-(

Regards,

DS-M
newbie
Activity: 29
Merit: 0
What's wrong with "keccak"? Miner tel that hash 700mh, site = 40Mh.


Same.  Miner hashing at 3.8 GH, but site says 9.2 MH.

have a few machines pointed at Keccak (MAX) and no joy - I have two with 5.8GH and a test rig with 1.1GH all reporting= 22MH, 17MH, 7.3MH respectively. Looking in the mining window two are 5.8GH (give or take a few MH) and the test rig is 1.1GH in Alexis and 958MH in Tpruvot

To add more clarity 2 rigs of 6 1080ti both report on miner (Tpruvot) 5,800 MH - or 5.8GH. On zpool.ca the report (with no rejects) is 22MH for one and 17MH for the other after 45mins; which in my experience with zpool usually you get much closer to your full hash rate reported in that amount of time.

Mining Lyra2v2 the reported on miner and on site are +/- 2% from each other.
hero member
Activity: 677
Merit: 500
What's wrong with "keccak"? Miner tel that hash 700mh, site = 40Mh.


Same.  Miner hashing at 3.8 GH, but site says 9.2 MH.
legendary
Activity: 3486
Merit: 1126
Hi guys,

anyone can help with setting Antminer D3 with multipool?

Thanks in advance!

settings on main page, what more do you need?
newbie
Activity: 4
Merit: 0
Hi guys,

anyone can help with setting Antminer D3 with multipool?

Thanks in advance!
Jump to: