Author

Topic: [ANN][The Original Multipool - Scrypt/SHA256/Scrypt-N/X11] multipool.us - page 277. (Read 424088 times)

hero member
Activity: 938
Merit: 1000
www.multipool.us
hero member
Activity: 938
Merit: 1000
www.multipool.us
Do you guys prefer the dark banner or the light banner on the site?

I think I like the light one better.

Also, estimates are working now (see top left hand table).  But please remember they are only estimates of what your payout would be if a block was found RIGHT NOW.  If you stop mining, and a block isn't found for another 10,000 shares, you might not get anything.  It's just the nature of how PPLNS works.
hero member
Activity: 938
Merit: 1000
www.multipool.us
Yes, I had to restore the balance table from this morning's backup and repay all of the blocks since then, and subtract any outgoing transactions since then.  Balances should be correct now.  A few people who withdrew since then got some bonus micro-trc since I'm too lazy to manually update all the sub-0.1 TRC transactions.

Frontend is up now.
member
Activity: 108
Merit: 10
The estimate and unconfirmed stats aren't showing.

Also, I seemed to have lost 6~7 TRC for some reason (from the total).

There were 3 blocks that got triple paid yesterday morning so I had to subtract them a few hours later.

Well, something just messed up. My TRC is now at 0!

Auto-payout was off, so where did my coins go?

Big fuckup due to a fat finger this morning when I was fixing a user's balance..

Sorry about this, pool frontend and autopayments are currently down while I fix.



Is it reversible?
hero member
Activity: 938
Merit: 1000
www.multipool.us
The estimate and unconfirmed stats aren't showing.

Also, I seemed to have lost 6~7 TRC for some reason (from the total).

There were 3 blocks that got triple paid yesterday morning so I had to subtract them a few hours later.

Well, something just messed up. My TRC is now at 0!

Auto-payout was off, so where did my coins go?

Big fuckup due to a fat finger this morning when I was fixing a user's balance..

Sorry about this, pool frontend and autopayments are currently down while I fix.

member
Activity: 108
Merit: 10
The estimate and unconfirmed stats aren't showing.

Also, I seemed to have lost 6~7 TRC for some reason (from the total).

There were 3 blocks that got triple paid yesterday morning so I had to subtract them a few hours later.

Well, something just messed up. My TRC is now at 0!

Auto-payout was off, so where did my coins go?
sr. member
Activity: 441
Merit: 250
GET IN - Smart Ticket Protocol - Live in market!
1. Pool Stats show only limited stats when logged in (only "TOP 30 HASHRATE TRC" and "TOP 30 LIFETIME SHARES TRC" tables are visible). It does look Ok once I'm logged out.

2. Can you make a switch (radio box [ o ] TRC [ ] BTE) on the pool stats, so user could select what coin to view. Make this option remembered from session to session.

3. Your page header is huge: 300px - it is half of visible space of the screen, can you make it small like http://ltc.kattare.com/ does, which is using the same public source as you do, but their header is only 110px with even more useful data.

4. "All blocks found" screen should also give the data about how many shares the user has contributed to the block and how many TRC/BTE was given to the user for that block. (the same way ltc.kattare.com does).

5. "Mining Help" page is broken and is not doesn't work

6. "My Stats" page produces the following errors on the screen:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/multipool.in/includes/requiredFunctions.php on line 314
kslavik's Hashrate over the Last 24 Hours
kslavik's Hashrate

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/multipool.in/includes/requiredFunctions.php on line 314
kslavik's Hashrate over the Last Month

After the last update you completely broke what was half way working. I'm not coming back to this pool until I can get reliable real time-stats, like other pools allow me to see.
hero member
Activity: 938
Merit: 1000
www.multipool.us
The estimate and unconfirmed stats aren't showing.

Also, I seemed to have lost 6~7 TRC for some reason (from the total).

There were 3 blocks that got triple paid yesterday morning so I had to subtract them a few hours later.
member
Activity: 108
Merit: 10
The estimate and unconfirmed stats aren't showing.

Also, I seemed to have lost 6~7 TRC for some reason (from the total).
hero member
Activity: 938
Merit: 1000
www.multipool.us
Frontend is down right now while I work on some bugs on the account details page.  Pools are both up, however.
hero member
Activity: 938
Merit: 1000
www.multipool.us
We just found our first two BTE blocks!  (within 3 minutes of each other)

Congrats slike and xelipprod!
hero member
Activity: 938
Merit: 1000
www.multipool.us
Currently only showing BTE stats, could you show TRC stats too?


Scroll down Smiley
member
Activity: 108
Merit: 10
Currently only showing BTE stats, could you show TRC stats too?
hero member
Activity: 938
Merit: 1000
www.multipool.us
Code has been updated and BTE support has been officially started.
sr. member
Activity: 350
Merit: 250
I guess that explains why my office is pretty quiet  Grin  Nothing mining!  hahaha..

Hope it all goes well with the updates Smiley
hero member
Activity: 938
Merit: 1000
www.multipool.us
Pool's going down for a few hours for code update.  When we return, I hope to have the multi-coin code integrated.  Cross your fingers!
member
Activity: 108
Merit: 10
I'd rather have the site have ads than the fee going up.

Hope it works out good for you.
hero member
Activity: 938
Merit: 1000
www.multipool.us
I've enabled a (hopefully) unobtrusive Google text ad in the footer. It'll help keep fees low if people turn off AdBlock on the site. I promise not to run any giant banner ads.

IF it helps keeps fees low/ no fee im all for 1 little ad.

Well there are no plans to increase the PPLNS fee from 1% as of yet.
hero member
Activity: 938
Merit: 1000
www.multipool.us
Looks like great minds think alike! Smiley  haha I know this is lame but nobody else I know will get it --

Just noticed this in stratum while fixing table names:
Code:
    def get_pool_stats(self):
        self.dbc.execute("select * from pool_bte")
        ret = {}
        for data in self.dbc.fetchall():
            ret[data[0]] = data[1]
        return ret

code I wrote the other night for the frontend:

Code:
        function poolStats($query,$curr) {
                $uwa = Array();
                global $read_only_db;
                $sql = "SELECT * from pool_$curr";
                $result = $read_only_db->query($sql);
                while ($row = $result->fetch()) {
                        $uwa[$row[0]] = $row[1];
                }
                return $uwa[$query];
        }
full member
Activity: 162
Merit: 100
I've enabled a (hopefully) unobtrusive Google text ad in the footer. It'll help keep fees low if people turn off AdBlock on the site. I promise not to run any giant banner ads.

IF it helps keeps fees low/ no fee im all for 1 little ad.
Jump to: