Bitcoin Forum
May 28, 2024, 03:27:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 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 ... 260 »
  Print  
Author Topic: ▂▃▅▆▇⫷[🆉🅿🅾🅾🅻.🅲🅰]⫸⫷[!Paying 10 FLUX PA's!]⫸⫷[ the miners multipool ]⫸▇▆▅▃▂  (Read 279334 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
guytechie
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile
December 17, 2017, 09:00:31 PM
 #3161

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?

Put something in my tip jar if I made your day. Smiley
BTC:
1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
robinlongstride
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
December 17, 2017, 09:52:14 PM
 #3162

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://bitcointalk.org/index.php?topic=1751272.msg17921405#msg17921405

and this thread should be able to get you going:

https://bitcointalk.org/index.php?topic=1777336.msg17729122



How do I figure out the profitability factor for my Baikal ASIC? (X11,X13,X14,X15,Quark,Qubit)
https://ibb.co/dBu9VF
Fromage
Sr. Member
****
Offline Offline

Activity: 338
Merit: 250


View Profile WWW
December 17, 2017, 10:31:27 PM
Last edit: December 17, 2017, 10:52:44 PM by Fromage
 #3163

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

Zpool,Multipoolhub,Hashrefinery, ahashpool, and zergpool... SniffDog will sniff you out profits! https://github.com/Sniffdog/Sniffdogminer/releases..... Hashsynminer (multi address (upto 8 different addresses)...multi mining rig splitter(upto 8 cards)).. https://github.com/Sniffdog/Hashsynminer/releases
guytechie
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500


View Profile
December 17, 2017, 11:43:49 PM
 #3164

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?

Put something in my tip jar if I made your day. Smiley
BTC:
1MkmBHDjonAFXui6JEx9ZmEemfMtUo9Cmu
Fromage
Sr. Member
****
Offline Offline

Activity: 338
Merit: 250


View Profile WWW
December 18, 2017, 01:32:56 AM
 #3165

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

Zpool,Multipoolhub,Hashrefinery, ahashpool, and zergpool... SniffDog will sniff you out profits! https://github.com/Sniffdog/Sniffdogminer/releases..... Hashsynminer (multi address (upto 8 different addresses)...multi mining rig splitter(upto 8 cards)).. https://github.com/Sniffdog/Hashsynminer/releases
kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 03:28:03 AM
Last edit: December 18, 2017, 05:54:56 AM by kaptkrunch
 #3166

Hi all!

Whats up with max coin??? No payout in over a day.

Junkbarman
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
December 18, 2017, 03:40:00 AM
 #3167

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.
Nekor
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 18, 2017, 05:30:55 AM
 #3168

Just curious but can you be paid out in ETH?
kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 05:54:08 AM
 #3169

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.

Are you referring to Max Coin? I dunno ive had two rigs on it for over a day and no payouts at all, no pending, no unconfirmed, in fact my immature went to 23 sats which i run 12 gpus, so its never 23 sats.

Im hoping the pool had a issue and i get paid, but untill them that algo is currently disabled in my software.

kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 05:55:25 AM
 #3170

Just curious but can you be paid out in ETH?

I do believe BTC is the only payout method, dont quote me on that. Unless you mine Max Coin then you get air for payment.

Junkbarman
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
December 18, 2017, 06:16:42 AM
 #3171

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.

Are you referring to Max Coin? I dunno ive had two rigs on it for over a day and no payouts at all, no pending, no unconfirmed, in fact my immature went to 23 sats which i run 12 gpus, so its never 23 sats.

Im hoping the pool had a issue and i get paid, but untill them that algo is currently disabled in my software.

Not so sure about the Max Coin, I'm asking aobut Lithium, UMolecule, and BlakeBitcoin..they are all aux PoW and literally not paying anything. So why is that even being mined?
starcrys
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 18, 2017, 06:31:04 AM
 #3172

Em....Can I just check if the last payout for Sunday has passed? 'Cos I checked and didn't really see a payout and so am wondering if the last payout hasn't happened yet (below's my balance).


Balance                      0.00152950 BTC
Total Unpaid ****      0.00153234 BTC
kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 06:33:18 AM
 #3173

Em....Can I just check if the last payout for Sunday has passed? 'Cos I checked and didn't really see a payout and so am wondering if the last payout hasn't happened yet (below's my balance).


Balance                      0.00152950 BTC
Total Unpaid ****      0.00153234 BTC

i think minimum payout is .0024ish

kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 06:35:00 AM
 #3174

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.

Are you referring to Max Coin? I dunno ive had two rigs on it for over a day and no payouts at all, no pending, no unconfirmed, in fact my immature went to 23 sats which i run 12 gpus, so its never 23 sats.

Im hoping the pool had a issue and i get paid, but untill them that algo is currently disabled in my software.

Not so sure about the Max Coin, I'm asking aobut Lithium, UMolecule, and BlakeBitcoin..they are all aux PoW and literally not paying anything. So why is that even being mined?

I see what your saying, mines been hitting mobilecash for crap payouts. Hmmmm


Lercker
Sr. Member
****
Offline Offline

Activity: 358
Merit: 250


View Profile
December 18, 2017, 06:37:08 AM
 #3175

Em....Can I just check if the last payout for Sunday has passed? 'Cos I checked and didn't really see a payout and so am wondering if the last payout hasn't happened yet (below's my balance).


Balance                      0.00152950 BTC
Total Unpaid ****      0.00153234 BTC
Min balance is 0.002 (was 0.0025 for a couple weeks) for "Sunday" payouts...which now can happen a few times a week so they may not happen on Sunday anymore.
starcrys
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 18, 2017, 06:41:09 AM
 #3176

Em....Can I just check if the last payout for Sunday has passed? 'Cos I checked and didn't really see a payout and so am wondering if the last payout hasn't happened yet (below's my balance).


Balance                      0.00152950 BTC
Total Unpaid ****      0.00153234 BTC
Min balance is 0.002 (was 0.0025 for a couple weeks) for "Sunday" payouts...which now can happen a few times a week so they may not happen on Sunday anymore.

Em....Can I just check if the last payout for Sunday has passed? 'Cos I checked and didn't really see a payout and so am wondering if the last payout hasn't happened yet (below's my balance).


Balance                      0.00152950 BTC
Total Unpaid ****      0.00153234 BTC

i think minimum payout is .0024ish

Wow! Okay, 'cos I checked at the helpdesk and it gave a value of 0.0015...I guess the helpdesk wasn't updated then?

Thanks kaptkrunch. Thanks Lercker.
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
December 18, 2017, 07:49:57 AM
 #3177

Anything that says "auxPOW" is basically "free money" the way I saw it explained in the thread earlier... and some of the "blakecoin" ones do seem to have zero value.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
kaptkrunch
Full Member
***
Offline Offline

Activity: 157
Merit: 150


Cryptoinfo.net Community Crypto


View Profile WWW
December 18, 2017, 08:42:43 AM
 #3178

Anything that says "auxPOW" is basically "free money" the way I saw it explained in the thread earlier... and some of the "blakecoin" ones do seem to have zero value.

Free money for who??? Sure as hell not the miner... My gear was hammering Max coin, immature .00000023 for 12 hrs hash, not exactly killin it.

sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
December 18, 2017, 09:22:59 AM
 #3179

Anything that says "auxPOW" is basically "free money" the way I saw it explained in the thread earlier... and some of the "blakecoin" ones do seem to have zero value.

Free money for who??? Sure as hell not the miner... My gear was hammering Max coin, immature .00000023 for 12 hrs hash, not exactly killin it.

Yes, for the miner -- you can read more about it (Merged Mining):

https://eprint.iacr.org/2017/791.pdf

https://bitcoin.stackexchange.com/questions/273/how-does-merged-mining-work

Junkbarman was asking about the blakecoin algo (which has merged mining) -- so does Lyra2v2 (which you mentioned).

-----

Max Coin - keccak - does not have merged mining - so what I am saying about "auxPOW" does not apply.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
jkminkov
Hero Member
*****
Offline Offline

Activity: 698
Merit: 500


View Profile
December 18, 2017, 12:18:03 PM
 #3180

m7m MAGi taken offline as it looks like they have some chain issues now.

can you set api to show 0 when you shutdown coins, otherwise algoswitch got stuck retrying to connect.

.:31211457:. 100 dollars in one place talking - Dudes, hooray, Bitcoin against us just one, but we are growing in numbers!
Pages: « 1 ... 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 [159] 160 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 ... 260 »
  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!