Bitcoin Forum
April 19, 2024, 11:31:36 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 ... 326 »
  Print  
Author Topic: [DEAD] DeepBit.net PPS+Prop,instant payouts, we pay for INVALID BLOCKS too  (Read 1601093 times)
mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
August 05, 2011, 09:07:32 PM
 #3841

Is there any way we can have all the block and payment times displayed in local time?

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713526296
Hero Member
*
Offline Offline

Posts: 1713526296

View Profile Personal Message (Offline)

Ignore
1713526296
Reply with quote  #2

1713526296
Report to moderator
1713526296
Hero Member
*
Offline Offline

Posts: 1713526296

View Profile Personal Message (Offline)

Ignore
1713526296
Reply with quote  #2

1713526296
Report to moderator
hmblm1245
Hero Member
*****
Offline Offline

Activity: 628
Merit: 500


View Profile
August 05, 2011, 09:10:01 PM
 #3842

Deepbit down?
Kermee
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
August 05, 2011, 09:23:22 PM
 #3843

Is there any way we can have all the block and payment times displayed in local time?

https://deepbit.net/settings

There's a pull-down for Time Zone settings.

Cheers,
Kermee
Kermee
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
August 05, 2011, 09:23:48 PM
 #3844

Deepbit down?

Website was down for a bit.  The pool wasn't.

Cheers,
Kermee
mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
August 05, 2011, 09:26:33 PM
Last edit: August 05, 2011, 11:30:15 PM by mb300sd
 #3845

Is there any way we can have all the block and payment times displayed in local time?

https://deepbit.net/settings

There's a pull-down for Time Zone settings.

Cheers,
Kermee

Actually, I already have that set, I meant to ask if there could be a setting to display it in AM/PM instead of 24-hour.


EDIT:
Created my own fix and thought I'd share, save as something.user.js and drag into chrome.

Code:
// ==UserScript==
// @name   Deepbit AM/PM
// @description Change Deepbit 24-hour time to AM/PM format
// @include  http://deepbit.net/*
// @include  https://deepbit.net/*
// ==/UserScript==

function convertTime(time) {
hour = time.substring(0, 2);
rest = time.substring(2);
if (hour == 0) {
hour = 12;
rest += " AM";
} else if (hour < 12) {
rest += " AM";
} else {
hour = hour - 12;
rest += " PM";
if (hour < 10) {
hour = "0" + hour;
}
}

return hour + rest;
}

matches = document.documentElement.innerHTML.match(/\d\d:\d\d(:\d\d)?/g);

tempHTML = document.documentElement.innerHTML;

for (i = 0; i < matches.length; i++) {
tempHTML = tempHTML.replace(matches[i], convertTime(matches[i]));
}

document.documentElement.innerHTML = tempHTML;

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
Kermee
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
August 05, 2011, 09:43:13 PM
 #3846

Actually, I already have that set, I meant to ask if there could be a setting to display it in AM/PM instead of 24-hour.

Ah. That's a Tycho request Wink

Cheers,
Kermee
Tx2000
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
August 06, 2011, 03:49:16 AM
 #3847

I have been noticing something weird over the last few days.  I usually keep the statistics page open to see progress and check on luck every once in awhile.  Now, I've been having a few moments where I could have sworn my BTC balance at the top right said one thing but infact said another.  Well, just a moment ago after about an hour I refresh and noticed my BTC balance dropped by .01.  And if this is infact what was happening before, there were other instances where I say my balance drop by .01 or .02.

So it leads me to ask what is going on?  Is the 3% fee taken out an hour or more later for a previous batch of rewards or something?
dishwara
Legendary
*
Offline Offline

Activity: 1855
Merit: 1016



View Profile
August 06, 2011, 03:52:24 AM
 #3848

Actually, I already have that set, I meant to ask if there could be a setting to display it in AM/PM instead of 24-hour.
EDIT:
Created my own fix and thought I'd share, save as something.user.js and drag into chrome.

Thanks.............
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
August 06, 2011, 06:00:01 AM
 #3849

So it leads me to ask what is going on?  Is the 3% fee taken out an hour or more later for a previous batch of rewards or something?
No, that's not the way it works. Your balance should decrease only after withdrawing BTC.
PM me your login name please.

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
sharky112065
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
August 06, 2011, 07:15:40 AM
 #3850

I have been noticing something weird over the last few days.  I usually keep the statistics page open to see progress and check on luck every once in awhile.  Now, I've been having a few moments where I could have sworn my BTC balance at the top right said one thing but infact said another.  Well, just a moment ago after about an hour I refresh and noticed my BTC balance dropped by .01.  And if this is infact what was happening before, there were other instances where I say my balance drop by .01 or .02.

So it leads me to ask what is going on?  Is the 3% fee taken out an hour or more later for a previous batch of rewards or something?

This is happening to me as well. I was at 4.70 BTC and read a few more forum posts (not this one) and then clicked on statistics, now I'm at 4.69. WTF?

Donations welcome: 12KaKtrK52iQjPdtsJq7fJ7smC32tXWbWr
kakobrekla
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Psi laju, karavani prolaze.


View Profile
August 06, 2011, 10:20:29 AM
 #3851

I saw the same thing you guys are reporting. My guess is that reward showing on stats page is being rounded.

Fiyasko
Legendary
*
Offline Offline

Activity: 1428
Merit: 1001


Okey Dokey Lokey


View Profile
August 06, 2011, 04:02:17 PM
 #3852

I had an idea asto how to "power" the email notification system. You could use Twitter and DM the people that they're miners are down. That would work for some Twits

http://bitcoin-otc.com/viewratingdetail.php?nick=DingoRabiit&sign=ANY&type=RECV <-My Ratings
https://bitcointalk.org/index.php?topic=857670.0 GAWminers and associated things are not to be trusted, Especially the "mineral" exchange
thefussydutchman
Full Member
***
Offline Offline

Activity: 142
Merit: 100

BTC- Its not a bubble.


View Profile
August 06, 2011, 05:20:59 PM
 #3853

I have also noticed this happening a few times but did not think much of it.
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
August 06, 2011, 06:28:23 PM
 #3854

I have also noticed this happening a few times but did not think much of it.
Have you noticed this on same page or on different pages ?
Looks like some display bug, trying to check it.

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
BlackLung
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 06, 2011, 07:01:52 PM
 #3855

I switched to PPS but I'm still being paid proportional. weirdness
afro25
Full Member
***
Offline Offline

Activity: 123
Merit: 100


View Profile
August 06, 2011, 07:29:18 PM
 #3856

I've also noticed this happening too, but i guessed it was just correcting a mistake, is it possible that the correct balance is incorrectly being devalued?

os2sam
Legendary
*
Offline Offline

Activity: 3578
Merit: 1090


Think for yourself


View Profile
August 06, 2011, 07:52:36 PM
 #3857

I switched to PPS but I'm still being paid proportional. weirdness

I had trouble going into Proportional yesterday and still haven't switched back to PPS yet from this morning.  Seems like allot of folks are having this problem lately.
Sam

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
CanaryInTheMine
Donator
Legendary
*
Offline Offline

Activity: 2352
Merit: 1060


between a rock and a block!


View Profile
August 06, 2011, 08:20:59 PM
 #3858

I have been noticing something weird over the last few days.  I usually keep the statistics page open to see progress and check on luck every once in awhile.  Now, I've been having a few moments where I could have sworn my BTC balance at the top right said one thing but infact said another.  Well, just a moment ago after about an hour I refresh and noticed my BTC balance dropped by .01.  And if this is infact what was happening before, there were other instances where I say my balance drop by .01 or .02.

So it leads me to ask what is going on?  Is the 3% fee taken out an hour or more later for a previous batch of rewards or something?

I saw exact same thing happening to my balance in the last 2 days...  I thought I was just imagining.  Glad to see that I was not.

What does it mean?
BlackLung
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
August 06, 2011, 09:16:02 PM
 #3859

I switched to PPS but I'm still being paid proportional. weirdness

I had trouble going into Proportional yesterday and still haven't switched back to PPS yet from this morning.  Seems like allot of folks are having this problem lately.
Sam

now I'm kinda pissed cause I'm losing a lot of profit from the inability to change.
[Tycho]
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
August 06, 2011, 11:05:59 PM
 #3860

I switched to PPS but I'm still being paid proportional. weirdness
I had trouble going into Proportional yesterday and still haven't switched back to PPS yet from this morning.  Seems like allot of folks are having this problem lately.
This problem was found and fixed today.
Please try again and report if it still doesn't works for you.

Welcome to my bitcoin mining pool: https://deepbit.net - Both payment schemes (including PPS), instant payout, no invalid blocks !
ICBIT Trading platform : USD/BTC futures trading, Bitcoin difficulty futures (NEW!). Third year in bitcoin business.
Pages: « 1 ... 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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 ... 326 »
  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!