Bitcoin Forum
May 30, 2024, 03:08:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 158 »
  Print  
Author Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC  (Read 217622 times)
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 22, 2016, 04:31:56 PM
 #221

Thanks for the info. What code is this system written in? Is it all MySQL/PHP?

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 22, 2016, 04:46:36 PM
 #222

Thanks for the info. What code is this system written in? Is it all MySQL/PHP?

yeah

http://www.yiiframework.com/

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
elbandi
Hero Member
*****
Offline Offline

Activity: 525
Merit: 529


View Profile
January 22, 2016, 05:09:30 PM
 #223

Or alternatively, is there a maximum length to the password string that is confusing the switch to scrypt? (which really is ASIC territory)

my password string looks like this.
d=XXXXX,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

AFAIK, it should allow up to 1024... so still a ways to go for this passwd even
ccminer: limit 127 chars
cpuminer no limit
sgminer: no password limit, but mining.authorize message is 8192 max (so password can be ~7.5k len)
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 22, 2016, 05:13:52 PM
 #224

Or alternatively, is there a maximum length to the password string that is confusing the switch to scrypt? (which really is ASIC territory)

my password string looks like this.
d=XXXXX,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

AFAIK, it should allow up to 1024... so still a ways to go for this passwd even
ccminer: limit 127 chars
cpuminer no limit
sgminer: no password limit, but mining.authorize message is 8192 max (so password can be ~7.5k len)

Ahh yes, there are limits in the miners software too. For zpool it will accept up to 1024 as long as the miner can supply it as well.

Thanks elbandi

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 22, 2016, 08:18:31 PM
 #225

Hi,

We've just added FutCoin (FUTC) to the x13 algo and pushed profitability to the top with this algo.

Cheers!

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 22, 2016, 10:36:20 PM
 #226

Or alternatively, is there a maximum length to the password string that is confusing the switch to scrypt? (which really is ASIC territory)

my password string looks like this.
d=XXXXX,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

AFAIK, it should allow up to 1024... so still a ways to go for this passwd even
ccminer: limit 127 chars
cpuminer no limit
sgminer: no password limit, but mining.authorize message is 8192 max (so password can be ~7.5k len)

Yep, seems to be the issue. Removed a few algos and now my ccminer is switching to myr-gr again. I suppose I could times my normalisation factors by 10 to get rid of a few decimal places and save some space for more algos.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 22, 2016, 11:02:58 PM
 #227

So allowing up to 8 characters for custom difficulty setting, I was running out of password space on ccminer. The myr-gr normalisation factor was getting chopped, and the scrypt parameter was missing completely. (so with scrypt being last on the list, it was probably getting stuck on that when cycling through the loop)

Code:
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
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
REM         8.10........20........30........40........50........60........70........80........90........100.......110.......120....X

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 22, 2016, 11:11:25 PM
 #228

I can't stress this enough. Be sure to check your stats page when you start mining to make sure your currency has been detected properly. With so many different altcoins address versions will be used over and over again. No pool has the ability to automatically know what currency you want to get paid in, so the safest bet is to alway include c=BTC or whatever the symbol is of the currency you want.

If you mine with the wrong one for a while, THEN set your currency, your balance WILL be reset.

It's noted on the main page to set c= if you see it didn't pick the right one.

Cheers

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 23, 2016, 08:23:18 AM
 #229

Not sure if the X15 EverGreen wallet/daemon has gone down, X15 has disappeared from the main page, but one of my miners thinks X15 is the best algo to mine and thus is doing no work, just waiting for it. Looks like the profitability on the connection side of things has not got set to zero when all coins in an algo is down.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 23, 2016, 09:35:03 AM
 #230

@Siolim - perhaps you could clarify why you made the statement 'Very similar to fraud'? All a profit switching mining pool does is mine the most profitable coin and then exchange it for the coin that a user wants paying in. Many people would argue that most altcoins are shtcoins. And perhaps you could clarify what is a garbage algorithm or what you consider is a bad coin. Even a scam coin is hard to define as many coin devs appear to have left the scene, and could be secretly buying up on the cheep before releasing their latest and greatest wallet upgrade.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 23, 2016, 09:36:21 AM
 #231

@crackfoo, could you consider adding TROLL coin. It is tradable on Bleutrade.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 23, 2016, 11:55:29 AM
 #232

@Siolim - perhaps you could clarify why you made the statement 'Very similar to fraud'? All a profit switching mining pool does is mine the most profitable coin and then exchange it for the coin that a user wants paying in. Many people would argue that most altcoins are shtcoins. And perhaps you could clarify what is a garbage algorithm or what you consider is a bad coin. Even a scam coin is hard to define as many coin devs appear to have left the scene, and could be secretly buying up on the cheep before releasing their latest and greatest wallet upgrade.

They sent me a PM, complaining they rented qubit and has not made a return. I have been renting qubit and have been having no problem except as of late my orders don't get filled because someone has high orders. I can only assume it must be them but if they're higher than me.

@Siolim, you can't just rent a bunch of hash at prices our pool doesn't make and expect a return. Prices have to be adjusted all the time as the pools profitability goes up and down. Regardless, it always a slim margin but possible using the right tools to make a return from Nicehash.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 23, 2016, 12:08:31 PM
 #233

@crackfoo, could you consider adding TROLL coin. It is tradable on Bleutrade.

I think I tried before and there were problems with block creation. I'll give it a try again now that we've migrated everything now.


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
crackfoo (OP)
Legendary
*
Offline Offline

Activity: 3486
Merit: 1126



View Profile WWW
January 23, 2016, 12:09:22 PM
 #234

Not sure if the X15 EverGreen wallet/daemon has gone down, X15 has disappeared from the main page, but one of my miners thinks X15 is the best algo to mine and thus is doing no work, just waiting for it. Looks like the profitability on the connection side of things has not got set to zero when all coins in an algo is down.

I noticed that. Will have to see if something can be added to make sure if no coins are active to clear the profit data.

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 23, 2016, 03:33:02 PM
 #235

Not sure if the X15 EverGreen wallet/daemon has gone down, X15 has disappeared from the main page, but one of my miners thinks X15 is the best algo to mine and thus is doing no work, just waiting for it. Looks like the profitability on the connection side of things has not got set to zero when all coins in an algo is down.

I noticed that. Will have to see if something can be added to make sure if no coins are active to clear the profit data.

Thanks, I hope you make this one high priority as although I might have saved a bit of electricity, the heating went off during the night! lol.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 24, 2016, 08:05:11 AM
 #236

Thought I would share an example of a CPU auto algo switching script. It comprises of a main algo loop script, and a wrapper launcher script that allows the selection of the number of threads to use, and launches the algo loop script on low priority so you can still use your computer to do other things. It uses two different cpu miners, a multi miner which covers every algorithm (but is shockingly poor on scrypt performance compared to the original cpu pooler miner), and an x11 optimised miner which kicks ass on that algorithm. The normalisation factors are simply kH/s * 10. Some algos get a better performance boost using multi threads than others, probably dependent on how memory intensive the algo is (and thus the threads are sharing memory bandwidth). Note, I don't use the sleep statement as per the example ccminer page, its pointless. It is also worthwhile setting difficulty setting on CPU miners, as the stratum auto diff takes too long to drop the difficulty. In many cases this is the lowest allowed.

Code:
@ECHO OFF
SETLOCAL
IF %1.==. (
    SET /P threads=Number of threads?
) ELSE (
    SET threads=%1
)
START "DGB Mining at zpool (CPU) - %threads% Threads" /LOW CPU-AlgoSwitch-Loop.bat %threads%
ENDLOCAL
EXIT /B 0

Code:
@ECHO OFF
SETLOCAL
SET threads=%1
SET username=<myAddress>
REM 1 thread normalisation string for multi miner only
REM SET password=c=DGB,scrypt=36,x11=456,x13=334,x15=310,c11=456,lyra2v2=853,quark=865,qubit=730,myr-gr=3730,neoscrypt=30,groestl=2440,blake=25650,blakecoin=47900
REM 1 Thread
REM SET password=c=DGB,scrypt=145,x11=1125,x13=334,x15=310,c11=456,lyra2v2=853,quark=865,qubit=730,myr-gr=3730,neoscrypt=30,groestl=2440,blake=25650,blakecoin=47900
REM 4 Threads
SET password=c=DGB,scrypt=525,x11=4100,x13=825,x15=771,c11=1117,lyra2v2=1937,quark=2184,qubit=1711,myr-gr=7570,neoscrypt=69,groestl=5157,blake=67030,blakecoin=105600
CD ..\..
:START
CD cpuminer-1.3
minerd-corei7-avx.exe -r 0 -a scrypt -o stratum+tcp://mine.zpool.ca:3433 -u %username% -p d=4,%password% -t %threads%
minerd-corei7-avx.exe -r 0 -a X11 -o stratum+tcp://mine.zpool.ca:3533 -u %username% -p d=0.001,%password% -t %threads%
CD ..
CD cpuminer-multi-1-2-dev
cpuminer.exe -r 0 -a x13 -o stratum+tcp://mine.zpool.ca:3633 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a x15 -o stratum+tcp://mine.zpool.ca:3733 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a c11 -o stratum+tcp://mine.zpool.ca:3573 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a lyra2v2 -o stratum+tcp://mine.zpool.ca:4533 -u %username% -p d=0.1,%password% -t %threads%
cpuminer.exe -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a qubit -o stratum+tcp://mine.zpool.ca:4733 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a myr-gr -o stratum+tcp://mine.zpool.ca:5433 -u %username% -p d=0.001,%password% -t %threads%
cpuminer.exe -r 0 -a neoscrypt -o stratum+tcp://mine.zpool.ca:4233 -u %username% -p d=4,%password% -t %threads%
cpuminer.exe -r 0 -a groestl -o stratum+tcp://mine.zpool.ca:5333 -u %username% -p d=0.3,%password% -t %threads%
cpuminer.exe -r 0 -a blake -o stratum+tcp://mine.zpool.ca:5733 -u %username% -p d=0.01,%password% -t %threads%
cpuminer.exe -r 0 -a blakecoin -o stratum+tcp://mine.zpool.ca:5743 -u %username% -p d=0.02,%password% -t %threads%
CD ..
GOTO START
CD zpool\DGB
ENDLOCAL
EXIT /B 0

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
tylerderden
Copper Member
Legendary
*
Offline Offline

Activity: 1162
Merit: 1025



View Profile
January 25, 2016, 07:26:08 AM
 #237

Hey crackfoo, i'm using a doge address for payout it's showing as uno. Does that matter?
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 25, 2016, 09:40:09 AM
 #238

Hey crackfoo, i'm using a doge address for payout it's showing as uno. Does that matter?

Yes, it will result in forfeit of earnings. Set c=DOGE in the password string. The pool might not earn enough DOGE though (it is frequently red), so you may be better mining a different currency and using an exchange to obtain DOGE. Bleutrade and Bittrex have 2 DOGE withdrawal fees, Poloniex is 5 DOGE. Bittrex has 50,000 sats minimum order size, Bleutrade is only 1,000 sats,lits,pups, but is not as liquid.

From the front page.

Quote
WALLET_ADDRESS must be a valid BTC address. Incorrect addresses will result in forfit of earning.
You can also use any valid wallet address from any of the coins we mine. This feature has had minimal testing so use at your own risk
Non-BTC payouts depend on that coin being mined as your BTC balance is traded internally by our system to your currency of choice. If we have not or are not mining that currency your payouts will be delayed until the pool has mined the blocks for you to get paid. If you notice in the pools status that the currency is red, it means there is not sufficient amount of the currency to pay miner(s). It's recommended to use BTC.
Use -p "c=SYMBOL" if zpool does not recognize the currency correctly.
See the "Pool Status" area on the right for PORT numbers. Algorithms without associated coins are disabled.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
AngryDwarf
Sr. Member
****
Offline Offline

Activity: 476
Merit: 501


View Profile
January 26, 2016, 10:25:26 AM
 #239

Yay!! Just noticed a brief switch on to the groestl algorithm and a huge jump in pending coins. Not such a useless algorithm to have after-all.

Scaling and transaction rate: https://bitcointalk.org/index.php?topic=532.msg6306#msg6306
Do not allow demand to exceed capacity. Do not allow mempools to forget transactions. Relay all transactions. Eventually confirm all transactions.
Slava_K
Hero Member
*****
Offline Offline

Activity: 677
Merit: 500



View Profile
January 27, 2016, 10:21:03 AM
 #240

I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...

                                 
                  █████████████████████████████▒
               ▒███████████████████████████████▓░
             ▒████▓                         ░▓███▒░
         ░▒▓████▓                             ░▓███▓▓▒▒░
▓▓▓▓▓████████▓▒               ░░░▒▒▒▒▒░         ░▒█████████▓▓▓▓▓
████████▓▒                ░▒▓▓▓▒▒▒▒▒▒▒▓▓▓▓▒         ░░▒▒████████
▓██▓                   ░▒▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒░             ███▓
▒███                 ░▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓█████▒░         ▓▓█░
░█▓█                ▓█▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓▓▓▓▓▓█████▓██░     ▓███
 ▓██▓             ▒██▒▒░▒▒▒▒▒▒▒░▒▒▒▒▒▒▒▒▒▒▒░▒▒░  ░▓█▓      ███▓
 ▒█▓█            ▓█▓▒▒▒▒▒▒▒▒▒▒░▒░▒░░░░░▒▒░ ░▒░░▓███▓      ▒███▒
  █▓█▓          ▓█▓▒▓▒▒▒▒░░░░░░░░░░░░▒▓▒▒░░▒▒▓█████░      ███▓
  ▒█▓█░        ░██▓▓▒░░░░░░░░░▒▓▒░ ░░░ ░░▒▒▓▓▓▓▓█▒█░     ▓███▒
   ▓▓▓▓        ███▒░░░░░▒░░░▒▒▒▒▒░░░░░▒▒▒▒▒▒▒▒▒▓▓ █░    ▒███▒
   ░▓▓▓▓   ░▒▒ █▓▒▒▒▒▒▓▓▓▒░▒░░░░░░░▒▒▒▒▒▒▒▒▒░▒▒▓ ▒█    ░████
    ░▓▒▓▒ ░▓████▓▓▓▒▒▒▓▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒  ██   ░████
     ▒▓▓██  ▓████▓▒▒░░░░░░░░░▒▒▒▒▒▒▒▒▒▒▒░▒░▒▒░ ░██▒  ░████▒
      ▓████  ░██████▓▓▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░  ░███▓  ░████░
       ▒████   ▓█▓░█████▓▓▒▒▒▒▒▒▒▒▒▒░░░░░░▒▓████░  ▒████▒
        ░████▒  ▒░   ▒██████▓▓▓▒▒▒▒▒▒▒▓██████▓░   ▓████▒
          ████▓         ░▒▓██████████████▓░░    ░████▓
           ▒████▒                              ▓████░
             ▓████░                          ▒████▒
              ░████▓░                      ▒████▓
                ░████▓░                  ▒████▓░
                  ░████▓░              ▒████▓
                     ░▓████▒          ▓████▒
                       ░▒████▓░    ▒████▓
                          ░▓████▓▓████▓░
                             ▒█████▓░
                               ░▒▒░
✬✬✬✬✬















[/cen
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 ... 158 »
  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!