Bitcoin Forum
June 23, 2024, 10:55:18 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 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 ... 282 »
  Print  
Author Topic: [ANN][The Original Multipool - Scrypt/SHA256/Scrypt-N/X11] multipool.us  (Read 424131 times)
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 26, 2013, 10:10:51 PM
 #2621

I did also throw a bit of hardware at this problem.  I doubled the CPU and Memory on the DB server.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
erk
Hero Member
*****
Offline Offline

Activity: 826
Merit: 500



View Profile
August 26, 2013, 10:12:56 PM
 #2622

I did also throw a bit of hardware at this problem.  I doubled the CPU and Memory on the DB server.
For good performance, you need enough RAM to cache the entire MySQL database.

If not, it needs to be on fast SSD. Also check that you have forgotten to index important columns.
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 26, 2013, 10:21:56 PM
 #2623

I did also throw a bit of hardware at this problem.  I doubled the CPU and Memory on the DB server.
For good performance, you need enough RAM to cache the entire MySQL database.

If not, it needs to be on fast SSD. Also check that you have forgotten to index important columns.

Yes, I solved most query issues long ago when we were on Amazon with the slowest disks imaginable.

The recent problems were caused by the following.

1. Use of the deprecated PHP-mysql library (solved by moving to mysqlnd)
2. Forwarding MySQL connections over SSH (the forwarded connection would just stop working and need to be restarted for some reason, solved by moving to SSL)
3. Connection leaks in the new mysqlnd code (that I wrote) maxing out the DB's available connections (I'm still a bad programmer so I guess I can't mark this solved, but the connection leaks are gone)

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
Jazkal
Sr. Member
****
Offline Offline

Activity: 319
Merit: 250



View Profile
August 26, 2013, 10:26:02 PM
 #2624

Hey Flound, question on how things work...

I've been mining CAP for a few days, and I've noticed some wierdness. As of writing this message, current newest block showing with 5 confims is 91,491. So at 200 confirms, I would expect the furthest block that hasn't been fully confirmed to be 91,291. Correct?

If I go to page 4 of the CAP block list: https://www.multipool.us/blocks.php?curr=cap&page=4

I find block 91,287 with 148 confirms. I can go all the way to block 82,718 on page 134: https://www.multipool.us/blocks.php?curr=cap&page=134

the last block I see that is unconfimed, is block 82,718 with 194 confirms. Shouldn't this block have over 8,500 confirms, not 194?
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 26, 2013, 10:28:36 PM
 #2625

Hey Flound, question on how things work...

I've been mining CAP for a few days, and I've noticed some wierdness. As of writing this message, current newest block showing with 5 confims is 91,491. So at 200 confirms, I would expect the furthest block that hasn't been fully confirmed to be 91,291. Correct?

If I go to page 4 of the CAP block list: https://www.multipool.us/blocks.php?curr=cap&page=4

I find block 91,287 with 148 confirms. I can go all the way to block 82,718 on page 134: https://www.multipool.us/blocks.php?curr=cap&page=134

the last block I see that is unconfimed, is block 82,718 with 194 confirms. Shouldn't this block have over 8,500 confirms, not 194?

I'll take a look.  I thought I had fixed this bug.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 26, 2013, 10:38:59 PM
 #2626

The new withdrawal code is also in.  When you click "Cash Out", you should no longer receive a blank error or "payouts in progress".

The code will place your withdrawal into a queue for processing during the next automated payout (currently every 5 minutes).

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
paulm
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
August 26, 2013, 11:20:06 PM
Last edit: August 27, 2013, 12:12:30 AM by paulm
 #2627

I've also been mining CAP for a little while and my unconfirmed balance keeps climbing but my confirms balance is barley rising. (currently 3277 unconfirmed vs 274 confirmed)

Anyone know when the new CAP wallet will be out? Or know where I could read up on the progress?
not.you
Legendary
*
Offline Offline

Activity: 1726
Merit: 1018


View Profile
August 27, 2013, 12:25:24 AM
 #2628

Either I am getting double paid on WDC or by coincidence I am being paid out the exact same amount twice in a row.  The thing that really makes it look like a double payment is that my auto payout amount is half of what these payments are.  I know the auto payout was not running earlier but I haven't seen what all was being mined all day to know if I mined these coins or not.

EDIT:  Flound you need to stop your auto payouts ASAP I just got double paid on LKY!
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 27, 2013, 12:46:17 AM
 #2629

Either I am getting double paid on WDC or by coincidence I am being paid out the exact same amount twice in a row.  The thing that really makes it look like a double payment is that my auto payout amount is half of what these payments are.  I know the auto payout was not running earlier but I haven't seen what all was being mined all day to know if I mined these coins or not.

EDIT:  Flound you need to stop your auto payouts ASAP I just got double paid on LKY!

Yeah I'm aware.  Payouts are currently hosed.  Should be fixed by tonight.

I did run the auto payouts using the "good" script before mucking around with my dumb "flounderized" version, so only a few doubles went out.

don't worry, I'll be deducting the double payouts from your balances.  (Please don't try sending them back).

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
not.you
Legendary
*
Offline Offline

Activity: 1726
Merit: 1018


View Profile
August 27, 2013, 12:51:28 AM
 #2630

Alright.  Cool beans.  A no interest loan.  I didn't want to see you go broke running the pool.
belltown
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250

still can't change my profile pic


View Profile
August 27, 2013, 01:01:10 AM
 #2631

Got double auto-payments of MEC and LKY !! Don't go broke

How I've earned 0.088 BTC for making few forum posts on LetsTalkBitcoin
▄▄▄▄▄▄▄▄▄▄▄▄ https://bitcointalk.org/index.php?topic=707439.0 ▄▄▄▄▄▄▄▄▄▄▄▄
gjpminingco
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


Co-Owner Of DCMCo-Op Mining Farm at 3.5 th/s


View Profile WWW
August 27, 2013, 01:06:44 AM
 #2632

Flound I Changed My Donation % and it now says i have Patron status Nice didnt know that a 10% donation amount gets that kind of a rank

Beaflag VonRathburg
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250



View Profile
August 27, 2013, 01:44:11 AM
 #2633

I finally joined the pool yesterday and my initial impression was not that positive. I'm glad to see things are operative again. I'm going to slowly start transitioning my machines back over to continue testing.

Jcw188
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


Carpe Diem


View Profile
August 27, 2013, 02:38:56 AM
 #2634

Requested a bunch of payouts. Nothing showing up 30 mins later. Are they being processed?



████▄██████████▄
███▄████████████
▄███▀
████
████
████
▀███▄
███▀████████████
████▀██████████▀


▄██████████▄
████████████
███████████▀███▄
████████████████
████████████████
████████████████
▀███▄███████████
████████████████
████▀██████████▀


▄██▄█████████▄██▄
▀████▄█████▄████▀
▀████▄▄████▀
███████████
▄███▀█████▀███▄
█████████████████
█████████████████
█████████████████
▀███████████████▀


▄███████████████▄
█████████████████
████▀███▀██████▀
███████▄█████▀
████▄▄██████████▄
▀▀██████▀███████
▄██████▄███▄████
█████▀██████████
▀██▀███▀████████▀


████▄███████████
████████████████
▄███▀███████████
███████████████
██████████████
████████████████
███████████▄███▀
████████████
▀██████████▀
████████
██
██
██
██
██
██
██
██




██
██
██
██
██

██
██
██
████████
|
.
Listed
on
BINANCE
KUCOIN
Gate.io
|
Shtankeh
Member
**
Offline Offline

Activity: 86
Merit: 10


View Profile
August 27, 2013, 02:48:33 AM
 #2635

Requested a bunch of payouts. Nothing showing up 30 mins later. Are they being processed?

Once Flound said the new payment system was up I did the same thing.

Some of my coins went through (LKY/WDC/NVC) Others haven't shown up, are no longer on my account balances, and do not show up on the Account Details page (FTC/MNC/CGB/DGC)

Any idea what is going on? Are they just stuck on the website until payouts are fixed?

BTC: 1NcCSNF4yTAWGhYr8SdZBhntuKs8TRSBN8
flound1129 (OP)
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
August 27, 2013, 03:01:08 AM
 #2636

Requested a bunch of payouts. Nothing showing up 30 mins later. Are they being processed?

Once Flound said the new payment system was up I did the same thing.

Some of my coins went through (LKY/WDC/NVC) Others haven't shown up, are no longer on my account balances, and do not show up on the Account Details page (FTC/MNC/CGB/DGC)

Any idea what is going on? Are they just stuck on the website until payouts are fixed?

Yes, they are stuck in a pending transactions table, I will process those manually later, as soon as I fix auto withdraw.

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
not.you
Legendary
*
Offline Offline

Activity: 1726
Merit: 1018


View Profile
August 27, 2013, 03:27:01 AM
 #2637

Anyone else not getting any confirms on their LKY deposits?  Sitting with 0 confirms for 3 hours now...
vaio127
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
August 27, 2013, 04:12:09 AM
 #2638

This is an amazing idea and it looks like you've done a great job with the website and everything else!  Wish I had more scrypt-capable hardware to take full advantage!
johndec
Full Member
***
Offline Offline

Activity: 134
Merit: 100



View Profile
August 27, 2013, 05:04:35 AM
 #2639

Everything looks back to normal except for the balances not updating.
bholzer
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500

The Murraycoin Project ▪ Lead Developer


View Profile WWW
August 27, 2013, 05:59:46 AM
 #2640

I believe I got a double Megacoin deposit today (2 identical ~1000 MEC deposits.) Not sure if that's what I earned or not but if it was a mistake I'd be happy to return the second deposit.

murrayCOIN The Only Currency Worthy of the NameBitcointalk Thread BTC: 1KY5kptnac4HLbF9Rn1Y6J8wPrM734db42
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 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 ... 282 »
  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!