Bitcoin Forum
May 24, 2024, 08:01:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 ... 311 »
2821  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BLC] Blakecoin Blake-256 for GPU/FPGA With Merged Mined Pools Stable Net on: May 01, 2016, 10:43:48 PM
but zpool doesnt have the other 5 coins that is why i ask

the other coins aren't on an exchange that I use so are not enabled on zpool.
2822  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 30, 2016, 12:21:52 PM
Yup, I've tried manipulating those even up to the 600, it then just hangs that much longer.  There were a few other timeouts I tried manipulating as well with little improvement. If only it was smart enough to identify which wallet it was that was causing the issues, and simply disconnect it... it would be so much better. To reset stratum, seems like a big hammer and IMO, was a big shortcut by the orig dev.

I doubt you could narrow it down to any particular coins wallet, as it seems it can be any wallet at any time that might either respond immediately or take a long time to return. I assume the wallet must be doing something that prevents it from processing rpc calls at the time.

Calling GBT with no parameters can return a massive amount of data on the BTC wallet. Do you know if it is making a GBT call on BTC? Since this is not being mined directly, it might be possible to put an exclusion in for the BTC wallet.

Yeah I can't really. I tried reducing them all to just main stream, higher diff coins and it would still happen. Stratum has to be always calling GBT on all coins all the time after each block notify. BTC isn't enabled in stratum so those calls don't get made but yes, BTC GBT spits out a lot of crap. Early on it was enabled and saw errors all the time but isn't the source of the on going issue unfortunately.
2823  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 29, 2016, 05:20:27 PM
Is there any reason not to add skein, the 5th Algo for DGB/MYR/AUR?

I'll be added a few more algos over the next few weeks.

btw, the pool is already running of SSD's and is also distributed over 4  8-12core  servers with 256GB ram. It's not the hardware. I've changed it 3 times now. The hardware investment is now 10-15k a year. I'm still looking for a dev that is willing to re-write port the stratum component to something more robust and stable. I have one prospect so far and it by no means cheap. It will be a $2-3k job and has to be done right. Trust me, nothing I hate more than seeing the stratum resets. It's also BTC out of my pocket too.

My end game is to be A) The most profitable, B) Reliable, C) Stable and D) The biggest.

I've got 3 out of 4 IMO, stability will come as soon as I can get it developed.

Ouch. I hope you get a highly configurable stratum server for that job. It's a bit beyond something I would want to tackle at the moment.
The issue I was getting involved the monitor thread. I was trying to use it to solo mine some MYR which now has the getwork protocol removed. For some reason the system thought my MYR address was not a valid MYR address, so I think I was getting this due to the stratum server not having any jobs to provide.
If your stratums are resetting at the same piece of code (perhaps due to getblocktemplate rpc delays), than I suppose you could always try increasing the max job delay. It might mean the stratum clients aren't being fed with jobs to run at full whack at times, but it might be better than a reset.

stratum.h
Code:
#define YAAMP_MAXJOBDELAY		(2*60)

stratum.cpp
Code:
///////////////////////////////////////////////////////////////////////////////

void *monitor_thread(void *p)
{
        while(1)
        {
                sleep(120);

                if(g_last_broadcasted + YAAMP_MAXJOBDELAY < time(NULL))
                {
                        stratumlog("%s dead lock, exiting...\n", g_current_algo->name);
                        exit(1);
                }
        }
}

///////////////////////////////////////////////////////////////////////////////

Yup, I've tried manipulating those even up to the 600, it then just hangs that much longer.  There were a few other timeouts I tried manipulating as well with little improvement. If only it was smart enough to identify which wallet it was that was causing the issues, and simply disconnect it... it would be so much better. To reset stratum, seems like a big hammer and IMO, was a big shortcut by the orig dev.
2824  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 29, 2016, 01:52:44 PM
Is there any reason not to add skein, the 5th Algo for DGB/MYR/AUR?

I'll be added a few more algos over the next few weeks.

btw, the pool is already running of SSD's and is also distributed over 4  8-12core  servers with 256GB ram. It's not the hardware. I've changed it 3 times now. The hardware investment is now 10-15k a year. I'm still looking for a dev that is willing to re-write port the stratum component to something more robust and stable. I have one prospect so far and it by no means cheap. It will be a $2-3k job and has to be done right. Trust me, nothing I hate more than seeing the stratum resets. It's also BTC out of my pocket too.

My end game is to be A) The most profitable, B) Reliable, C) Stable and D) The biggest.

I've got 3 out of 4 IMO, stability will come as soon as I can get it developed.
2825  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 28, 2016, 06:22:50 PM
Nice to see some new algos in the pool.

Is blakecoin showing the correct hashrate? Wrong units maybe?

Yeah the units doesn't seem to be right. Working on that.
2826  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 28, 2016, 11:31:01 AM
bug to c11 algo maximum shares 79.3800%

Even more scary is the 5% sha256 fee and whopping 20% scrypt fee!!! Surely a development system to production system rollout error.

Whoops, didn't notice that! I forked the pool software to the next version and missed the example where you can set per algo fees.


https://github.com/tpruvot/yiimp/blob/next/web/serverconfig.sample.php#L73
2827  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 27, 2016, 06:15:53 PM
My workers get dead hashrait 15-35%, as from sha-256 - algo, and  scrypt - algo too! (on the zpool .ca)
I need your help!

try adjusting your diff?
2828  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Introducing Francs FRN. Leading the Revolution. on: April 27, 2016, 06:12:43 PM
Hi,

We've added FRN to the miners multipool: www.zpool.ca

Cheers!
2829  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BUCKS] $$$ SwagBucks $$$ |Static PoS Reward|No premine|No IPO on: April 27, 2016, 12:40:32 PM
Is everyone else's blockchain screwed up with SWAG?

Seems this one may have bit the dust on it's own.
2830  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 26, 2016, 02:14:31 PM
Hi crackfoo, is working good now, so far, no hiccups in the connection to decred port, moving my miners here again  Grin
thanks
indkt

Ok good. I was trying to fix my blocknotify for DCR, it missed a couple blocks overnight so had to insert them manually. Just waiting for another block to make sure it's working but it looks like it shouldn't be a problem.

Thanks
2831  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 26, 2016, 02:13:05 PM
i can't comment at the moment;  im pointing speciaifally to DCR this month to see overall profitability...

which ports aren't connecting?   My X11 rig in SF is mining fine right now.... so are the CPU algos.
I'm not sure.... next crash I'll see if I'm able to see it.
EDIT: One is quark.... but it maybe a communication problem causing them to crash.

Crackfoo  could you take a look at quark algo.... i'm getting a price of 1.9000 per gh/s reading on minercontrol and after 5 minutes it crashes my miner.  Thx

yeah something is up with AMS so took it offline. Looks like something up with MMXVI as well on argon.
2832  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 26, 2016, 03:45:44 AM
Hi, I am mining decred, port 5744, it happened again, stratum error on all my miners, connection refused.

now i refresh the zpool page and the decred algo is GONE, WTF?!?!

i think i'm gonna switch pool for now... just in case... will check back tomorrow.


I just upgraded the wallet is all. The first try earlier didn't seem to work. It was getting a tx not found error.

All is good now.

Cheers
2833  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 25, 2016, 03:05:12 PM
Can you set start diff of 1 for decred please. (this has already been done in the yiimp.ccminer.org pool.)

Claymore's dual miner is reporting 10% of the actual hash because the diff is too low and shares are lost. Same for the sp-mod optimized decred kernal.

I have no problems setting 1 for diff. For my CPU miner I actually use 0.1 ....

2834  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CRW][SHA256] Crowncoin. Merged Mining | Time Stamping | Name Your Address on: April 25, 2016, 02:58:19 PM
The crw merged mining function was taken from namecoin. Can you try connecting namecoin to your pool if it does the same?

Hi,

I have recently discovered that if I have CRW running on my sha port, it blocks UNO and MYR from generating blocks. As soon as I disabled CRW, they began creating blocks again...

Is there a known conflict with these coins? Is there some conflict with chainid's or something?

Some insight would be great,

Thanks!

namecoin gives me other errors and doesn't run on my stratum. Some sort of getmempool  error.
2835  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XLTCG] V2.0 Mandatory Update online on: April 25, 2016, 02:54:53 PM
Hi,
We've added XLTCG to the miners multipool: www.zpool.ca
Cheers!

Great News, Thank You  Wink

Thanks, can someone post some more nodes? Seems to only pickup one....

Anyone...

86.5.28.9:48521
- the one active node I see at the moment, if this helps

Seems like we need a rebrand...

I'll list my connections when I get home if it's useful to you

That'd be great. I only see the one mentioned above too.
2836  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XLTCG] V2.0 Mandatory Update online on: April 25, 2016, 12:12:40 PM
Hi,
We've added XLTCG to the miners multipool: www.zpool.ca
Cheers!

Great News, Thank You  Wink

Thanks, can someone post some more nodes? Seems to only pickup one....

Anyone...
2837  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XLTCG] V2.0 Mandatory Update online on: April 25, 2016, 02:05:13 AM
Hi,
We've added XLTCG to the miners multipool: www.zpool.ca
Cheers!

Great News, Thank You  Wink

Thanks, can someone post some more nodes? Seems to only pickup one....
2838  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Decred (DCR) Mining on: April 24, 2016, 11:38:00 PM
Hey there Crackfoo, i've been mining XVG and it's showing payouts, but not showing up in the wallet at Novaexchange, can you check DBp4XKPhRJs6HDo7oRx3MYsn5AuHMuNNmd , Thanks for your time!



Bleh ok. That wallet has been a royal pain in the ass. I'll try and get them out again.
2839  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DCR] Decred - Hybrid PoW/PoS | btcsuite Devs | Tons of New Features | Go on: April 24, 2016, 01:26:14 PM
pool.mn works now with stratum....


suprnova also...

Yes, it was just fixed, thanks for the tip @ pool.mn !

seems to have gone down again, around the same time as yesterday as well.


Works again


Down again. What's the problem?  Huh Roll Eyes


Suprnova is not reliable for DCR

I'm still fighting against some DDoS'es which always happen when i'm offline.

Everything is back up again now, i've put the other pools in the header, you can just put them into your batch file and sg/ccminer switches automatically when the pool goes down and returns back when it's running again.

There's also:

www.zpool.ca and yiimp.ccminer.org which aren't listed.
2840  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [VERGE][XVG] VERGE [POW][Scrypt][privacy focused - full TOR/i2P resources] on: April 23, 2016, 12:58:10 PM
Hi,

We've added XVG to the miners multipool: www.zpool.ca

Cheers!

We're mining on algos scrypt and lyra2rev2 and also payout in XVG on any algo.

Cheers

modified our OP and website to reflect that, thanks =]

Thanks. Might want to skim through the other pools. Some are not up any more.
Pages: « 1 ... 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 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 ... 311 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!